Integrated windows authentication - ASP.NET MVC app on IIS 7.5

Status
Not open for further replies.

ashok.k

Member
Joined
Nov 17, 2014
Messages
14
Programming Experience
5-10
Hi ,
We are working on an ASP.NET website. We are using the windows login id of the user to authenticate the users. Now the website is being migrated to ASP.NET MVC5 and we are trying to host on IIS 7.5.
Settings done in IIS 6.
Under directory security
we checked Integrated Windows Authentication in IIS and also disallow anonymous access.
we got the Window? s Login Id using Request.LogonUserIdentity in the aspx page.

Please let me know what settings need to be done in IIS 7.5 as the security settings are different in IIS 7.5.
Any articles or suggestions on enabling integrated windows authentications for ASP.NET MVC application using IIS 7.5 will be helpful.
Thanks
Ashok
 
Questions about configuring IIS for an MVC application written in C# are not C# questions so they are off-topic for this forum I'm afraid. You'd need to find a site dedicated to IIS configuration specifically.
 
Status
Not open for further replies.
Back
Top Bottom