Questions tagged [sql-authentication]
32 questions
0
votes
0 answers
How to create users and store them in a database and link them to windows authentication logins
What I want:
An intranet application where only people who are logged in can see the application... and an Admin and Member role.
1:
I have created an MVC 5.0 web application (for intranet).
It has a Home view with a home controller...
I have an…

Jimmyt1988
- 20,466
- 41
- 133
- 233
0
votes
1 answer
Attaching catalog with SQL Authentication credentials attaches it as Read-Only
As part of our product's installation process, a database is attached to the server.
We use EXEC sp_attach_db in order to attach it to MSSQL.
The problem occures when we try to attach it with "SQL Authentication" connection string - the database is…

Nissim
- 6,395
- 5
- 49
- 74