1.0. Deploy .NET project to IIS

  • 1.Enable IIS:

    • Open control panel -> Programs -> Turn on or turn off windows functions -> check Internet Information Services

    • Open browser and visit http://localhost, it should open the default site.

  • 2.Setting ASP.NET web server:

    • 1.Open IIS manager (inetmgr)

    • 2.Change default site to ASP.NET v4.0

    • 3.Change the location of the default website

Last updated

Was this helpful?