您的位置:首页 > 其它

Windows Authentication(for archive only)

2009-01-16 10:12 162 查看
Question:

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



Answer:

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐