Deploying asp.net website in IIS
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.
精彩评论