default.aspx - Search
About 120,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. 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 …

    • Estimated Reading Time: 8 mins
       
    • WEBMany URLs end in default.aspx because that file serves as the default web page for Microsoft IIS servers (i.e., that's the page that opens when a user requests the site's root web page). It can, however, be changed to a …

    • How to set default page asp net - ASP NET SOS

    • WEBLearn 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.

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

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

    • Just a simple redirect ASPX page - Microsoft Community Hub

    • Default Document <defaultDocument> | Microsoft Learn

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

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

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

    • Difference between Default.aspx page and Default.aspx.cs page

    • what is default.aspx for? | PC Review

    • c# - ASP.NET Default.aspx - Stack Overflow

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

    • ASP.NET - First Example - Online Tutorials Library

    • asp.net - Default.aspx vs. Index.aspx - Stack Overflow