
Microsoft SQL can use “trusted connections” to make your database connection authentic. When the SQL server and asp.net pages are there in the same machine then it is easy to frame trusted connections. It is also easy and simple to grant the right sort of permissions to the ASP.NET user within SQL.
Follow the code blow for authentic SQL connections.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="server=dev1; uid=sa; pwd=webspiders; database=Lilisoft"/>
</configuration>
Follow the code blow for authentic SQL connections.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ConnectionString" value="server=dev1; uid=sa; pwd=webspiders; database=Lilisoft"/>
</configuration>
Aspnet Discussion
- - How to Encode-Decode URL
- - Change IE settings using
- - Excel problem
- - Example of Server.Transfe
- - Import Ms Project file


