开发者

Is ASP.NET MVC just installed on Visual Studio or is installed on IIS too?

开发者 https://www.devze.com 2022-12-22 16:25 出处:网络
I\'m going to deploy an ASP.NET MVC project on IIS (6.0 & 7.5) but don\'t now is 开发者_JS百科it necessary to install anything on IIS?No, you can deploy everything in the web app.

I'm going to deploy an ASP.NET MVC project on IIS (6.0 & 7.5) but don't now is 开发者_JS百科it necessary to install anything on IIS?


No, you can deploy everything in the web app.

Just make sure the references for mvc point to you bin folder


There is a good tutorial for this on the asp.net site.

0

精彩评论

暂无评论...
验证码 换一张
取 消