开发者

Deploying asp.net mvc web site

I have asp.net mvc web site. When i want to change some code in controller i need to build all the 开发者_Python百科site and upload it to the server. Is there some merhods when i need just copy controller file by ftp?


The .cs files that contain the controllers are compiled into dll files, so at the very least you have to upload a new set of dlls.

The views defined in the .aspx files are a different story. You can make changes in the .aspx files without rebuilding the entire site.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜