windows-authentication Questions
6
Solved
I've checked lots of posts about this error but not been able to fix the problem yet.
I have simple MVC5 website built in VS2013 running on Windows 8 pro. When the site was created the option for...
Gagnon asked 12/2, 2015 at 17:17
9
I am trying to run openrowset from MS SQL Server on an Oracle server.
When i execute the following command:
select * from
OPENROWSET('OraOLEDB.Oracle','srv';'user';'pass',
'select * from table')...
Mckibben asked 24/1, 2013 at 11:14
10
Solved
After trying to enable owin & AspNet Identity to my Web Api project (in VS 2013 + .Net 4.5.1) I get the following error in each valid or unvalid(request to none exist controller) requests :
&l...
Hahnke asked 13/1, 2014 at 10:38
6
Solved
I'm trying to login to my local SQL Server 2005 installed on Windows7 using SSMS using Windows authentication.
I tried using various server names like ., localhost, .\SQL, ANANTH-PC etc.
I get this...
Peccary asked 26/1, 2012 at 10:14
7
I have an asp.net intranet application using windows authentication. I created the application years ago with VS 2005, and the windows authentication bit was working perfectly. My web.config has th...
Tsarism asked 31/7, 2009 at 21:32
5
Solved
I work for a large company with an intranet and Windows AD logins for everyone. We have a number of internal SQL Server databases which allow us to log in using Windows authentication, one of which...
Antecedency asked 22/1, 2019 at 22:56
5
I am trying to implement Integrated Windows authentication on Edge, but it always prompts me for credentials, whereas Integrated Windows authentication is working for IE, Chrome and Firefox. ...
Archery asked 15/7, 2019 at 6:25
9
Solved
How do you logout when using Windows authentication in ASP.NET like this web.config?
<authentication mode="Windows" />
I've already tried the following unsuccessfully. It redirects, but do...
Debut asked 1/7, 2009 at 4:23
1
I'm struggling for few days with Windows Authentication in dotnet 5 project and can't get it working in the Docker environment. When running locally on Windows system, it works properly. I found ot...
Tricky asked 1/9, 2021 at 11:8
3
Solved
HttpPlatformHandler supports forwarding the auth token by enabling the forwardWindowsAuthToken setting in the web.config.
This sounds like a useful feature when needing to use Windows Integrated Au...
Townswoman asked 9/7, 2020 at 2:8
2
Solved
I am currently trying to run SQL Server Management Studio 2008 as a user who is on a different domain. I noticed in other threads that running the following command from a batch script will do this...
Slosh asked 8/3, 2011 at 20:4
5
Solved
I created a new asp.net-mvc project and during setup I chose to use Windows Authentication.
Now I like to turn it off(at least for a while).
I changed the web.config to this
<authentication...
Marr asked 13/11, 2014 at 14:4
0
To authenticate devices (PC's) towards Microsoft systems (MSAL) in Chrome, the plugin "Windows Accounts" is required.
However, I can't get it to work. When accessing our websites from eit...
Provincial asked 3/5, 2023 at 12:42
2
Solved
Asp.Net Core doesn't seem to recognize the user from the call context?.User?.Identity?.Name when windows authentication is enabled and running in IIS Express or IIS.
Desired behavior: Enabling bo...
Guardafui asked 17/5, 2018 at 20:57
3
Solved
I am trying to enter data in prompt (URL Given), below codes is giving me an error. Please help me out with these?
from selenium import webdriver
from selenium.webdriver.common.action_chains impor...
Scopolamine asked 26/7, 2017 at 13:38
7
I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS.
I have Windows authentication turned...
Bertabertasi asked 9/11, 2011 at 15:39
1
Solved
Can we connect to SQL server using polars and connectorx? YES
The username I used in SQL Server Management Studio right after the below test without issue.
conn = 'mssql+pyodbc://username@server/da...
Meshed asked 1/1, 2023 at 19:39
5
Solved
I searched a lot on Google and Stack overflow to find a solution for my problem, but nothing worked.
Here is my problem:
I use IIS 7 with a special programming environment called WebDEV that doe...
Karajan asked 5/7, 2016 at 11:2
3
Similar to this question:
How to use windows authentication to connect to MS SQL server from windows workstation in another domain with Python
My current database configurations looks like this:...
Ovoid asked 14/10, 2016 at 16:58
5
I am creating a website, but in the database I use windows authentication.
I know that you use this for SQL authentication
<connectionStrings>
<add name="NorthwindContex"
connectionS...
Stichometry asked 11/1, 2013 at 1:7
3
Solved
I have a Flask app (Python 2.7) running on an IIS server in Windows 10. The server is configured to use Windows Authentication. I am using an HttpPlatformHandler in order to execute the Pytho...
Slapup asked 21/9, 2016 at 23:21
3
I am trying to use Windows Authentication for ASP.NET Core MVC application.
Following is the problem statement.
When application is run with IISExpress, it runs without any issues. But when it is c...
Triaxial asked 2/8, 2020 at 7:42
2
Solved
How does one get user data (user name and surname, and user groups) from company's Active Directory (WinServer) in dotnet core 6?
I have Identity package installed, but the app needs to work with W...
Fortyniner asked 12/3, 2022 at 10:22
3
I create .Net Core API and I configure the windows authentication.
In my angular application I have to put in each request this option withCredentials : true. I do a put request but it return me th...
Abramson asked 9/4, 2019 at 9:37
5
I just upgraded my application from Visual studio 2012 to Visual studio 2013. My windows authentication is not working any more. It is giving me below error.
HTTP Error 401.2 - Unauthorized
You ...
Orling asked 12/6, 2014 at 22:34
1 Next >
© 2022 - 2025 — McMap. All rights reserved.