DB access denied with ASP.Net MVC application after switching to windows authentication mode
Posted
by myotherme
on Stack Overflow
See other posts from Stack Overflow
or by myotherme
Published on 2010-04-12T10:18:22Z
Indexed on
2010/04/12
10:23 UTC
Read the original article
Hit count: 324
I have a MVC application that I am now trying to add authentication and authorization to.
I want to allow users to get to the site and be automatically authenticated. So I set authentication mode="Windows" in the web.config, and enabled NTLM in the project options. The site now shows my domain name in the top right when I run it, but when I hit a action than needs DB access, it tells me access is denied for my user-name?
What step am I missing?
© Stack Overflow or respective owner