Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLMSSP authentication protocols.

learn more… | top users | synonyms

0
votes
0answers
4 views

Issues with some users in Win Authentication in ASP.NET

I would like to get some help in my strange issues, I have an ASP.Net 2.0 application with VB.NET Code behind, I set up my application to enable only Win authentication So in IIS all disabled except ...
0
votes
0answers
15 views

Access User Windows authentication /active directory IIS asp.net

I have two sites...one is a regular webforms and the other is pretty much a duplicate of the site, but done in MVC4. The webforms site is getting the user identity like this: string userId = ...
5
votes
2answers
4k views

What is the effect of <authentication mode=“windows”> in versions of IIS?

I am wondering what the effect of setting <authentication mode="windows"> in the web.config is in different version of IIS. I believe that in IIS 5, it has little to no effect, as all of that ...
0
votes
2answers
825 views

Windows Authentication for MS Access 2007 and MS Access 2010

I want to apply Windows Authentication on my MS Access database 2007 and 2010. Firstly i want to know if this is possible? If yes then please provide me step by step instruction of setting it up. If ...
32
votes
6answers
8k views

ASP.NET MVC3 and Windows Auth on IIS keeps redirecting to /Account/Login

I'm running MVC3 and a windows auth web application. When I deploy to IIS6 it runs great until I hit a page that requires authentication. It then is auto-redirecting to /Account/Login when I have no ...
1
vote
0answers
18 views

Login prompt not shown for Windows Authentication

I have viewed numerous StackOverflow, and SerFault, questions which touch on this very problem. However, none of those answers have helped me out. Here's my situation. I have an ASP.NET MVC 3 website ...
0
votes
1answer
16 views

How can I use User.Identity.Name to work in a class outside of a Controller?

How can I use User.Identity.Name to work in a class outside of a Controller? I just used like this inside class private readonly static string sLogon = ...
1
vote
3answers
451 views

How do I authenticate to a SQL Server database on a domain from a virtual machine off the domain?

I am supporting a .NET 4.0 (Visual Studio 2010) web application that authenticates to a SQL Server 2008 database which resides on my work intranet. The application authenticates to the database using ...
0
votes
1answer
14 views

Giving access to particular groups certain pages in c# asp.net application in windows authentication mode

I am creating a c# asp.net application.I have two groups group\a and group\b.I am currently applying windows authentication mode and letting only those users see my application who are in these two ...
1
vote
1answer
498 views

MVC 3 Windows Authentication Challenge on IIS7.5 Web Site (NOT app under default) Windows Server 2008 R2 VM

your constructive suggestions and any help is required. I am creating a new WebSite in IIS7.5 on Windows Server 2008 R2 for my corporate Intranet (not Application under existing Default Web Site!), ...
-1
votes
1answer
39 views

Why .NET Data Provider for SQL Server does not Accept Windows Username and Password in Connection String?

According to MSDN when constructing a connection string for SQL Server: If User ID and Password are specified and Integrated Security is set to true, the User ID and Password will be ignored and ...
0
votes
0answers
10 views

Pass client's Windows Auth credentials in C# request to SOAP web service

I'm hoping to use C# (.Net 4) to communicate with a .Net SOAP web service (.asmx). The service requires Windows Authentication. I can have my client make requests directly to the service (the client ...
0
votes
2answers
6k views

Windows Authentication issue in IIS 7.5

I'm new to IIS 7.5 and I am trying to get a site working with Windows Authentication. It's an ASP.NET 4.0 application which is set up as an application under the default website and it is running the ...
1
vote
2answers
31 views

Windows Authentication not working on local IIS 7.5. Error 401.1

I recently had a nasty issue getting Windows Authentication to work on a local instance of IIS 7.5 (Windows 7 Pro) to an ASP.net 4.0 site. I followed the basic steps. IIS Authentication Disable ...
0
votes
0answers
24 views

Implement windows and forms authentication in asp.net mvc 4

I am working on asp.net mvc 4 application. Currently the application is forms authentication enabled. But now i want to implement windows authentication in same application. The scenario is- When ...

1 2 3 4 5 69
15 30 50 per page