Want to debug site which is hybrid of both ASP and .Net

Last post 07-06-2009 2:52 AM by Thomas Sun – MSFT. 2 replies.

Sort Posts:

  • Want to debug site which is hybrid of both ASP and .Net

    07-01-2009, 10:06 AM

     Visual Studio 2005 website project. It consists of both asp and .net  pages. How can i debug this in Visual Studio, does anyone know?

  • Re: Want to debug site which is hybrid of both ASP and .Net

    07-04-2009, 7:38 AM
    • Participant
      816 point Participant
    • soumendu
    • Member since 04-01-2009, 1:00 PM
    • bangalore,karnataka,india
    • Posts 131

    Hi ,good day

    see if u project contain a mixture of asp & asp.net file then on debugging locally from the start debug option in VS2005 then it will create problem , on output it will show(for asp pages) this type of file is not supported like that,in that case you have to be on "hosting" with any web server(hosting area,that support both the file type asp & asp.net etc),in that case u can easily type u domain name & can check(debug) u changing(coding) becuse asp & asp.net have totally different file patern,so hope u can solve u's problem.

    Bye

  • Re: Want to debug site which is hybrid of both ASP and .Net

    07-06-2009, 2:52 AM
    Answer

    Hi,

    ASP.NET Development server is designed for ASP.NET pages and doesn't serve classic asp page, which is running on IIS.

    In your case, you can create HTTP-Based ASP.NET project which doesn't use ASP.NET Development server, or migrate classic asp page to ASP.NET page.

     

    Thanks.

    Thomas Sun
    Microsoft Online Community Support

    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
Page 1 of 1 (3 items)