default.aspx - Search
About 130,000,000 results
    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?
     
  1.  
  2. Configuring Default Page in ASP.NET Core - Dot Net …

    WEBLearn how to set the default page for your ASP.NET Core Web Application with examples. You can use UseDefaultFiles middleware to rewrite the URL to the default file or use UseFileServer middleware to serve the file …

  3. Home page migration (Home.aspx and default.aspx) – ShareGate

  4. WEBSep 30, 2011 · Learn how to create a simple ASP.NET web page using Visual Web Developer and a Label control. See how to run, debug and modify the page source code in C# or VB.NET.

  5. Master Pages and Site Navigation (C#) | Microsoft Learn

  6. Set default page for .net web-application - Stack Overflow

  7. .net - How to set default page asp.net - Stack Overflow

  8. Using Visual Studio 2013 to create a Basic ASP.NET 4.5 Web …

  9. Setting the default page for ASP.NET (Visual Studio) server ...

  10. what is default.aspx for? | PC Review

  11. Default Document <defaultDocument> | Microsoft Learn

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

  13. How to set default page asp net - ASP NET SOS

  14. Hello, world! - The complete ASP.NET WebForms tutorial

  15. Unable to edit default.aspx pages in SharePoint Online as of July …

  16. ASPX File - What is an .aspx file and how do I open it?

  17. ASP.NET - First Example - Online Tutorials Library