现在的位置: 首页 > 综合 > 正文

Windows Authentication(for archive only)

2013年08月04日 ⁄ 综合 ⁄ 共 782字 ⁄ 字号 评论关闭

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

 

抱歉!评论已关闭.