Yesterday everything worked fine on my computer, all my asp.net projects, debugging, browsing localhost aspx pages...
Then today....
Started my asp.net project made some code change and tryed to start it in debugging mode...
Then the crap happens...get the message:
"Unable to start debugging on the webserver. The underlaying connection was closed. An unexpected error occured on recieve"
I can se that aspnet_wp.exe is nowhere in the process window. (was there yesterday)
I have win xp pro and visual studio 2005 installed.
So the following i have tried:
IISreset from cmd promt,
Reinstalled visual studio 2005,
Reinstalled IE8
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
I am running out of ideeas because the still get the fu*****..error.
I can see in the evenlog that an error on "aspnet_wp.exe has occured and it
has stopped unexpectedly".
I can browse local html pages with IE but not aspx pages.
So I still dont know what made it happend but now it works again.
The anti virus program has been running all the time so i dont think that it has anything to do with it.
Had the same problem if I created a new webprogroject.
But finally it is fixed after spending many night hours in front of the bloody computer trying to fix it.
Reinstalled IIS.
Reinstalled COM+
Also did the following rundll32 %windir%\system32\inetsrv\wamreg.dll, CreateIISPackage
regsvr32 "C:\program files\common files\system\ole db\oleaut32.dll"
regsvr32 "C:\windows\system32\oleaut32.dll"
Tuborg
Member
106 Points
92 Posts
aspnet_wp.exe stopped working help pls
Feb 17, 2010 01:46 PM|LINK
Hi
Yesterday everything worked fine on my computer, all my asp.net projects, debugging, browsing localhost aspx pages...
Then today....
Started my asp.net project made some code change and tryed to start it in debugging mode...
Then the crap happens...get the message:
"Unable to start debugging on the webserver. The underlaying connection was closed. An unexpected error occured on recieve"
I can se that aspnet_wp.exe is nowhere in the process window. (was there yesterday)
I have win xp pro and visual studio 2005 installed.
So the following i have tried:
IISreset from cmd promt,
Reinstalled visual studio 2005,
Reinstalled IE8
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
I am running out of ideeas because the still get the fu*****..error.
I can see in the evenlog that an error on "aspnet_wp.exe has occured and it
has stopped unexpectedly".
I can browse local html pages with IE but not aspx pages.
Please anybody got some idea.
Best Regards
//Micke
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: aspnet_wp.exe stopped working help pls
Feb 17, 2010 01:50 PM|LINK
So what changed?
Jeff
Tuborg
Member
106 Points
92 Posts
Re: aspnet_wp.exe stopped working help pls
Feb 17, 2010 02:45 PM|LINK
Nothing changed same error and i still cant browse aspx pages locally.
//Micke
night_dog
Member
418 Points
93 Posts
Re: aspnet_wp.exe stopped working help pls
Feb 18, 2010 10:19 AM|LINK
Try to create another clean aspx page without masterpage.
What error is shown in the browser when you open the aspx page?
Also you can try with new asp .net website. Is it still the same?
AsifQadri
Member
634 Points
111 Posts
Re: aspnet_wp.exe stopped working help pls
Feb 20, 2010 03:09 AM|LINK
hi,
this problem comes due to auto scanning of antivirus
Uncheck iis/visual studio processes and services from anti virus auto scan.
you can learn from here
http://msdn.microsoft.com/en-us/library/bakfs900%28VS.80%29.aspx
...............................
mark as answer, if it helps you.
Tuborg
Member
106 Points
92 Posts
Re: aspnet_wp.exe stopped working help pls
Mar 03, 2010 12:56 PM|LINK
Hi
So I still dont know what made it happend but now it works again.
The anti virus program has been running all the time so i dont think that it has anything to do with it.
Had the same problem if I created a new webprogroject.
But finally it is fixed after spending many night hours in front of the bloody computer trying to fix it.
Reinstalled IIS.
Reinstalled COM+
Also did the following rundll32 %windir%\system32\inetsrv\wamreg.dll, CreateIISPackage
regsvr32 "C:\program files\common files\system\ole db\oleaut32.dll"
regsvr32 "C:\windows\system32\oleaut32.dll"
Thanks everyone for trying to help.
Tuborg