I\'m creating an Intranet site in ASP.NET MVC 3 Beta and would like to use Windows Authentication exclusively. In addition, I\'d like to use the Visual Studio Development Se
FYI, in case this helps others : In my case, I only had to add
to fix the issue and
was not required. I also found this blog post very useful as an explanation http://www.codeproject.com/Articles/292149/The-resource-cannot-be-found-Account-Login?msg=4092212#xx4092212xx
Any thoughts on potential ramifications/side-effects of this fix?
also I am disappointed this issue has not yet been fixed by ms after a year +.
thanks.