ASPX Debugging Not Working

G

Guest

I get the following error when starting a web project from vb.net: ...Unable
to start debugging on the web server. Server side-error occurred on sending
debug HTTP request...

I use Win 2000, visual studio 1.0, sql server 2000 is not being used.

The problem began yesterday when I reloaded IIS.

I then re-loaded VS, and ran aspnet_regiis.exe -i, and
regsrv32 %path%\aspnet_isapi.dll successfully.

web.config is set to the defaults: authentication mode="windows",
debug="true".

Machine config processModel userName="machine" password="AutoGenerate".

My admin login and ASPNET are members of VS Developers and Debugger Users.
Both have rights at wwwroot.

the anonymous access for the default web site, and my test web use the
ASPNET account with IIS assigned password.

I can use localhost from a browser to view asp and html pages, but not aspx.

Any ideas as to why I can no longer get aspx debugging to work?

I have worked on this for two days now. Please help if you can.
 
G

Guest

I have been going in circles following all the advice of threads. At 3am on
the second day, I found the solution that worked.

SP2 for .net framework 1.0
 
O

One Handed Man \( OHM - Terry Burns \)

Actually charlie, it was a simple matter of turning this on in IIS manager.
If you locate your IIS Manager in Control panel and then under the Virtual
Directory Tab , edit configuration and check the server side debugging, this
will do it.

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 

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