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. iis configration

iis configration

Scheduled Pinned Locked Moved ASP.NET
windows-adminsecurityquestion
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.
  • T Offline
    T Offline
    tonaxxl
    wrote on last edited by
    #1

    what is the security configration of the iis5 that make any client to access my website with out the password window appears to him thankx

    M 1 Reply Last reply
    0
    • T tonaxxl

      what is the security configration of the iis5 that make any client to access my website with out the password window appears to him thankx

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi there, To enable anonymous access at IIS, you can follow the steps: + In the IIS snap-in, right click on your application folder and select Properties to open the Properties dialog box. + In the Directory Security tab, under Anonymous Access and authentication control section, click Edit to open the Authentication Methods dialog box. + Be sure to check the Anonymous access option, then click OK. Just more thing for those files what are protected by the ASP.NET like .aspx, .config ..., you also need to place the authorization setting to allow anonymous access in the web.config file, it looks like this:

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

      For more information on IIS authentication, see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconIISAuthentication.asp[^]

      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