Deploy MVC to IIS

Ways to deploy my mvc application to IIS

  1. install IIS, WebDeploy, asp.net . suggested ways: Web Platform Installer

    IIS: control Panel -> turn on or off windows feature.
    Web Deploy & Asp.net WPI.

  2. open IIS and Congifure. Create a new WebSite in IIS and assign a port

  3. Start to Deploy website from VSStudio. Note: provide ConnectionString and use specified credential.

  4. open IIS specify the Default Document and enable Directory Browser

posted @ 2017-01-25 09:47  kongshu  阅读(98)  评论(0编辑  收藏  举报