ASP.NET MVC - Server software requirements?

后端 未结 5 944
花落未央
花落未央 2021-01-16 11:12

I\'ve just today learned of asp.net mvc, and I\'m wondering what is needed from the server-side to host this.

I suppose IIS 6 (and newer) and the .NET 3.5, is there

5条回答
  •  迷失自我
    2021-01-16 11:40

    Depending on your hosting environment you may find that MVC is not already installed on the server, fortunately the framework is bin-deployable.

    Simply placing System.Web.Mvc.dll, System.Web.Routing.dll, and System.Web.Abstractions.dll in your application's bin directory should solve most deployment issues.

提交回复
热议问题