Server and ASP.net Application error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yousri

    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
    Yousri


  • Brock Allen

    #2
    Re: Server and ASP.net Application error

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

    -Brock
    DevelopMentor



    [color=blue]
    > 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[/color]



    Comment

    • Yousri

      #3
      Re: Server and ASP.net Application error

      I will try that.

      Thanks

      Yousri



      "Brock Allen" <ballen@NOSPAMd evelop.com> wrote in message
      news:1081257632 589526856718750 @msnews.microso ft.com...[color=blue]
      > 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
      >
      >
      >[color=green]
      >> 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[/color]
      >
      >
      >[/color]


      Comment

      • Yousri

        #4
        Re: Server and ASP.net Application error

        I did that, and the problem still there.

        Yousri
        "Yousri" <yahmdad@cfl.rr .com> wrote in message
        news:%23qXTnFum FHA.420@TK2MSFT NGP09.phx.gbl.. .[color=blue]
        >I will try that.
        >
        > Thanks
        >
        > Yousri
        >
        >
        >
        > "Brock Allen" <ballen@NOSPAMd evelop.com> wrote in message
        > news:1081257632 589526856718750 @msnews.microso ft.com...[color=green]
        >> 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
        >>
        >>
        >>[color=darkred]
        >>> 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[/color]
        >>
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...