Click to See Complete Forum and Search --> : peculiar problem !!Plz help


rudraksh
May 2nd, 2006, 07:24 AM
Hi,
Hope u all are well.Plz help me out from this peculiar problem. I am having a problem in ASP.Net.
What Iam doing is....
In one ofmy client's computer I am loading VS.Net 1.1
Os was windows 2000 server ,IIS was already installed..the VS.Net installation was completely ok.
If I am runing the vb.net its running perfectly.
So the framework is ok.
If I am runing the asp application its running abosolutely ok.
When I am opening the ASP.Net application project its opening ,and I can do everything but when I am runing the project the HTml designing is visible .No server control or server side code is executing.
But Asp is working fine.
But not asp.Net.Sometimes its giving a error.And if I open a new web application and run a test webform its giving a error.But Not always....most of the time its show a blank page in IE.
The error that I am getting is---
error...
Error while trying to run project:Unable to start debugging on the web server.The server doesnot support debugging of ASP.NET or ATL server application.Run Setup to install the visual studio.Net server components - If setup has been run verify that a valid URL has been specified...

I then tried many tricks...
I firstly uninstalled the IIS then installed it again.I then tried to unstalled the VS.Net then reinstalled it but nothing was effective.
I then format the hard disk then load the windows 2000 server .Then I installed the VS.Net but no effect.

Then I formatted the hard disk and tried with windows 2000 advanced server.But again it was the same thing.

Plz help me out.Its happening in a single machine only.
Waiting for your replies

Shuja Ali
May 2nd, 2006, 07:48 AM
Open your command prompt and goto WinDir\Microsoft.NET\Framework\version And from that directory run aspnet_regiis.exe -i and then try again.

There is no to install and un-install things on the server. This clearly seems to be a configuration problem.

Another possible problem would be that you might have installed IIS lockdown tool. If that i s the case then search for URLSCAN.INI file, open the file, and under [allowverbs] section add DEBUG in capital letters.

rudraksh
May 2nd, 2006, 08:09 AM
Open your command prompt and goto WinDir\Microsoft.NET\Framework\version And from that directory run aspnet_regiis.exe -i and then try again.

There is no to install and un-install things on the server. This clearly seems to be a configuration problem.

Another possible problem would be that you might have installed IIS lockdown tool. If that i s the case then search for URLSCAN.INI file, open the file, and under [allowverbs] section add DEBUG in capital letters.
Thanks a lot Shuja, I will try it and let u know the outcome tomorrow.
Thanks again :)

rudraksh
May 4th, 2006, 09:47 AM
Hi Shuja,
your suggestion didn't worked,I fear is it about processor issue..
That machine has AMD Athlon xp2000+ processor.I think its making the issue..
I did the same thing and checked everything that you said,but the same error is coming.But I am not getting any error if I install it in pentium machine.
Now Just I want to know is there an issue with AMD processor and ASP.net?
Thanks!!

Shuja Ali
May 5th, 2006, 12:23 AM
I don't think there is an issue with AMD processor. Try going through this support article on MSDN.

http://support.microsoft.com/kb/306172