Server side error

P

Poul M

Hi

My Visual Studio.Net has functioned well for a long time. Then
suddendtly I get this message for every solution want to run:

"Error while trying to run project: Unable to start debugging on the
web server. Server side-error occurred on sending debug HTTP request.

Make sure the server is operating correctly. Verify there are no
syntax errors in web.config by doing a Debug.Start Without Debugging.
You may also want to refer to the ASP.NET and ATL Server debugging
topic in the online documentation."

The only thing I can remember that could have influenced these things
is that I have installed CoffeFree - a ftp-program.

I have tried to run aspnet_regiis.exe -i - it didn't help.

Do I have to reinstall everything...? :-(

Could anyone give a helping hand?

Yours
Poul M
 
C

Charlie Nilsson [MSFT]

You might have installed a patch that modified your IIS or ASPNET settings.

Try checking your URLScan ini file settings. This is where you decide if
debugging can happen through IIS (in many cases).
This ini file is usually in c:\windows\system32\inetsrv\urlscan\urlscan.ini

Look for the [AllowVerbs] section, and make sure "DEBUG" is listed there.
Also, make sure DEBUG is not listed under [DenyVerbs].

You can find more information here.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/ht
ml/ht_urlscan.asp


Hope that helps a bit.

Charlie Nilsson [msft]
Visual Studio Update

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top