G
Guest
Please help..
I can't debug ASP.NET 1.1 application. I also have ASP.NET 2.0 installed.
Running aspnet_regiis -lv produces:
=====================================================
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -lv
1.1.4322.0 Valid
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\asp
net_isapi.dll
2.0.50727.0 Valid (Root)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\as
pnet_isapi.dll
=====================================================
Pressing F5 results in this error:
"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 tot he ASP.NET andATL Server debugging topic in the online
documentation".
I can run the application without debugging and receive no errors.
Any help would be greatly appreciated.
Thanks
I can't debug ASP.NET 1.1 application. I also have ASP.NET 2.0 installed.
Running aspnet_regiis -lv produces:
=====================================================
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>aspnet_regiis -lv
1.1.4322.0 Valid
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\asp
net_isapi.dll
2.0.50727.0 Valid (Root)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\as
pnet_isapi.dll
=====================================================
Pressing F5 results in this error:
"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 tot he ASP.NET andATL Server debugging topic in the online
documentation".
I can run the application without debugging and receive no errors.
Any help would be greatly appreciated.
Thanks