简体   繁体   English

安装WAMP后,在firefox中询问本地主机的用户名和密码

[英]Asking for the user name and password for the localhost in firefox, after installing WAMP

I have already running IIS in my windows XP. 我已经在Windows XP中运行IIS。 I have also install wamp server. 我还安装了wamp服务器。

  1. **The wamp server is showing the inactive icon. ** wamp服务器显示非活动图标。
  2. When I was installing the WAMP, I was asked to set the firefox as my default browers for WAMP. 在安装WAMP时,系统要求我将Firefox设置为WAMP的默认浏览器。 Now when I am going to start use any service of it (ie localhost or phpmyadmin), firefox is asking me for the username & password for the same (the dialog box saying that "Enter username and password for http: //localhost" ) 现在,当我要开始使用它的任何服务(即localhost或phpmyadmin)时,firefox要求我提供相同的用户名和密码(对话框中显示“输入http:// localhost的用户名和密码”

What should I do ? 我该怎么办 ?

Thanks 谢谢

You have to turn of IIS by putting inetmgr in run, then you will get window for IIS by that you can turn off IIS. 您必须通过运行inetmgr来打开IIS,然后您将获得IIS的窗口,可以关闭IIS。
Because IIS is run on port 80 and apache of WAMP is also trying to run on port 80,but that was acquired by IIS so you have to stop IIS. 因为IIS在端口80上运行,而WAMP的apache也试图在端口80上运行,但是IIS已将其获取,因此您必须停止IIS。

And regarding firefox it is upto you ,that you have to put it default or not. 至于Firefox,则取决于您,是否必须将其设置为默认值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我应该在IIS管理器中键入localhost的用户名和密码? - What am I supposed to type as user name and password for localhost in IIS Manager? 安装Oracle和回送适配器后无法访问localhost / iis - Can't access localhost/iis after installing Oracle and loopback adaptor 登录失败:用户名未知或密码错误 - Logon failure: unknown user name or bad password Firefox NTLM凭证到localhost - Firefox NTLM Credentials to localhost 如何验证应用程序池用户名和密码是否已更新? - How to verify that app pool user name and password is updated? 如何从ASP.NET中的url获取用户名和密码? - How to get user name and password from url in ASP.NET? asp.net mvc Web应用程序提示用户名和密码 - asp.net mvc web application prompting user name and password Visual Studio ASP.NET未知的用户名或错误的密码 - Visual Studio ASP.NET unknown user name or bad password 登录失败:用户名未知或密码错误? 但是我使用正确的用户名和密码 - Logon failure: unknown user name or bad password? But I am using the right username and password 用户帐户“root”的指定密码无效,或安装wordpress时无法连接到数据库服务器 - The specified password for user account 'root' is not valid, or failed to connect to database server when installing wordpress
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM