How to update ASP application in devlopment environment(which one)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • usr123
    New Member
    • Feb 2010
    • 20

    How to update ASP application in devlopment environment(which one)

    Hello all,

    I am new to ASP, i am trying to make changes in exsiting ASP application running on IIS on the server. I have copied the content onto my local. Now i want a dev environment to open up th eapplication which should allow me to make the changes and run it on my local as well so that i could test it. I want to recreate the application in dev environment as whole. How can u do that.

    If i didnt make myself clear, then plz ask and i will try it again.

    Thanks in advance.
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello usr123,

    Well, let’s start by creating a check list. Do you have IIS installed on your local computer?

    CroCrew~

    Comment

    • usr123
      New Member
      • Feb 2010
      • 20

      #3
      Yes i have. I have put my application in IIS. I can run it as well. I really want a development environment where i could open the whole ASP application asa project and do normal development and run it at the same time like we do in Visual studio.net. Is there anything like there?

      Comment

      • CroCrew
        Recognized Expert Contributor
        • Jan 2008
        • 564

        #4
        Oh, look into applications like Dreamweaver or FrontPage (please; no battle on witch is the better). But you can still use Visual studio too.

        For Classic ASP development I like to use “Notepad ++”. I am not big in the WYSIWYG editors.

        Happy Coding,
        CroCrew~

        Comment

        • usr123
          New Member
          • Feb 2010
          • 20

          #5
          Visual studio3.5 doesnt support ASP type applications. I want to open the whole project as one in dev environment.

          Comment

          • CroCrew
            Recognized Expert Contributor
            • Jan 2008
            • 564

            #6
            Then you need to look into applications like Dreamweaver or FrontPage.

            Comment

            • usr123
              New Member
              • Feb 2010
              • 20

              #7
              i did install Dreamweaver from Internet, it has got some functionality like load project but wasnt enabled(may be i need to buy it...). But would i be bale to run the project and debug as well in dreamweaver?

              Comment

              • CroCrew
                Recognized Expert Contributor
                • Jan 2008
                • 564

                #8
                Sorry nope. Debugging is an art in Classic ASP.

                Hint: Response.Write( ) and Response.End() are your friends when it comes to debugging in Classic ASP.

                Comment

                • usr123
                  New Member
                  • Feb 2010
                  • 20

                  #9
                  Ok :(

                  What is the difference b/w ASPand classic ASP.
                  Sorry i can actually google it.

                  Comment

                  Working...