新项目中的文件出现404错误

时间:2018-06-21 11:58:44

标签: c# asp.net iis

我有几个项目的解决方案。项目之一是启动。对其他项目的引用已在参考中注册。我添加了一个新项目Adkplatform.mrp.web(右键单击以在Visual Studio中添加一个新项目)。

我想在浏览器中显示测试页。

对于test.aspx页面,出现错误:

Server error in the application '/'. We could not find this resource. Description: http 404. probably, the resource (or one of its dependencies) is deleted, received a different name or temporarily unavailable. Review the following url and verify that it is entered correctly.

对于test.html页面,出现错误:*

*Detailed Error Information:
Module     IIS Web Core
Notification       MapRequestHandler
Handler    StaticFile
Error Code     0x80070002
Requested URL      http://localhost:3333/test.html
Physical Path      D:\WORK\Projects\Test\Software\.Net\Test\test.html
Logon Method       Cookies*

我了解这一点,即在启动项目中搜索文件。 测试文件具有“构建操作:嵌入式资源”

我忘了做什么?预先谢谢。

1 个答案:

答案 0 :(得分:0)

抱歉,问题出在我们的本地代码段中。显示屏必须为每个程序集调用方法c#HostingEnvironment.RegisterVirtualPathProvider。对于一个新项目(和一个新装配),它没有完成。