YAFLogo

ducviet_hutech
12 years ago
Hello !

I'm trying a new feature of YAF,

My forum is hosted on localhost by IIS 7.0, when a user access to the forum, that user must login with Windows authentication rule. Do not use existing login form.

I do something:

-- I have got username, default password.

HttpContext.Current.User.Identity.Name.ToString();

And customize web.config :

and Enable Windows authentication of IIS.

I have downloaded source code to customize but I don't know how to do.

any one can help me step by step?.

Thanks !

Sponsor