Error running ASP.NET application with impersonation: runtime Failed to start monitoring changes
Posted by: Al Pascual,
on 29 Oct 2009 |
View original | Bookmarked: 0 time(s)
When you get this error ASP.NET runtime Failed to start monitoring changes () on your ASP.NET app is frustrating to find what is causing this problem, normally is when you moved an application from a computer to another. I personally seen it happen in Windows Vista and Windows 7 machines. The solution. If you using impersonation youll find that removing the impersonation key will fix your issue, of course you need impersonation for your application to have access to other resources. I recommend...