-
Modify windows authentication
How can we modify the windows authentication?
Question asked by visitor syed raza haider
-
Junior Member
Re: Modify windows authentication
The section in web.config file specifies the method used by an application. change the mode attribute of tag in web.config file.
ex:
Last edited by suni_vb; 05-14-2007 at 03:20 PM.
-
Junior Member
Re: Modify windows authentication
You can change Windows authentication for the web application by changing the Authentication Mode to Forms in web config and by Developing a Login Page and seting loginUrl to this login page to authenticate user and secure web application.
ex :
you can change the Connectionstring and Membership provider in case you want it be overriden by settings in machine.config.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules