Re: How to have VS.NET setup turn anonymous off.
From: Norman Yuan (normanxy_at_telus.net)
Date: 07/24/04
- Next message: Norman Yuan: "Re: .NET Distribution Issues"
- Previous message: Scott M.: "Re: to .net or not?"
- In reply to: Peter Rilling: "How to have VS.NET setup turn anonymous off."
- Messages sorted by: [ date ] [ thread ]
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.
>
>
- Next message: Norman Yuan: "Re: .NET Distribution Issues"
- Previous message: Scott M.: "Re: to .net or not?"
- In reply to: Peter Rilling: "How to have VS.NET setup turn anonymous off."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|