Results 1 to 2 of 2

Thread: Online reference for ASP.NET security?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    Resolved Online reference for ASP.NET security?

    Is there a good online reference for setting up ASP.NET security?

    I've modified the web.config file of my application like so:
    Code:
    <authentication mode="Windows" />
    <authorization>
        <deny users="?" />  <!-- deny anonymous -->
        <allow users="my_domain\my_username" />
    </authorization>
    This seems to have no effect because other users besides me can still access the application.
    Last edited by wey97; Nov 10th, 2004 at 09:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width