Tagged Questions
The mixed-authentication tag has no wiki summary.
2
votes
1answer
244 views
Mixed authentication in ASP.NET application
I've got an ASP.NET application which uses forms authentication.
We're adding on an HttpModule that responds to requests in the /webdav folder and below. We need to use basic/digest authentication ...
2
votes
2answers
3k views
Anonymous access and NTLM authentication in IIS
I have a server set up with IIS, and my site has some pages which should allow anonymous access and some pages which should require the "Integrated Windows authentication". On the Authentication ...
1
vote
1answer
302 views
Mixed Mode Authentication (SQLMembershipProvider )in TFS 2010
I'm new to TFS 2010 (Team Foundation Server 2010) and I'm looking forward to authenticate users in TFS using Mixed Mode Authentication. I mean using Windows Mode Authentication and SQL Authentication ...
1
vote
2answers
790 views
ASP.NET mixed windows/forms authentication problem with session objects
Weird problem here, we're running a few mixed environment web applications, that use Windows or Forms authentication depending on where the user comes from.
I'm curious how everyone else might be ...
0
votes
1answer
435 views
ASP.Net MVC 3 Areas and Mixed Mode Authentication
Is it possible to have an ASP.Net MVC Area use different authentication then the rest of the application? The main app has to be forms authentication since it's an extranet. I need to have an Admin ...
0
votes
0answers
81 views
SQL Server HTTP Endpoint mixed login_type still requires windows credentials
Could anybody explain why do I still have to pass windows user credentials (to check wsdl for example) if I set LOGIN_TYPE = 'MIXED' during the creation of my endpoint?
Am I missing something?
...