Nov 14, 2009

Server Error in '/' Application

I got this error regarding system.web.extensions (atleast it seemed like that in first place!). The error title was 'Configuration Error'  and the description read something like this: " An error occured during the processing of a configuration file required to service this request. Please review the specific error details below and modify our configuration file appropriately. "



Resolution: Set the correct version of the ASP.NET framework for the application in IIS
Explanation:
 If you have just setup your website for example by creating and mapping virtual directory with your website folder, chances are that you face this error. Open IIS managr and check the ASP.net version of the concerned virtual directory. If it is version 1.1, make it version 2.0 and save the changes. The error will be resolved.

No comments:

Post a Comment