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
F

fickendichdu

@fickendichdu
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Salted Password Hashing - Doing it Right
    F fickendichdu

    We send the password salted as well as a challenge for logging into our Silverlight app.

    The Insider News csharp security tutorial

  • Worst excuse for not using source control
    F fickendichdu

    I have worked at that company as well. I started using source control and they could not understand how multiple people can work one project at the same time.

    The Lounge learning sysadmin tutorial

  • What are the tools you just can't live without.
    F fickendichdu

    WinMerge Subversion Dropbox iTunes to drown out distractions Digsby ReSharper

    The Lounge com tools question

  • Force Login Page
    F fickendichdu

    If I am following what youa re saying correctly you have a layout like login.aspx and then safe.aspx which requires authentication. Inside visual studio create a subfolder inside your solution and drag your safe.aspx page into there and right click on the folder click new then and add a web.config. Then add the security section I mentioned earlier. For your session timeout you can set that in your main web.config or on your page load event and that page is only called once.

    ASP.NET tutorial

  • Force Login Page
    F fickendichdu

    Inside that subfolder you can create a new web.config then for authorization set it to This way it denies all anonymous users and will redirect them back to your main page.

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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