How to Implement SQLServer authentication in asp.net?
To implement SQL Server authentication in asp.net, you have to change in web.config as well as in SQL server.
First go to C:WindowsMicrosoft.NETFramework64v4.0.30319 folder and execute InstallPersistSqlState.sql in the SQL Server. Just to let you know that it will create the ASPState database and
...
[read more]
First go to C:WindowsMicrosoft.NETFramework64v4.0.30319 folder and execute InstallPersistSqlState.sql in the SQL Server. Just to let you know that it will create the ASPState database and
Submit a review:
Login required.