Setting the Authentication Method on IIS from my SETUP project

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Setting the Authentication Method on IIS from my SETUP project

    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


    Marlene Arauz Guest

  2. Similar Questions and Discussions

    1. Setting up a coldfusion project in Flex
      This is my first time using flex to connect to coldfusion. I've got the following configuration: 1) Development XP with Flex 3/Adobe CS3 2)...
    2. More then one Authentication Method
      We are using LDAP Authentication Method but sometimes some external users need to login our system. These users are not one of our LDAP users and we...
    3. web setup project
      I am new to deploying web services and would like to understand the web setup project capability. If I understand correctly, I add the web setup...
    4. Web Setup Project - Cannot install to other than inetpub\wwwroot ??!
      Hi all, My client wants to be able to install our web service to a physical directory other than off of inetpub\wwwroot, and have the virtual...
    5. Need help on creating a shortcut to a Web Application using a .NET Web Setup project in VS.NET 2003.
      We have created a Web Application in ASP.NET using VB.NET. We have also created a Web Setup Project for installing the Web application on the target...
  3. #2

    Default Re: Setting the Authentication Method on IIS from my SETUP project

    > Hello,
    > How's everybody???
    Hi Marlene, thanks I'm OK.



    umberto Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139