复制到 Web 服务器时无法查看 Visual Web Developer 网站
据我所知,我应该能够将 Web 项目/应用程序复制到我的 IIS Web 服务器,并能够像在开发计算机上设计它时一样查看它。
问题是,一旦我将文件夹复制到我的网络服务器,然后尝试在浏览器中查看它,它就会显示错误 404 未找到。必须有一个真正简单的解决方案来解决这个问题。我希望能够使用 Visual Web Developer 而不是 Dreamweaver 来开发 ASP.NET 网站,但这个小问题阻止了我。有什么想法吗?
干杯,
达伦·伍尔威
As far as I can work out I should be able to copy a web project/application to my IIS Web server and be able to see it as I do when designing it on my development computer.
The problem is once I copy the folder over to my web server and then try to view it the browser it says Error 404 not found. There must be a real simple fix for this. I would like to be able to develop ASP.NET sites using the Visual Web Developer instead of Dreamweaver but this little issue is stopping me. Any ideas?
Cheers,
Darren Woolway
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能只是复制文件并期望它运行。你必须做比这更多的工作。
请参阅以下内容;
非 iis7:http://support.microsoft.com/kb/323972
iis7:http://learn.iis.net/page .aspx/37/deploying-web-sites-on-iis-7/
You can't just copy over the files and expect it to run. You have to do a little more work than this.
please see the following;
non iis7: http://support.microsoft.com/kb/323972
iis7: http://learn.iis.net/page.aspx/37/deploying-web-sites-on-iis-7/