Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Admin section give us error

  1. #1
    evopoint is offline Junior Member
    Join Date
    Nov 2009
    Posts
    2

    Default Admin section give us error

    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

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    It seems like you upgraded from v5.x, didn't you?

    Make sure that the "admin" folder was not set as an application and only the root folder where the files are installed is set as application.