无法在Web服务器上启动调试。该地址对此上下文无效

时间:2014-10-16 21:33:12

标签: asp.net debugging iis

由于错误,我无法开始调试Web服务器或附加到进程:

The address is not valid for this context.

我找到的大多数similar question是另一个错误,并没有提供正确答案。

2 个答案:

答案 0 :(得分:2)

我发现我需要在应用程序池设置中启用32位应用程序:

enter image description here

答案 1 :(得分:0)

启动项目时,我的错误消息类似:

“尝试运行项目时出错:无法启动程序 'C:\项目\ StrictAny \ PrensentationLayer \ BIN \ PPEREM.exe'

该地址对此上下文无效 “

我通过将[Solution Explorer => Solution Properties => Active config => Debug | AnyCUP]切换为“Debug | x86”来解决问题

然后应用程序继续启动。

奇怪的问题..

希望这有助于任何人。