Answered by:
Windows Authentication Without Login Screen

Question
-
User1964065388 posted
Hi All, I am using FBA(Form Based Authen) and Windows Authentication for my web application. FBA is working fine with username and pwd. I want to use the same username, pwd for windows authentication without retering credentials in default login screen. How to avoid the default login screen with custom authentication. Thanks, Arjun.
Tuesday, May 4, 2010 4:32 AM
Answers
-
User-2080168305 posted
for that u have to check if the user is valid or not for window login.
so if redirect to default.aspx page.
to learn abt window authetication, refer these links
http://www.asp.net/%28S%28pdfrohu0ajmwt445fanvj2r3%29%29/learn/mvc/tutorial-18-cs.aspx
http://msdn.microsoft.com/en-us/library/ff647405.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 4, 2010 7:56 AM -
All replies
-
User-2080168305 posted
for that u have to check if the user is valid or not for window login.
so if redirect to default.aspx page.
to learn abt window authetication, refer these links
http://www.asp.net/%28S%28pdfrohu0ajmwt445fanvj2r3%29%29/learn/mvc/tutorial-18-cs.aspx
http://msdn.microsoft.com/en-us/library/ff647405.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 4, 2010 7:56 AM -