部署后部分页面不显示

发布于 2025-01-04 22:32:13 字数 359 浏览 0 评论 0原文

我有一个完美运行的 asp.net c# 应用程序,我的计算机上安装了 Windows 7、vs200、vs2010 和 sqlserver2008r2。我的应用程序使用 vs2008。我在发布模式下使用 Web 部署来生成包并将其发送给管理员以在测试服务器上部署该包。部署的应用程序对于某些 aspx 页面工作正常,但对于其他一些页面,它找不到它们并显示错误消息:

“/”应用程序中的服务器错误 找不到资源 描述: http 404。您正在查找的资源可能已被删除... 请求的网址:/pagename.aspx

感谢您的帮助 PS:我无权访问或控制测试服务器。在我第一次部署之前,该应用程序运行良好。

I have a perfectly running asp.net c# application, i have windows 7, vs200, vs2010 and sqlserver2008r2 installed on my computer. I use vs2008 for my application. I use web deploy in release mode to generate a package and send it to an administrator to deploy the pack on a testing server. the deployed application works fine for some aspx pages but for some others pages it doesn't find them and displays an error message:

server eror in '/' application
the resource cannot be found
description: http 404. the resource you are looking for could have been removed...
requested url: /pagename.aspx

thank's for the help
ps: i do not have access or control over the testing server. the application was working fine before my first deploy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

违心° 2025-01-11 22:32:14

最好的解释是 pagename.aspx 不在预期位置。

检查该文件是否存在

如果有,请检查 iis 是否有适合您的 Web 应用程序的目录

如果没有,请进行正确的部署(在干净的目录上进行测试部署)。

The best explanation is that pagename.aspx isn't at the expected location.

Check if the file is there

If so, check if iis has the right directory for you webapplication

If not, make a correct deployment (do a test deployment on an clean directory).

梦里的微风 2025-01-11 22:32:14

另一个假设:如果您使用 svn 并且忘记将 unversion 文件添加到 subversion,则可能会发生这种情况。

Another hypothesis: It can happen if you are using svn and forgot to add unversion files to subversion.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文