开发者

Deploying asp.net website in IIS

开发者 https://www.devze.com 2023-04-04 07:37 出处:网络
I have to send my project to other guy so that he can host it using His IIS. What files should开发者_StackOverflow中文版 I send to that guy. Should I export it or should I just give him the folder. Th

I have to send my project to other guy so that he can host it using His IIS. What files should开发者_StackOverflow中文版 I send to that guy. Should I export it or should I just give him the folder. The other guy doesn't know .NET. Help guys


you should do right click on the web project inside your Visual Studio solution explorer and select Publish.

this will generated all and only needed files with no source code and compiled assemblies and you can hand over this to the IIS folks.

0

精彩评论

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