简体   繁体   English

在IIS中部署ASP.NET网站

[英]Deploying asp.net website in IIS

I have to send my project to other guy so that he can host it using His IIS. 我必须将我的项目发送给其他人,以便他可以使用他的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. 另一个人不知道.NET。 Help guys 伙计们

you should do right click on the web project inside your Visual Studio solution explorer and select Publish . 您应该右键单击Visual Studio解决方案资源管理器中的Web项目,然后选择“ 发布”

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. 这将生成所有且仅需要的文件,没有源代码和已编译的程序集,您可以将其移交给IIS人员。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM