Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. web.cofig and authorization

web.cofig and authorization

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsecurityquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CillyMe
    wrote on last edited by
    #1

    What are the defaults for web.config? For instance, if you remove section from your web.config, is there any default value? After you remove this from web.config (and there's no other section left in this and machine.config), will ASP.NET authorize any/all unauthenticated/authenticated users? Effectively: Thanks.

    R 1 Reply Last reply
    0
    • C CillyMe

      What are the defaults for web.config? For instance, if you remove section from your web.config, is there any default value? After you remove this from web.config (and there's no other section left in this and machine.config), will ASP.NET authorize any/all unauthenticated/authenticated users? Effectively: Thanks.

      R Offline
      R Offline
      Ray Williams II
      wrote on last edited by
      #2

      The asterisk will allow all athenticated users, and the question mark will allow all anonymous users.

      <authorization>
      <allow users="*,?"/>
      </authorization>

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups