default.aspx - Search
About 130,000,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?
     
  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. People also ask
  4. Home page migration (Home.aspx and default.aspx) – ShareGate

  5. 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.

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

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

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

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

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

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