First ASP Application!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jxt1303
    New Member
    • Feb 2008
    • 3

    First ASP Application!

    I just inherited my first ASP application. I've messed a little with ASP.NET apps before, but not classic ASP. How do I run the application? Do I use FrontPage? VS 2003? I have no idea how to test this. And I am new to web apps in general. Any help would be great, thanks.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Going from ASP.NET to "classic" ASP is quite a step backward, but I guess I can answer your question.

    1- frontpage will work but I highly recommend you just use notepad or notepad Plus. All you see is the code, but that's really all you have for "classic" ASP.

    2- It might be a good idea to try to update to .NET (if you are more familiar with that) a page at a time.

    3- If you really want to throw yourself into "classic" ASP, look up w3schools' tutorial, it touches all the bases very quickly.

    Let me know if this helps.

    Jared

    Comment

    Working...