Click here to Skip to main content
15,915,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing an internal web application. So I want my login page to implement windows authentication and am not sure about the code because when I created the mvc project I got an option to change authentication. Can someone please explain why am I getting invalid tag in web config on
<forms name ="Login" loginUrl="Login.aspx" timeout="2880" /> or refer me to a site

What I have tried:

Currently reading from database
Posted
Updated 5-Apr-16 4:05am
v2

1 solution

You can try these links, I have done a few MVC application with windows authentication and found these links to be helpfull:

How to Create an Intranet Site Using ASP.NET MVC[^]

Authenticating Users with Windows Authentication (C#) | The ASP.NET Site[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900