将 dotTrace 与 2005 年 Web 应用程序结合使用
我正在尝试使用 ASP.NET 开发服务器选项针对 2005 年项目运行 dotTrace 3.1。
我使用的设置是:
ASP.NET Development Server - checked
Path to web-server root: c:\projects\fooProject
Virtual path on server: /barApplication
Port: 81 (automatically detected)
这将运行,但没有出现网页,所以我设置:
Open start page in browser - checked
Page Url: http://localhost:81/barApplication/login.aspx
这会抛出一个运行时异常:
参数 “C:/Projects/fooProject\”无效。 参数名称: C:/Projects/fooProject\
我从命令行启动了 webdev.webserver,一切正常。
我做错了什么?
I am trying to run dotTrace 3.1 against a 2005 project using the ASP.NET Development Server option.
The settings I am using are:
ASP.NET Development Server - checked
Path to web-server root: c:\projects\fooProject
Virtual path on server: /barApplication
Port: 81 (automatically detected)
This will run, but no web page comes up, so I set:
Open start page in browser - checked
Page Url: http://localhost:81/barApplication/login.aspx
This throws a runtime exception saying:
The parameter
'C:/Projects/fooProject\' is invalid.
Parameter name:
C:/Projects/fooProject\
I launched the webdev.webserver from the command line and everything works fine.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论