Setting the Authentication Method on IIS from my SETUP project

From: Marlene Arauz (pdwhitt_at_nospam.wdsinc.com)
Date: 11/25/03


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



Relevant Pages

  • SharePoint Index
    ... But when IIS was configurated to Basic Authentication mode, indexing service ... respond within the specified timeout. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: promote asp.net app subdirectory to new application in web.config
    ... dir becomes a new IIS application in Visual Studio 2005? ... the authentication mode for the subdir is different from the parent. ... Open the IIS Manager and scroll to the subdirectory of your application. ... That should allow you to specify a different authentication mode in the subdirectory's web.config. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IE Hosted UserControls blocked by 3rd Party Tools?
    ... thanks for your details feedback! ... In server side, is your webservice hosted in IIS? ... authentication mode your webservice used, ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: ASP.NET Impersonating a Certain User At Run time
    ... If the users on the other computer have windows accounts and they are using Internet Explorer, you can set Integrated Security in your IIS, and set the authentication mode to windows and impersonation to true in your Web.Config file. ... This will automatically impersonate the logged on user. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: InstallAWARE for Windows Installer
    ... Is it possible/easy for the setup project to configure IIS for an asp.net ...
    (borland.public.delphi.thirdpartytools.general)