The website is set up locally on my IIS 5.1 on xp. Application protection is set to low within IIS so the asp is run inside the inetinfo.exe process.
该网站是在我的IIS 5.1上本地设置的。 IIS中的应用程序保护设置为低,因此asp在inetinfo.exe进程内运行。
I start debugging , attach to the inetinfo.exe process and refresh the page in the browser so the page reloads and reruns the server side code. Non of the breakpoints get hit. There's no warnings around the breakpoints to alert me to an issue.
我开始调试,附加到inetinfo.exe进程并刷新浏览器中的页面,以便页面重新加载并重新运行服务器端代码。没有断点被击中。断点周围没有警告提醒我一个问题。
Have read http://blogs.msdn.com/mikhailarkhipov/archive/2006/02/07/527293.aspx#552237 and similar posts, whilst helpful in getting me this far, I've still got this one outstanding issue.
已经阅读了http://blogs.msdn.com/mikhailarkhipov/archive/2006/02/07/527293.aspx#552237和类似的帖子,虽然有助于我这么远,我仍然有这个突出的问题。
It's been years since I've done classic asp , and I've never done it with VS 2005, so I may be making a nube mistake.
自从我做了经典的asp之后已经好几年了,而且我从来没有用VS 2005做过,所以我可能会犯一个错误。
Any suggestions, comments very welcome.
任何建议,评论都非常欢迎。
1 个解决方案
#1
3
Have you enabled asp server side debugging in IIS? Hidden somewhere in the properties... sorry for lack of detail.
你在IIS中启用了asp服务器端调试吗?隐藏在酒店的某个地方...抱歉缺乏细节。
#1
3
Have you enabled asp server side debugging in IIS? Hidden somewhere in the properties... sorry for lack of detail.
你在IIS中启用了asp服务器端调试吗?隐藏在酒店的某个地方...抱歉缺乏细节。