orukish

orukish

  • NA
  • 4
  • 0

forms authentication

Mar 2 2005 4:51 PM
Hi, My web.config file looks something like this: This allows for all pages that the user tries to access, to redirect him to login.aspx page and then only if credentials are valid to let the user access the requested page. I'd like to ask if anybody can suggest a way to add another page to the project that doesn't need authentication, so that when the user requests for example "info.aspx" it wont redirect to login.aspx but to access all other pages still the user will need to go to login.aspx first. Thanks, -Oleg

Answers (2)