Ask a Question related to ASP.NET Security, Design and Development.
-
James #1
Protecting site content
I am using ASP.NET authentication and authorization to protect content in certian portions of a site. Through web.config and other means, I define user roles to access certain directories
I also want this protection applied to static content (such as html and images). Originally this did not work b/c IIS was not doing a check with ASP.NET when retrieving such content. I updated the Action Mappings for these file extensions so that they were associated with the ASP.NET ISAPI DLL
It works except for one thing
The check is not performed when a default document is returned. Meaning, if I go to [url]http://localhost/protected/[/url] my browser displays default.htm (when it should redirect me to login). However, if I go to [url]http://localhost/protected/default.htm[/url] I get redirected
It's obvious that the check is not occuring b/c there is no extension mapping. Can I configure IIS to verify with .NET even if the GET was not for a particular document, but just a directory?
James Guest
-
Web site content determined by login credentials?
We are an architectural firm, and we would like to integrate a secure area with a username and password on our web site that would allow our clients... -
protecting a site using logon
Hi, newby question: i have a "traditional" site made using Microsoft Frontpage, and i want to protect the site - or parts of it - by requiring... -
pulling in content from another site
I'm trying to pull content from a page on one site to a page on my site. How do i go about setting this feed up? -
Building a site where the content is protected
Hey, for some reason, I'm not able to log on in the macromedia forum...get a time out. Anyway, does anyone have suggestions on building a site... -
Which Opensource Site Content tool to use
I am a PHP newbie who has to get something online quickly. I need to put a Community online with preferably all of the following: Groups/Forums -...



Reply With Quote

