Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,这可能是一个愚蠢的问题,但是在使用 IIS 服务器部署 .NET MVC 4 应用程序时,应该在哪里指示物理路径?父目录?控制器目录?视图目录?我不断收到错误消息,说找不到他的资源。
应用程序的顶级Web.config文件所在的目录。这个,如果你有的话,就是你的Global.asax文件所在的同一个文件夹。
Web.config
Global.asax