Hi
After conversion, we FTPed all the files to the production server. However, I noticed that once it's up there, we can't access the administration section. On going to
http://www.domain.com/admin, we get this error. Any ideas? It worked on our dev server.
Server Error in '/admin' 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: Could not load type 'ExecXmlPackage'.
Source Error:
Line 109: <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFact ory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 110: <add verb="GET,HEAD" path="ScriptResource.axd" validate="false" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 111: <add verb="*" path="execpackage.aspx" type="ExecXmlPackage"/>
Line 112: </httpHandlers>
Line 113: <httpModules>
Source File: D:\Websites\Webstore\web.config Line: 111