Solution for IIS Errors
-
Hi I am facing some problem while executing my ASP.Net project. There was no error in any file of the project it was working okay, but all of sudden my IIS started making problem. I reinstall the IIS but did not affect them. When I try to load the ASP.Net file I get a runtime error “HTTP/1.1 500 internal Server Error” And when I try to execution it I get the following error “Unable to start debugging on the web server. Server side-error occur on sending debug HTTP request” please solve these problems I will be very thankful to you.
-
Hi I am facing some problem while executing my ASP.Net project. There was no error in any file of the project it was working okay, but all of sudden my IIS started making problem. I reinstall the IIS but did not affect them. When I try to load the ASP.Net file I get a runtime error “HTTP/1.1 500 internal Server Error” And when I try to execution it I get the following error “Unable to start debugging on the web server. Server side-error occur on sending debug HTTP request” please solve these problems I will be very thankful to you.
I had the exact same problem today and I what I did (I cannot say that it will work for you but you could try it) was to kill dllhost.exe that is run by IWAM_COMPUTERNAME (make sure you don't kill the one that is run by the system) and aspnet_wp.exe run by ASPNET. Before you do this make sure that you stop IIS from the Administrator Tools window. Time is the fire in which we burn.
-
I had the exact same problem today and I what I did (I cannot say that it will work for you but you could try it) was to kill dllhost.exe that is run by IWAM_COMPUTERNAME (make sure you don't kill the one that is run by the system) and aspnet_wp.exe run by ASPNET. Before you do this make sure that you stop IIS from the Administrator Tools window. Time is the fire in which we burn.
-
Open "Task List..." (ALT+CTRL+DEL), go to Processes tab and kill them from there. You DO NOT delete any files. However, by restarting the computer you shouldn't be having this problem anymore. Killing the processes that I listed simply helps to re-open the project without having to restart the computer. Time is the fire in which we burn.
-
Open "Task List..." (ALT+CTRL+DEL), go to Processes tab and kill them from there. You DO NOT delete any files. However, by restarting the computer you shouldn't be having this problem anymore. Killing the processes that I listed simply helps to re-open the project without having to restart the computer. Time is the fire in which we burn.
I could not solve the probelm through this way, the text of the error messagebox is "Error while trying to run project:Unable to start debuging on the web server.the project is not configured to be debugged." and in web.config file the debug option is true. please help me, this error is making big probelm for me. thankx
-
I could not solve the probelm through this way, the text of the error messagebox is "Error while trying to run project:Unable to start debuging on the web server.the project is not configured to be debugged." and in web.config file the debug option is true. please help me, this error is making big probelm for me. thankx
I am sorry as it appears that I misunderstood your question. For your error please refer to these links: http://support.microsoft.com/kb/306156/EN-US/[^] http://www.cryer.co.uk/brian/mswinswdev/ms_vbnet_unable_start_debugging.htm[^] Time is the fire in which we burn.