将 .NET 网站从一个域更改为另一个域时出现 404
我有一个由其他人在 VS 2008 中创建的网站项目。它附加了一个 MSSQL 数据库。我已经让它在我们的开发域和本地运行良好。但是,当我尝试将文件复制到我想要用来托管站点的域时,除 default.aspx 之外的所有页面上都出现 404 错误。
页面的导航位于 masterpage.master.cs 中,并且从外观上看,存在 URL 重写。
我认为这可能是一个 web.config 问题。我确信这很简单。
任何帮助表示
赞赏
杰罗姆
I have a website project built by someone else created in VS 2008. It has a MSSQL database attached. I've got it running fine on our development domain and locally. But when I try to copy the files to the domain I want to use to host the site I get 404 errors on all of the pages apart form the default.aspx.
The nav for the pages is in the masterpage.master.cs and there is a URL rewrite by the look of it.
I thought it may be a web.config problem. I'm sure its something simple.
any help appreciated
cheers
Jerome
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是重写器代码
这是来自 master.cs 的代码
protected Dictionary PageData = new Dictionary
{
This is the rewiter code
This is code from master.cs
protected Dictionary PageData = new Dictionary
{