Answered by:
Using System username,password

Question
-
User-181736714 posted
Hi Friends,
I need to use login name,password by using the system login name,password..
please help me to do this.. i heard that it can be done by using IIS server..
please me to do.. thanks friends
Friday, January 9, 2009 11:36 AM
Answers
-
User717210030 posted
HI,
There are two ways to use windows system(AD) username.
1. Using Windows Integrated Authentication. you can use configure it in IIS without writing any code.
If you are using IIS 6.0 check this link:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/848968f3-baa0-46f9-b1e6-ef81dd09b015.mspx?mfr=true
if you are using IIS 7.0:
In IIS manager console, click the website, in the right frame, under the IIS section, click Authentication, and change the Windows Authentication's status to Enable(Disable Anonymous Authentication)
2. Using Forms Authentication
check this link:
http://msdn.microsoft.com/en-us/library/ms998360.aspx
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 15, 2009 9:09 PM
All replies
-
User-2008565010 posted
do you mean FormsAuthentication with ActiveDirectory ??
Check this: http://www.beansoftware.com/ASP.NET-Tutorials/Forms-Authentication-Active-Directory.aspx
Friday, January 9, 2009 11:53 AM -
User-181736714 posted
Hi guru,
Thanks a lot for ur reply .... actually i dont know wat to use.. how to use the username,password for my application by using the System username,password..
(Login name password while we turned on our system )
Thanks guru.. i am new to .net guide me to do this thanks
Friday, January 9, 2009 11:57 AM -
User-2008565010 posted
so you mean the System boot password ... not the windows password ???
Friday, January 9, 2009 12:06 PM -
User717210030 posted
HI,
There are two ways to use windows system(AD) username.
1. Using Windows Integrated Authentication. you can use configure it in IIS without writing any code.
If you are using IIS 6.0 check this link:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/848968f3-baa0-46f9-b1e6-ef81dd09b015.mspx?mfr=true
if you are using IIS 7.0:
In IIS manager console, click the website, in the right frame, under the IIS section, click Authentication, and change the Windows Authentication's status to Enable(Disable Anonymous Authentication)
2. Using Forms Authentication
check this link:
http://msdn.microsoft.com/en-us/library/ms998360.aspx
Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 15, 2009 9:09 PM