4

I am using VSTS 2008 + .Net + C#. I am developing an ASP.Net web application. I have added an generic handler, i.e. .ashx file. How to debug this ashx file in VSTS 2008? I find there is no view in browser or set as startup page option. Any ideas?

4

2 回答 2

4

You can simply attach your studio to your IIS webserver (Debug -> Attach to Process -> w3wp.exe).

于 2009-07-31T14:34:52.667 回答
2

如果您的项目是 Web 服务项目(或类似名称 - 图标将有一个带有文档和 C# 的地球),您可以从 VS 运行该项目。VS 将运行内置的 ASP .Net 开发服务器,并打开带有所有文件链接的 IExplorer。(至少它对我有什么作用)

于 2009-07-31T14:40:15.247 回答