且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

尝试运行项目时出错:无法在Web服务器上启动调试。项目未配置为已调试。 Windows 2003服务器

更新时间:2023-08-21 18:39:34

您是否设置了Build>>调试的Configuration Manager活动设置

还启用了Project>>下的asp.net调试功能。 Proejct Name

Properties>>配置>>支付


如果是的话。你有没有检查过你是否在管理员和服务器上的
调试器组?


-

问候,

高清

一旦成为极客......永远是个极客

Claude seraphin < SE ****** @ metier.fr>在消息中写道

新闻:eY ************** @ tk2msftngp13.phx.gbl ...
have you set Build >> Configuration Manager active settings to Debug
also have you enabled debugging for asp.net under Project >> "Proejct Name
Properties >> Configuaration >> Debuging

if yes.. have you check to see whether you are under Administrators and
Debuggers group on the server ?

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <se******@metier.fr> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
我有尝试在win3k服务器上生成我的asp.net应用程序时出现此消息。我设置了debug =" true"在我的web.config中的<编译部分

任何人都可以帮助我吗?
提前致谢
I''am having this message while trying to rune my asp.net app on win3k
server. I have set debug="true" in <compilation section
in my web.config .
Can anyone help me?
Thanks in advance


>



" Hermit Dave" &LT;他************ @ CAPS.AND.DOTS.hotmail.com&GT;在留言中写道

新闻:uv ************** @ TK2MSFTNGP09.phx.gbl ...

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:uv**************@TK2MSFTNGP09.phx.gbl...
你有没有设置Build&gt ;&GT; Configuration Manager的活动设置调试
还启用了Project>>下的asp.net调试功能。 Proejct Name
Properties>>配置>>如果是的话,请确认..你是否检查过你是否在服务器上的管理员和
调试器组?

-
此致,
高清
曾经是一个极客....永远是个极客
克劳德·塞拉芬 &LT; SE ****** @ metier.fr&GT;在消息中写道
新闻:eY ************** @ tk2msftngp13.phx.gbl ...
have you set Build >> Configuration Manager active settings to Debug
also have you enabled debugging for asp.net under Project >> "Proejct Name
Properties >> Configuaration >> Debuging

if yes.. have you check to see whether you are under Administrators and
Debuggers group on the server ?

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <se******@metier.fr> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
我在尝试时收到此消息在win3k
服务器上验证我的asp.net应用程序。我设置了debug =" true"在我的web.config中的<编译部分

任何人都可以帮助我吗?
提前致谢
I''am having this message while trying to rune my asp.net app on win3k
server. I have set debug="true" in <compilation section
in my web.config .
Can anyone help me?
Thanks in advance




好吧,现在我得到:尝试运行项目时出错:无法启动

调试


由于asp进程正在运行,因此禁用了Asp调试作为一个没有调试许可的用户。


我承认这比我的第一条消息有所改善,我来到这里

感谢您的指导,启用调试

项目>> Proejct Name Properties>>配置>>支付



Well , now i''am getting :error while trying to run project: Unable to start
debugging

Asp debugging is disabled because asp process is running as a user that does
not have debugging permissons.

I admit it is an improvement compare to my first message and i got here
thanks to your guidance by enabling debugging in
Project >> "Proejct Name Properties >> Configuaration >> Debuging




我以管理员身份登录,此帐户属于调试器

组。我刚检查过这个。



I''m logged on as administrator and this account belongs to the debuggers
group. i have just checked this.


这就是你需要做的事情。

但是只做一个重建项目(Build>> Rebuild Project_Name)首先然后

尝试开始>>调试(也应该将页面设置为起始页面..

解决方案资源管理器>>页面>>右键单击>>设置为启动页面或

东西

-

问候,

HD

曾经是一个极客....永远是个极客

Claude seraphin"< se ****** @ metier.fr>写在留言中

新闻:uE ****** ******** @ TK2MSFTNGP12.phx.gbl ...
thats about all you need to do.
but just do a rebuild project (Build >> Rebuild Project_Name) first and then
try Start >> Debug (also you should have a page set up as a start page ..
solution explorer >> page >> right click >> set as start up page or
something
--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <se******@metier.fr> wrote in message
news:uE**************@TK2MSFTNGP12.phx.gbl...

" Hermit Dave"< he ************ @ CAPS.AND.DOTS.hotmail.com>在消息中写道
新闻:uv ************** @ TK2MSFTNGP09.phx.gbl ...

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:uv**************@TK2MSFTNGP09.phx.gbl...
您是否已将Build>> Configuration Manager活动设置设置为Debug
还启用了项目>>" Proejct
名称
属性>>下的asp.net调试; Configuaration>> Debuging

如果是..你有没有检查一下你是否在服务器上的管理员和
调试器组?

-
Regar ds,
HD
曾经是一个极客....永远是个极客
克劳德·塞拉芬 &LT; SE ****** @ metier.fr&GT;在消息中写道
新闻:eY ************** @ tk2msftngp13.phx.gbl ...
have you set Build >> Configuration Manager active settings to Debug
also have you enabled debugging for asp.net under Project >> "Proejct
Name
Properties >> Configuaration >> Debuging

if yes.. have you check to see whether you are under Administrators and
Debuggers group on the server ?

--
Regards,
HD
Once a Geek.... Always a Geek
"Claude seraphin" <se******@metier.fr> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
>我试图在win3k上使用我的asp.net应用程序时收到此消息
>服务器。我设置了debug =" true"在<汇编部分
>在我的web.config中。
>任何人都可以帮助我吗?
>在此先感谢
>
>
> I''am having this message while trying to rune my asp.net app on win3k
> server. I have set debug="true" in <compilation section
> in my web.config .
> Can anyone help me?
> Thanks in advance
>
>



好吧,现在我得到:尝试运行项目时出错:无法调试

Asp调试被禁用,因为asp进程是作为没有调试权限的用户运行的。

感谢您在
Project>>中启用调试的指导。 Proejct Name



Well , now i''am getting :error while trying to run project: Unable to
start
debugging

Asp debugging is disabled because asp process is running as a user that
does
not have debugging permissons.

I admit it is an improvement compare to my first message and i got here
thanks to your guidance by enabling debugging in
Project >> "Proejct Name

Properties>>配置>> Debuging
Properties >> Configuaration >> Debuging



我以管理员身份登录,此帐户属于调试器
组。我刚检查过这个。



I''m logged on as administrator and this account belongs to the debuggers
group. i have just checked this.