Active Server Pages Programming (ASP)/How to run ASP on Windows XP ?
Expert: Srini Nagarajan - 7/31/2007
QuestionHello, How can i run my ASP program and where can i save it ?
My system had .Net also, but now i have Uninstall it...i am imaging that some .Net file couldn't uninstall. .....C:Inetpubwwwroot also not working ...plzzz give me some idea about run and save my ASP Program...
"THANKS"...
Waiting for reply......
Answeryou can uninstall .net if you goto control panel and add/remove program you can see 1.1 and you can uninstall without any problem.
to run ASP application first you have to check whether IIS is running on your computer, first goto control panel and add/remove windows components check the IIS is installed if not, install and you should be able to see a folder inetpub/wwwroot create a file in this. if you say
http://localhost it should run from there
Happy Programming!
-srini