当我安装WAMP服务器时,Visual Studio的Localhost不显示.你是如何使它工作的?

Abd*_*med 1 php wamp visual-studio-2008

我首先在我的系统上安装了WAMP服务器.它使用http:// localhost在www目录中显示我的文件.

但后来我安装了visual studio 2008.它也使用http:// localhost / 但它没有出现.我该怎么办?

Ste*_*ins 6

我猜你的意思是IIS?当您启动应用程序时,Cassini("调试"网络服务器中的内置版本)使用高端口.无论哪种方式,您需要配置WAMP或IIS以侦听端口80以外的端口,然后您可以访问http:// localhost /上的一个端口和http:// localhost:MYPORT /上的端口.