Test server for ASP?

Discussion in 'C#' started by wwwbryan, Jul 27, 2009.

  1. #1
    I am beginning to learn ASP and I want to have a simple test server to practice coding with. I know theres a test server for writing php such as wamp, xampp, etc. But is there one for ASP?
     
    wwwbryan, Jul 27, 2009 IP
  2. shaileshk

    shaileshk Well-Known Member

    Messages:
    455
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
  3. wwwbryan

    wwwbryan Well-Known Member

    Messages:
    181
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I don't want hosting, I just want a test server like WAMP I can run locally on my computer to test things.
     
    wwwbryan, Jul 28, 2009 IP
  4. shaileshk

    shaileshk Well-Known Member

    Messages:
    455
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #4
    Ok You don't know about IIS or PWS server. Please add your script in wwwroot folder.

    C:\Inetpub\wwwroot Add your test.asp file and run in your browser

    http://localhost/test.asp


    Please make note stop the Apache server if you have installed

    I hope this will help you
     
    shaileshk, Jul 28, 2009 IP