Hello Team,
I have installed VS 2013 and i created a new project which has windows authentication enabled and Anonymous authentication disabled.
My Operating system is Windows 7 and does not have password for user account and the user account has administrator rights.
Now when i am trying to debug or run any webform project or webform site i am being asked for username and password.
I am pasting my webconfig file below... Have a look any suggestions will be appreciated
Web Config
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="cnnLocal1" connectionString="Data Source=.;Initial Catalog=SSDCLive;Persist Security Info=True;User ID=sa;Password=sqluser" providerName="System.Data.SqlClient"/>
<add name="cnnLocal2" connectionString="Data Source=SHREE-PC\SQLEXPRESS;Initial Catalog=POPL;Persist Security Info=True;User ID=sa;Password=admin123" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5.1" />
</system.web>
</configuration>
Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved