Giter Site home page Giter Site logo

Comments (3)

shirhatti avatar shirhatti commented on July 30, 2024

I don't believe that's the case. Once you've enabled ASP.NET, here's what the default document section looks like in your applicationHost.config

        <defaultDocument enabled="true">
            <files>
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="iisstart.htm" />
                <add value="default.aspx" />
            </files>
        </defaultDocument>

It already has an entry for default.aspx.

from aspnet-vm.

AndrewBrianHall avatar AndrewBrianHall commented on July 30, 2024

It's not working that way, here was my scenario:

  • Use Justin's template to create a VM and then add DNS to it
  • Publish a Web Forms app from Visual Studio
  • VS pops the browser to the root URL for the VM, I get the IIS page, not the default.aspx page

from aspnet-vm.

shirhatti avatar shirhatti commented on July 30, 2024

Ahh. I know what's happening. Default publish through VS enables the DoNotDeleteRule in WebDeploy which doesn't delete the iisstart.htm page at the destination.

I think the better solution is to nuke out the contents of the inetpub/wwwroot folder as part of the custom script

from aspnet-vm.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.