文件“xxxxx.asmx”尚未预编译,无法请求
我有一个 asp.net 4.0 网站,该网站已使用固定命名和单页程序集发布。
突然我们发现文件“xxxxx.asmx”尚未预编译,无法在 Web 服务页面上请求,只能在 Web 服务页面上请求。 其他一切工作正常,我可以在 bin 目录中看到该文件,并且它与以前(较旧的)工作 bin 文件夹中找到的文件具有相同的名称。
在 Windows 7 开发服务器上也可以正常工作,但不能在生产服务器上(IIS 7 Server 2008)。我已经重建并重新部署了应用程序,但没有成功,有什么建议吗?
谢谢
I have a asp.net 4.0 website which has been published using fixed naming and single page assemblies.
All of a sudden we are getting the file 'xxxxx.asmx' has not been pre-compiled, and cannot be requested on the webservice page, and only the webservice page.
Everything else works fine, I can see the file in the bin directory and it has the same name as a found in a previous (older) working bin folder.
Also works fine on Windows 7 dev server but not production (IIS 7 Server 2008). I have rebuilt and redeployed the application with no success, any suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对它进行排序,结果只是删除了 Microsoft.mshtml 引用。
Sorted it, turns out just removed the Microsoft.mshtml reference.