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.
为什么本地复制的aspx/cs项目不起作用?
我已经从服务器上复制了 aspx/cs 项目,并将所有代码直接放入我的本地主机区域。我在visual studio中打开了csproj文件,没有问题我运行它并且它没有崩溃。但它所做的就是这个。它说 Internet Explorer 无法显示该页面。有任何想法吗?
我已经进行了重建,但仍然失败。(好消息是没有编译错误)
您需要 IIS 或 IIS Express 来运行这些页面。
我想我得到了答案。
单步执行代码。
如果你走到这一步,源代码中有一些东西将 url 重新定义为 https 而不是 http,并且在调试/本地主机模式下会弄乱浏览器显示。