How do I deploy an ASP.NET MVC3 Application?

前端 未结 5 883
说谎
说谎 2021-02-15 23:52

I have created a web application using ASP.NET MVC3 in Visual studio (no SQL Server). Now I want to deploy it and am looking for suggestions for the easiest possible way.

5条回答
  •  被撕碎了的回忆
    2021-02-16 00:39

    very easy steps-

    1. Put your application in C:\inetpub\wwwroot (for that first configure IIS on your system).
    2. Now,click on windows, and write run.
    3. A Textbox will appear, write 'inetmgr' inside it and click OK.
    4. Expand 'Administrator' on left side of screen by clicking on its arrow.
    5. Expand Sites and then Expand 'Default Web Site'.
    6. Right click your application and choose 'Add to Web Application'.

    That's it. Icon next to your application will turn to a blue globe.

提交回复
热议问题