Asp.net Not Working on Windows Server 2000
-
hi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting 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 to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out.
-
hi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting 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 to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out.
The problem is with your web server. First ensure that IIs is properly installed or not. Also if you have installed IIS after installing .NET, then run the following command on the Visual Studio .NET command prompt aspnet_regiis -i (this is needed only in the case when IIS is installled after installing the .NET) If all this has already been done-- try this... Try to restart IIS and then execute the project. This generally works. If still it doesn't, yet another option is to Run without debugging(use Ctrl+F5). This will surely work. Hope this helps -Divya Singh