Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • DNN7 Common Error

    • 0
    • 2
    • 2
    • 0
    • 0
    • 0
    • 0
    • 0
    • 487
    Comment on it

    DNN7 Common Error

    After installation of your DNN site sometime show given blow error on Default.aspx.

    HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

    • *Module: IIS Web Core

      Notification: MapRequestHandler

      Handler: StaticFile

      Error Code: 0x80070002*

    Soluation:-

    Set application pool in integrated mode and set that all request run all managed modules.

    <system.webServer>
      <modules runAllManagedModulesForAllRequests="true">
      ...
      </modules>
      ...
    </system.webServer>
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: