Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

i installed IIS v5.1,and in browser i was entered

http://localhost
then popup is coming as

authentication required
the sever http://localhost:80 requires a username and password.
user name:
password:

how to know that
Posted
Comments
[no name] 4-Feb-14 2:16am    
http://forums.iis.net/t/1156665.aspx?IIS+getting+rid+of+username+and+password+authentication+prompt
JoCodes 4-Feb-14 3:33am    
Whats the authentication mode you are using?
Member 10263519 4-Feb-14 4:43am    
how can i check authentication mode
JoCodes 4-Feb-14 4:46am    
It will be in Web.Config
Member 10263519 4-Feb-14 4:54am    
there is no authentication configuration.
only connection string is there



<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->

<configuration>
<system.web>
<compilation debug="true" targetframework="4.0">

<connectionstrings>
<add name="myConnectionString" connectionstring="Server=localhost;Database=rewards;User ID=root;Password=root;Integrated Security=True;Allow User Variables=true" providername="System.Data.MySqlClient=">



1 solution

You should install and use IIS version 7 and not 5.1, and there will be no credentials!
 
Share this answer
 
Comments
Member 10263519 4-Feb-14 5:13am    
how to install IIS7.
Raul Iloc 4-Feb-14 7:13am    
http://blogs.msdn.com/b/rickandy/archive/2011/03/14/enabling-iis-7-x-on-windows-7-vista-sp1-windows-2008-windows-2008-r2.aspx
Member 10263519 4-Feb-14 7:43am    
am having windows XP
Raul Iloc 4-Feb-14 7:50am    
http://forums.iis.net/p/1177695/1980126.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900