Re: [DOTNET] Authorize users based on IP Address

2002-04-22 Thread Kevin Burton
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

Re: [DOTNET] Authorize users based on IP Address

2002-04-22 Thread Peter Dampier
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

[DOTNET] AW: [DOTNET] Authorize users based on IP Address

2002-04-22 Thread Dominick Baier
] 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

Re: [DOTNET] Authorize users based on IP Address

2002-04-22 Thread Bryan Batchelder
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

Re: [DOTNET] Authorize users based on IP Address

2002-04-22 Thread Marsh, Drew
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*

[DOTNET] Authorize users based on IP Address

2002-04-22 Thread Nischal Chitta
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