标签: c# asp.net deployment hosting
是否有必要在通过FTP将文件传输到Deployment Server时部署.aspx页面的.cs和.designer.cs文件? 或者应用程序DLL是否可以处理它?</ p>
答案 0 :(得分:6)
如果没有必要,.cs和.designer.cs文件将编译为.dll文件以进行部署。
.cs
.designer.cs
.dll
可以在本文中找到更多信息:
Determining What Files Need to Be Deployed (C#)
答案 1 :(得分:5)
DLL和aspx页面应该是您需要部署的唯一内容。 .designer和.cs文件供您继续开发。
.designer