I hosted my ASP.NET web applications with IIS 7.5 on my Windows 7 laptop. All the web applications had been running OK until couple of days ago, when all of them stopped working. Now if I try to access any of the web applications, I will get "Service Endpoint
not found" message. I didn't change any IIS settings or web apps recently. It seems that this problem started after I upgraded my iTune to the latest version, but I'm not sure. Can anybody help?
Thanks for the reply. I checked the two links, and both are WCF service related. But I'm not running any web services at all, just some isolated ASP.NET web apps. And they had been running OK, until couple of days ago, when I didn't change anything in my
web app. Any other possibilities?
can you please do me a favor? Would you please go to your Windows Event Viewer and look for the other error message? Obviously, there must be some changes to the server that causes this issue
Jay Bright
Member
16 Points
18 Posts
IIS hosted web apps on Windows 7: Service Endpoint Not Found
Oct 28, 2012 02:16 AM|LINK
Hi there,
I hosted my ASP.NET web applications with IIS 7.5 on my Windows 7 laptop. All the web applications had been running OK until couple of days ago, when all of them stopped working. Now if I try to access any of the web applications, I will get "Service Endpoint not found" message. I didn't change any IIS settings or web apps recently. It seems that this problem started after I upgraded my iTune to the latest version, but I'm not sure. Can anybody help?
Thanks,
Jay
necro_mancer
Star
7981 Points
1566 Posts
Re: IIS hosted web apps on Windows 7: Service Endpoint Not Found
Oct 28, 2012 02:59 AM|LINK
please refer to:
- http://stackoverflow.com/questions/9864439/service-endpoint-not-found
- http://stackoverflow.com/questions/8331824/restful-web-service-endpoint-not-found
Hope this helps and thank you!
Professional SQL 2008 R2 Service
Jay Bright
Member
16 Points
18 Posts
Re: IIS hosted web apps on Windows 7: Service Endpoint Not Found
Oct 28, 2012 04:28 AM|LINK
Thanks for the reply. I checked the two links, and both are WCF service related. But I'm not running any web services at all, just some isolated ASP.NET web apps. And they had been running OK, until couple of days ago, when I didn't change anything in my web app. Any other possibilities?
necro_mancer
Star
7981 Points
1566 Posts
Re: IIS hosted web apps on Windows 7: Service Endpoint Not Found
Oct 29, 2012 02:30 AM|LINK
hi jay,
can you please do me a favor? Would you please go to your Windows Event Viewer and look for the other error message? Obviously, there must be some changes to the server that causes this issue
Thank you
Professional SQL 2008 R2 Service
Jay Bright
Member
16 Points
18 Posts
Re: IIS hosted web apps on Windows 7: Service Endpoint Not Found
Oct 30, 2012 04:51 AM|LINK
Hi necro_mancer,
Below is the only logged event in the Event Viewer, which happened when I tried to access the web site:
Log Name: System
Process **\VsTskMgr.exe pid (3640) contains signed but untrusted code, but was allowed to perform a privileged operation with a McAfee driver.
Level Source Event ID Task Category:
Warning mfehidk 516 (256)
Do you want me to look for any other specific events, which happened beforehands?
Thanks,
Jay
Jay Bright
Member
16 Points
18 Posts
Re: IIS hosted web apps on Windows 7: Service Endpoint Not Found
Dec 07, 2012 04:00 AM|LINK
Re-installing VS2010 fixed the problem. I believe that my ASP.NET 4.0 got corrupted somehow, which is used by the IIS.