Ask a Question related to ASP.NET General, Design and Development.
-
Nathan Baulch #1
Page level, IP based security...
I have a Web Project containing two WebForms and one WebService.
What's the best way to limit who is able to access those three items?
I want the first WebForm to only be accessible by locahost, the WebService
to only be accessible by a certain predefined IP and the second WebForm to
be accessible by anyone.
I could look at Request.UserHostAddress in the Page_Load events of my pages,
but I would prefer to manage access in a more centralised location higher up
the tree.
Is Application_BeginRequest an appropriate place to be doing this?
Nathan
Nathan Baulch Guest
-
Redirect after login based on Access Level
Hi All I have been working through the tutorial on http://dmxzone.com/showDetail.asp?TypeId=28&NewsId=7645 to try and work out how to redirect a... -
Folder level security Differences in Reader 8.0 && 9.0
Does the following message mean that my users will need to all be running on Acrobat Reader 9.0 ? I have some javascripts that work in Acrobat 9.0... -
Forms-Based Security below Application Level
If I have a site where I want to use Forms-Based security but only on one or two SUB-directories of the Application root, I'm confused about how... -
Applying security at folder level using forms authentication
Hi I have two folders in the .net application,one can be accessed by everyone adn the other needs to be accessed only through submitting login and... -
Page Level role-based authentication
I've set up and managed to use ASP.NET role-based authentication. I find the automatic checking and redirecting for unauthorized pages really... -
Steve C. Orr, MCSD #2
Re: Page level, IP based security...
You can configure the permitted IP addresses within IIS.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Nathan Baulch" <nathan.baulch@microsell.com.au> wrote in message
news:OzsIvYyTDHA.2280@TK2MSFTNGP10.phx.gbl...pages,> I have a Web Project containing two WebForms and one WebService.
> What's the best way to limit who is able to access those three items?
> I want the first WebForm to only be accessible by locahost, the WebService
> to only be accessible by a certain predefined IP and the second WebForm to
> be accessible by anyone.
>
> I could look at Request.UserHostAddress in the Page_Load events of myup> but I would prefer to manage access in a more centralised location higher> the tree.
> Is Application_BeginRequest an appropriate place to be doing this?
>
>
> Nathan
>
>
Steve C. Orr, MCSD Guest
-
Nathan Baulch #3
Re: Page level, IP based security...
> You can configure the permitted IP addresses within IIS.
On a page by page basis?
Nathan Baulch Guest



Reply With Quote

