convert ASP.NET to ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jojo41300000
    New Member
    • Apr 2007
    • 32

    convert ASP.NET to ASP

    Hi,

    I know it is weird. But I wanna know that is there a way I can convert my asp.net pages to asp pages.
    And also, Can I use Visual Studio 2005 to write asp pages? If so, how can I create the asp page in project folder.
    Any suggestion please.

    Thanks.
    -Jason
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    is there a way I can convert my asp.net pages to asp pages.
    Only be re-writing the code in classic asp. There are no "converters " that would do that.

    Yes you can use VS 2005 to write classic asp, dlls, etc.

    I don't understand the last part of your question. How do you put them in the project folder? What do you mean?

    Classic asp and the "flow" of the web requests, compiling and execution works very differently from asp.net.

    Comment

    • jojo41300000
      New Member
      • Apr 2007
      • 32

      #3
      Originally posted by jeffstl
      Only be re-writing the code in classic asp. There are no "converters " that would do that.

      Yes you can use VS 2005 to write classic asp, dlls, etc.

      I don't understand the last part of your question. How do you put them in the project folder? What do you mean?

      Classic asp and the "flow" of the web requests, compiling and execution works very differently from asp.net.

      Thanks a lot.
      Well, in VS 2005 there is no creation of asp page. so, I have to create text or html page from VS2005: File->New->File and change the extension back to asp. It is not really convenient though.

      -Jason.

      Comment

      • DrBunchman
        Recognized Expert Contributor
        • Jan 2008
        • 979

        #4
        I'm not sure if you can create Classic ASP projects in VS2005 in the same way that you can create .NET projects.

        If you create a text file with an .asp extension and open it with visual studio you will be able to edit it as you say.

        Dr B

        Comment

        Working...