Friday, July 31, 2009

How do i execute an ASP page?

i am done with the asp page coding in a notepad and saved it with .asp extn. but don't know wher to save it. im unable to locate the directory accessible to the server. and im unable to run the page. please help me out in this.

How do i execute an ASP page?
Well the default home directory for IIS is


LocalDrive:\Inetpub\Wwwroot





Just put your files in there and if that is on your local machine


you can check the page using





http://localhost/yourpage.asp in a browser window.





:) TL
Reply:What is yur webserver and application server.?





Your webserver and application server should be running.





You need to paste the *.asp files in the appropriate deployment directory.
Reply:by default the IIS creates C:\Inetpub\wwwroot\





the wwwroot is the directory of the sites.





if you didn't change the directory go past the asp page there and then the link to check it will be http://localhost/nameofpage.asp and it will run on your browser.





best regards
Reply:you can save it anywhere but must sure it is save as .asp that way the computer will know this is a asp page. open you server and must sure there is no error. then open in the web thought the server pager and it should work.


No comments:

Post a Comment