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?
why you not try on google "free asp hosting" http://www.google.com/search?rlz=1C1GGLS_enIN291IN303&sourceid=chrome&ie=UTF-8&q=asp+free+hosting
I don't want hosting, I just want a test server like WAMP I can run locally on my computer to test things.
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