and programmatically accept or deny IP addresses.
Kevin Burton
.NET Common Language Runtime Unleashed
-Original Message-
From: Marsh, Drew [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 1:53 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Authorize users based on IP Address
Nischal
Considering IP's can be spoofed I would advise against using this as the
ONLY security mechanism.
-Original Message-
From: Bryan Batchelder [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Authorize users based on IP Ad
]
Betreff: [DOTNET] Authorize users based on IP Address
Hi All
I have a ASP.NET Web Application. I want this to be available only to
requests that come from particular IP address which I know early.
Now my question, Is there a way I can specify in the *.config file that
gives access to my site from
D]
> Subject: [DOTNET] Authorize users based on IP Address
>
>
> Hi All
>
> I have a ASP.NET Web Application. I want this to be available
> only to requests that come from particular IP address which I
> know early.
>
> Now my question, Is there a way I can specify in
Nischal Chitta [mailto:[EMAIL PROTECTED]] wrote:
> Now my question, Is there a way I can specify in the *.config
> file that gives access to my site from only particular IP
> Addresses or should I be implementing as my own.
This is usually handled at the web server level (i.e. IIS). You *could*
Hi All
I have a ASP.NET Web Application. I want this to be available only to
requests that come from particular IP address which I know early.
Now my question, Is there a way I can specify in the *.config file that
gives access to my site from only particular IP Addresses or should I be
implemen