Authentication in .NET Framework Data Provider for Oracle

This article deals with connection strings related to Windows Authentication in .NET Framework Data Provider for Oracle.
  • 1792

Windows Authentication

Windows authentication is done to ensure that only authorized users acccess the given system. In ASP.Net windows authentication is the default authentication method of the ASP.NET application. Windows authentication uses user names, passwords, and permissions of network resources and Web applications. To implement windows authentication use the following connection string.

 

Data Source=myOracleDB;User Id=/;

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.