Re: web.config question
From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 06/05/04
- Next message: - Steve -: "Re: Storing Variable for use in different page"
- Previous message: Lau Lei Cheong: "Re: The natue of string and char[] in .NET"
- In reply to: bill: "web.config question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Jun 2004 22:51:09 -0400
"bill" <anonymous@discussions.microsoft.com> wrote in message
news:1882501c44a99$aaab20d0$a101280a@phx.gbl...
> Is there some way I can add additional authorization in
> my web.config for a specific folder that checks IP
> address?
>
> I know I can place an additional web.config file in this
> specific folder, but what exact syntax can I place in the
> config file that would allow access only from specific IP
> addresses?
There is no built-in authorization module which restricts by IP address. You
would have to write your own IHttpModule implementation for that.
-- John Saunders johnwsaundersiii at hotmail
- Next message: - Steve -: "Re: Storing Variable for use in different page"
- Previous message: Lau Lei Cheong: "Re: The natue of string and char[] in .NET"
- In reply to: bill: "web.config question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|