Ask a Question related to ASP.NET General, Design and Development.
-
Marty McDonald #1
managing access to a page
We have a web service that should only service requests that come from one
particular web server. I'm thinking I need to create my own IHttpModule
class & then interrogate Request.UserHostAddress to make sure that requests
are only coming from that particular web server.
But does the UrlAuthorizationModule do this already? Is that what
UrlAuthorizationModule is for? Thanks for any info...
Marty McDonald Guest
-
Restrict page access to parent page only (not by permissions)
I wish to restrict access of a pop-up page to parent page only. i.e. - if a request for "popup.cfm" comes from anywhere except "launch.cfm" then... -
Controlling Page Access in .aspx page
I am building some .NET classes and pages that will be part of an existing classic ASP app. The ASP app uses cookies to store login information for... -
an "access denied" page for unauthorised page access
I would like to show an "access denied" page when an authenticated user tries to access a page for which they are not authorised (role-based). ... -
Access GAL on ASP page
We are tring to send an Email with a document as an attachment through an ASP page. We want to make sure that the user can access the Global... -
Managing Paging on ASP Page
I have an ASP page on which I allow the user to delete any off the displayed records. Since the source table is too large to list on one ASP page...



Reply With Quote

