Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1102379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:10:38+00:00 2026-05-17T01:10:38+00:00

I have an ASP.NET application that authenticates users using Ldap against active directory. This

  • 0

I have an ASP.NET application that authenticates users using Ldap against active directory. This is, the users enter their same windows credentials on the webform to login to this application. The application is basically a SQL Server database frontend, and in my limited experience, I use the standard connectionStrings label in the web.config to enter the information to login to the database (using a SQL Server login as of right now). I want to change that so instead, each time the user connects then he or she perform the database operations with his or her windows user. Of course the database has setup those permission already to the users, but I have no idea what connection string am I suppose to use, since now there is not going to be a static user/password combo, and I don’t want to create SQL Server logins to everybody that is going to use the application.

Thanks!

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T01:10:39+00:00Added an answer on May 17, 2026 at 1:10 am

    Use the ConnectionStringBuilder class and provide it your initial connection string from the web.config. From there, change the username and password properties to match those of your current user.

    public String GetUsersConnectionString(CurrentUser user) {
      string connectString = ConfigurationManager.ConnectionStrings["LocalSqlServer"]
                            .ConnectionString;
    
      SqlConnectionStringBuilder builder = new SqlConnectionStringBuilder(connectString);
      builder.UserId = user.UserId;
      builder.Password = user.Password;
    
      return builder.ToString();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is nuts. I have an ASP.NET MVC application using Windows authentication that, amongst
I have a small conundrum where I have an asp.net application that's using forms
I have an application that is built using ASP.NET, with an embedded Silverlight Object
I have an ASP.Net 2.0 application that uses integrated Windows Authentication to authenticate/authorize users.
I have a asp.net web application, that allows users to login and logout. When
I have an ASP.NET application that is hosted in timezone A and is being
I have an ASP.NET application that uses a custom .NET library (a .DLL file).
I have an ASP.NET application that calls other web services through SSL (outside the
I have an ASP.Net Application that sends text messages to mobile phones. It does
I have a database on SQL Server 2008. I have an ASP.NET application that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.