How do I add a connection string using trusted connection in the Web.config.
All i know is the following statement to declare the connection srting
<appSettings>
<add key="myConnstr" value="server=_ ;database=_;use r=_;pass=_;" />
</appSettings>
But what do i do to get a trusted connection, so that i donot require to give the username and password
All i know is the following statement to declare the connection srting
<appSettings>
<add key="myConnstr" value="server=_ ;database=_;use r=_;pass=_;" />
</appSettings>
But what do i do to get a trusted connection, so that i donot require to give the username and password
Comment