(20分)有咩地方可以用來check 我寫的asp code 行唔行到???免費的....

2007-04-30 12:22 am
有咩地方可以用來check 我寫的asp code 行唔行到???免費的....

回答 (1)

2007-04-30 4:43 pm
✔ 最佳答案
You need a web server that can run asp codes. Windows Server (NT, 2000, 2003) and Windows XP Professional come with Internet Information Server (IIS) that can publish asp. The default Windows XP Professional installation does not have IIS installed. If your XP does not have IIS, install it from Control Panel->Add Programs->Add Window Components.

The physical location of the web site is c:\inetpub\wwwroot.

For example, your web stie is called myweb. Create a subfolder called myweb, ie,
c:\inetpub\wwwroot\myweb and put your asp files there.

You can test your web site by typing any of the below in the address bar of the browser:
http://localhost/myweb
http://127.0.0.1/myweb
http://your_computer_name/myweb
(assuming your start page is called default.asp, if not, include the page name in the address)

This wil get you started.


收錄日期: 2021-04-26 13:13:44
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070429000051KK03282

檢視 Wayback Machine 備份