Setting the Authentication Method on IIS from my SETUP project
From: Marlene Arauz (pdwhitt_at_nospam.wdsinc.com)
Date: 11/25/03
- Next message: Michael Ames: "Re: how to secure asp.net code?"
- Previous message: ska4reak: "formsauthentication.signout not working too good"
- Next in thread: umberto: "Re: Setting the Authentication Method on IIS from my SETUP project"
- Reply: umberto: "Re: Setting the Authentication Method on IIS from my SETUP project"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 25 Nov 2003 11:39:00 -0500
Hello,
How's everybody???
Hey I have a quick question. How can I set up the Authentication Mode on
IIS from my SETUP project. I'm using Windows Authentication and
Impersonation and I have the respective tags in the web.config, like this
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<allow users="Operators,Controllers,Administrators" />
</authorization>
But When I install the application I need to manually go to IIS and unclick
the Anonymous access, how can I set up on my SETUP project. or where I set
up this???
Thank you in advance
Marlene A. Roman
WDS
- Next message: Michael Ames: "Re: how to secure asp.net code?"
- Previous message: ska4reak: "formsauthentication.signout not working too good"
- Next in thread: umberto: "Re: Setting the Authentication Method on IIS from my SETUP project"
- Reply: umberto: "Re: Setting the Authentication Method on IIS from my SETUP project"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|