m0g*_*m0g 0 .net c# asp.net iis dll
我能够使用Visual Studio IDE执行我的应用程序,但是当我创建一个发布包并将其放在Web服务器上时,它似乎无法找到后面的代码.但是,如果我从根目录复制bin文件夹(具有dll文件)并将其放入"root/reports"目录,一切正常.reports目录包含所有.aspx网页文件.是什么导致了这个问题,我该怎么做才能正确解决这个问题?
Muh*_*tar 6
既然你有published your website,那意味着你的code files were compiled into a DLL.要正常工作,您必须将其置于DLL's into the bin folder主机服务器上.
published your website
code files were compiled into a DLL
DLL's into the bin folder
有关详细信息,请检查此链接:
ASP.NET代码生成和编译概述
归档时间:
14 年,5 月 前
查看次数:
1064 次
最近记录:
9 年,8 月 前