Re: How to have VS.NET setup turn anonymous off.

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Norman Yuan (normanxy_at_telus.net)
Date: 07/24/04


Date: Sat, 24 Jul 2004 03:55:39 GMT

I do ot know whether you can turn off Anonymous access of IIS (or only the
the virtual directiory of your web app), but, IMO, Things like that shoyuld
be left under server administrator's control. On other other hand, you can
deny Anonymous access to your ASP.NET app by using we.conflg file, just make
sure following setting is present in web.config file of your app.

    <authorization>
          <deny users="?" />
    </authorization>

"Peter Rilling" <peter@nospam.rilling.net> wrote in message
news:%23hb$VxPcEHA.1596@TK2MSFTNGP09.phx.gbl...
> When creating an MSI through VS.NET, does the setup project allow me the
> ability to turn anonymous off. Basically, my web app uses Windows
> Authentication, but the MSI turns both that and anonymous one, which is
> causing conflicts. Right now I have to have a statement in the build
notes
> that describes how to turn anonymous off, but would like the MSI to do
that
> for me.
>
>



Relevant Pages

  • Re: Setting up Search on an Anonymous Sharepoint 2007 site
    ... What is required to give anonymous users search rights? ... After that go to web app site settings under people and groups -> site ... Now anonymous access users should be able to use search ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Setting up Search on an Anonymous Sharepoint 2007 site
    ... What is required to give anonymous users search rights? ... Did you set anonymous access for the web application? ... After that go to web app site settings under people and groups -> site ...
    (microsoft.public.sharepoint.portalserver)
  • Problem in Windows based Authentication
    ... I use windows based authentication for my web app. ... anonymous access of my web application too from the IIS console. ... What can I do to fix this error message? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Passthrough authenication w/ SQL trusted connection
    ... For example, if domain\janedoe is using the web app, then I would want domain\janedoe to be passed to SQL Server using a trusted connection. ... I am currently using Windows Authentication in the Web App. ... Anonymous access is turned OFF for the app in IIS. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Deployment to many PDAs.
    ... Since no-touch is out, is it possible to download the msi from the web to the ... A web app is possible but I want to leverage some of the windows form controls ...
    (microsoft.public.dotnet.framework.compactframework)