在 IIS 或 Visual Studio 内部 Web 服务器中进行开发
您是否使用内部 Web 服务器或本地 iis 安装进行本地开发/调试?我目前正在运行内部 VS2010 Web 服务器,但速度太慢了。我可以看到页面呈现在我面前......
Do you do local development/debugging with the internal webserver or a local iis install? I'm currently running the internal VS2010 webserver but it's so slow it hurts. I can see the page rendering in front of me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我更喜欢使用 Windows Server 2008 作为我的开发计算机,这样我就可以使用 IIS 7 作为 Web 服务器,并将网站的默认位置设置为本地映射的 DNS 名称。这在测试依赖于域 URI 和其他此类信息的代码时尤其有用。
我遇到的一个问题是 studio 将调试器绑定到 IIS 进程的能力出现间歇性。 (如果发生这种情况,有时需要重新启动才能让工作室绑定)
I prefer to use Windows Server 2008 as my development machine so that I can use IIS 7 as the web server and just set the default location of the website to a locally mapped DNS name. This especially helps when testing code that is dependent on domain URIs and other information of that nature.
One problem I have experienced is an intermittence in the ability of studio to bind the debugger to the IIS processes. (sometimes a reboot is required to get studio to bind if this happens)