查看: 828|回复: 10
|
IIS 有点问题
[复制链接]
|
|
我按127.0.0.1没有东西显示了,why??
 |
|
|
|
|
|
|
|
发表于 15-3-2006 12:56 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 15-3-2006 02:05 PM
|
显示全部楼层
|
|
|
|
|
|
|

楼主 |
发表于 15-3-2006 02:19 PM
|
显示全部楼层
其实这也是方法之一。。 但如果这样做的话同时我也许re-install我的visual studio了。。 不然就开不到我的project.. why? |
|
|
|
|
|
|
|
发表于 15-3-2006 02:43 PM
|
显示全部楼层
To install the FTP/WWW/STMP service
1.
From the Start menu, click Control Panel, double-click Add or Remove Programs, and then click Add/Remove Windows Components.
2.
From the Components list, click Application Server, and then click Details.
3.
From the Subcomponents of Application Server list, click Internet Information Services (IIS), and then click Details.
4.
From the Subcomponents of Internet Information Services (IIS) list, you can select the File Transfer Protocol (FTP) Service check box, WWW, STMP and else, and then click OK.
5.
Click Next. You might be prompted for the suitable Windows XP product CD or the network install path.
6.
Click Finish. |
|
|
|
|
|
|
|

楼主 |
发表于 15-3-2006 03:53 PM
|
显示全部楼层
其实我之前就已经insatll IIS了,就不知为何突然run不到(refer to 1st tat i posted)
如果我从新install IIS的话,visual studio.net 2003又要从新install了(因为根据之前的经验,re-install IIS后, visual studio.net不知为何会connect不到我在wwwroot里的files...
或者你们有办法?
 |
|
|
|
|
|
|
|
发表于 16-3-2006 12:05 AM
|
显示全部楼层
先檢查 iis 是不是有在執行, 並檢查是不是有別的軟件用 port 80, 關掉 firewall, 然後做一個 index.html 來測試... |
|
|
|
|
|
|
|
发表于 16-3-2006 05:16 AM
|
显示全部楼层
查service里,
1. IIS Admin - runnning
2. World Wide Web (WWW) - running |
|
|
|
|
|
|
|
发表于 16-3-2006 09:13 AM
|
显示全部楼层
原帖由 asimo 于 16-3-2006 05:16 AM 发表
查service里,
1. IIS Admin - runnning
2. World Wide Web (WWW) - running
那麼, 有沒有關掉所有的軟件呢 ? 尤其是右下角的 icon, 還有, icq, msn, yahoo, skype 等等是不是用 port 80 ?
另外轉載;
Finding out what Ports are open
TO find out what ports are open/exposed do the following
Start >Run >type "cmd" {enter}
At the command line type "netstat -a" {enter}
The list displayed shows "Listening ports" and established "Who is on the other end" connections to yout computer.
Who is listening? Use this syntax: netstat -an |find /i "listening"
Save who is listening to a text file: netstat -an |find /i "listening" > c:\openports.txt
Who is established? Use this syntax: netstat -an |find /i "established"
Note: In Windows XP, you can type NETSTAT -O to get a list of all the owning process ID associated with each connection: netstat -ao |find /i "listening" |
|
|
|
|
|
|
|

楼主 |
发表于 16-3-2006 11:18 AM
|
显示全部楼层
我检查了。。 发现在 services里面,
IIS [status] = started
World Wide Web Publishing [status] = 空白
当我赏试start world wide web publishing 时,出现这样的msg
error 3 : the system cannot find the path specified |
|
|
|
|
|
|
|
发表于 16-3-2006 01:45 PM
|
显示全部楼层
原帖由 counterking 于 16-3-2006 11:18 AM 发表
我检查了。。 发现在 services里面,
IIS [status] = started
World Wide Web Publishing [status] = 空白
当我赏试start world wide web publishing 时,出现这样的msg
error 3 : the system cannot ...
我个人认为你的world wide web publishing没有install好.
看你的图:

After ATHLON(local computer)应该有extension for Default Webside(WWW) or SMTP or FTP folder.
你的没有因为你可能uninstall 了.
你尝试install 回world wide web publishing(WWW)报用WIN XP CD.
STEP:
To install the WWW service
1.
From the Start menu, click Control Panel, double-click Add or Remove Programs, and then click Add/Remove Windows Components.
2.
From the Components list, click Application Server, and then click Details.
3.
From the Subcomponents of Application Server list, click Internet Information Services (IIS), and then click Details.
4.
From the Subcomponents of Internet Information Services (IIS) list, you can select the world wide web publishing (WWW) and, SMTP and then click OK.
5.
Click Next. You might be prompted for the suitable Windows XP product CD or the network install path.
6.
Click Finish.
我认为你应该做以上的东西.
如果 你说会affect你的visual studio, then uninstall first.
Step:
1. Backup all you needed data
2. uninstall you visual studio
3. re-install you IIS6
4. re-install you visual studio |
|
|
|
|
|
|
| |
本周最热论坛帖子
|