iis set default page redirect - Search
About 934,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
    Upvotes244Top Answeredited Oct 8, 2019 at 21:37

    If using IIS 7 or IIS 7.5 you can use

    <system.webServer>
    <defaultDocument>
    <files>
    <clear />
    <add value="CreateThing.aspx" />
    </files>
    </defaultDocument>
    </system.webServer>

    https://learn.microsoft.com/en-us/iis/configuration/system.webServer/defaultDocument/

    Content Under CC-BY-SA license
    Was this helpful?

    See results from:

     
  1. iis 7 - How to set the Default Page in ASP.NET? - Stack Overflow

     
  2. How to redirect a URL path in IIS? - Stack Overflow

  3. HTTP Redirects <httpRedirect> | Microsoft Learn

  4. Question & Answer
  5. IIS 10 redirect default site URL to other URL? - Programming ...

  6. Just a simple redirect ASPX page - Microsoft Community Hub

  7. Can I redirect a root site under IIS to a subdirectory, without ...

  8. Performing an HTTP redirect in IIS | Pluralsight

  9. iis 7 - How do you configure IIS 7 to use a subdirectory as the …

  10. Is it possible to set the default web site to redirect to a virtual ...

  11. Configure the default document in IIS - Internet Information …

  12. iis - How do I redirect a directory's default file with IIS7? - Server ...

  13. .net - redirect default website - iis 7, MVC - Stack Overflow

  14. Solved: How to use IIS to redirect request to an external website

  15. Adding HTTP Wildcard Redirects <add> | Microsoft Learn

  16. Redirect incoming requests to specific URLs in IIS 7

  17. asp.net - URL Rewrite from /default.aspx to / - Stack Overflow

  18. IIS 7: Redirect all request to Default.aspx - Stack Overflow

  19. How to Redirect to specific Login page based on host-name in IIS …