Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jitendra Mishra 4 posts 104 karma points
    Jul 14, 2016 @ 11:04
    Jitendra Mishra
    0

    Umbraco admin login page

    Hi

    I am facing issue while accessing the Umbraco admin login page it showing 500 - Internal server error after rewriting url form IIS url rewrite

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 10x admin c-trib
    Jul 14, 2016 @ 11:34
    Dave Woestenborghs
    0

    Hi Jitendra,

    Can you provide some more information like the rewrite url that you have created ?

    Dave

  • Jitendra Mishra 4 posts 104 karma points
    Jul 14, 2016 @ 11:43
    Jitendra Mishra
    0

    Hi Dave,

    Thanks for quick response .

    Actually I made changes from IIS using HTTP redirect & URL Rewrite . I am not able to find out due to this changes which part of application got affected even i have reset all new changes .

    Hosted application is working fine only Umbraco Admin login page showing error

  • Dave Woestenborghs 3504 posts 12135 karma points MVP 10x admin c-trib
    Jul 14, 2016 @ 11:45
    Dave Woestenborghs
    0

    Can you post the rewrite you configured on IIS ? You can find it in the web.config

    Dave

  • Jitendra Mishra 4 posts 104 karma points
    Jul 14, 2016 @ 12:27
    Jitendra Mishra
    0

    Hi Dave,

    Config content is as

        < umbracoConfiguration>
            < settings configSource="config\umbracoSettings.config" />
            <BaseRestExtensions configSource="config\BaseRestExtensions.config" />
            <FileSystemProviders configSource="config\FileSystemProviders.config" />
            <dashBoard configSource="config\Dashboard.config"/>
        </umbracoConfiguration>
    
    < urlrewritingnet configSource="config\UrlRewriting.config" />
    
    
    
     < system.webServer>
        < httpRedirect enabled="false" destination="" />
    
      < /system.webServer>
    
  • Jitendra Mishra 4 posts 104 karma points
    Jul 14, 2016 @ 14:51
    Jitendra Mishra
    100

    Hi Dave,

    Thanks for help.

    After some changing in umbraco config file

    < system.webServer> < httpErrors errorMode="Detailed"/> < validation validateIntegratedModeConfiguration="false" / > < /system.webServer>

    Issue has fixed .

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies