I've been trying to setup a local dev environment on Windows 2K3 and Sql Server 2005 from my production environment hosted at a 3rd-party hosting company.
This is what I've done so far:
1. Installed/Configured IIS to run ASPDNSF. Instructions link shown here:
http://manual.aspdotnetstorefront.co...rver-2003.aspx
2. Installed MS Sql Server 2005, backup and restored database from production server to local dev server.
3. Downloaded entire wwwroot folder from production and copied to dev server at C:\Inetpub\wwwroot.
When I try to run the homepage, I keep getting this error. What can I do to fix this? Any suggestion is greatly appreciated!
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'requirePermission'.
Source Error:
Line 4: <!-- URL Rewriter and XSLT Extension Objects Loader -->
Line 5: <sectionGroup name="system.web">
Line 6: <section name="urlrewrites" type="ASPDNSF.URLRewriter.Rewriter,ASPDNSF.URLRewr iter" requirePermission="false" />
Line 7: <section name="xsltobjects" type="XsltObjects.ExtensionConfigurationHandler, XsltObjects" requirePermission="false" />
Line 8: </sectionGroup>
Source File: c:\inetpub\wwwroot\web.config Line: 6