I have to send my project to other guy so that he can host it using His IIS. What files should 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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.