Browse by Tags

Related Posts

  • Re: Newbie Question about security

    Typically you will have a Web.config file in the root folder. This is not a requirement. Technically you can have a Web.config file in any folder of your application. MORE INFO: ASP.NET Configuration is implemented using a Hierarchical Configuration Architecture .
    Posted to Getting Started (Forum) by markwsanders on 12-14-2006, 12:00 AM
    Filed under: web.config, <location>, Hierarchical Configuration Architecture
  • Re: Master page details not displaying on login page

    Setup a Element" href="http://msdn2.microsoft.com/en-us/library/b6x6shw7.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/b6x6shw7.aspx"><location> Element in your web.config to grant access to specific folders and files. 1 < configuration > 2 < location path= "Images...
    Posted to Security (Forum) by markwsanders on 01-05-2007, 12:00 AM
    Filed under: Web.config, permissions, <location>
  • Separate Login pages

    Hi all, I posted a thread but was unable to find the answer to my question. I realized that I posted it in the wrong topic so Im going to repost here. I have a web application that uses two different authentication mechanisms. On is regular asp.net membership/roles/profiles, and the other is an outside...
    Posted to Security (Forum) by volatilepuppy on 02-07-2007, 12:00 AM
    Filed under: Authentication Redirect, login pages, FormsAuthentication authorization web.config, Web.config, authentication, login control, login, Membershipship, <location>
  • Re: Web.Config

    Hi, yes you can have multiple web.config files in the same project but not in the same folder. What happens is that web.configs override settings from a web.config that's higher in the hierarchy in a cascading way. Ultimately the web.config in the root of your project will override the default settings...
    Posted to Getting Started (Forum) by XIII on 03-13-2007, 12:00 AM
    Filed under: web.config, <location>
  • subfolder permissions w/ web.config not working...

    OK, i lookd through here and google, but to no avail. the web.config in the root folder works great, but when i add a web.config to any subdirectories or use <location> in the root one, i am still able to access the directories directly in the address bar i.e. http://www.website.com/admin/ lists...
    Posted to Security (Forum) by freek on 06-05-2007, 12:00 AM
    Filed under: Web.config, ASP.NET 2.0, Authorization, <location>, Access rules, 2.0
  • Re: Newbie Question about security

    Check out the <location> Element of the Web.config file.
    Posted to Getting Started (Forum) by markwsanders on 12-13-2006, 12:00 AM
    Filed under: web.config, permissions, <location>
Page 1 of 1 (6 items)