If you get an error something like "Object Expected - Webresource.axd" while trying to run an ASP.NET application then please do the followings -
1. Many blogs suggest trying un-checking "check if File exists" in the handlers mappings section in IIS (IIS 5 or 6) and similar settings in IIS 7 but still sometimes it doesn't work. I did not found any websites suggesting the simple solution I found as I continued to face the same problem with the above solution.
2. The solution specific to my problem that worked was - check ASPNET has read/write access to the WebApplication folder. This is typically a problem in Windows Vista/7 where even an Administrator has some execution issues in the C drive too. So, it's better to move the WebApplication to drives other than C: like D:.
Please check if this works. In my case it worked, hopefully it would work in your case too :-)
Comments
Post a Comment