Thursday, March 22, 2012

Server and ASP.net Application error

Hi All,
While I was trying to start ASP.Net Web Application I got this error:
" Error while trying to run project. Unable to start debugging on the web
server. The server does not support debugging of ASP.Net or ATL server
applications."

Thanks
YousriMake sure you have <compilation debug="true" /> in web.config and IIS is
set to allow integrated auth.

-Brock
DevelopMentor
http://staff.develop.com/ballen

> Hi All,
> While I was trying to start ASP.Net Web Application I got this error:
> " Error while trying to run project. Unable to start debugging on the
> web
> server. The server does not support debugging of ASP.Net or ATL server
> applications."
> Thanks
> Yousri
I will try that.

Thanks

Yousri

"Brock Allen" <ballen@.NOSPAMdevelop.com> wrote in message
news:1081257632589526856718750@.msnews.microsoft.co m...
> Make sure you have <compilation debug="true" /> in web.config and IIS is
> set to allow integrated auth.
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
>> Hi All,
>> While I was trying to start ASP.Net Web Application I got this error:
>> " Error while trying to run project. Unable to start debugging on the
>> web
>> server. The server does not support debugging of ASP.Net or ATL server
>> applications."
>> Thanks
>> Yousri
I did that, and the problem still there.

Yousri
"Yousri" <yahmdad@.cfl.rr.com> wrote in message
news:%23qXTnFumFHA.420@.TK2MSFTNGP09.phx.gbl...
>I will try that.
> Thanks
> Yousri
>
> "Brock Allen" <ballen@.NOSPAMdevelop.com> wrote in message
> news:1081257632589526856718750@.msnews.microsoft.co m...
>> Make sure you have <compilation debug="true" /> in web.config and IIS is
>> set to allow integrated auth.
>>
>> -Brock
>> DevelopMentor
>> http://staff.develop.com/ballen
>>
>>
>>
>>> Hi All,
>>> While I was trying to start ASP.Net Web Application I got this error:
>>> " Error while trying to run project. Unable to start debugging on the
>>> web
>>> server. The server does not support debugging of ASP.Net or ATL server
>>> applications."
>>> Thanks
>>> Yousri
>>
>>
>>

0 comments:

Post a Comment