S
slinky
I've placed certain .aspx & .html pages into a subfolder called
MembersArea to which a successful logon will take the user.
Here's what I'm assuming: Both my main web folder and my MembersArea
subfolder need their own unique web.config file, correct?
I'm also assuming that by designing a custom logon page I'm using
"Forms Authentication" (?)
I've tried to put the pieces together as to what to put into the
web.config files to secure them such as:
<authentication>
<deny users="?"> <!-- Deny all unauthenticated users -->
<authentication/>
Am I on the right track here and do I need also in the web.config
file
to reference the login.aspx page?
Thanks!!
MembersArea to which a successful logon will take the user.
Here's what I'm assuming: Both my main web folder and my MembersArea
subfolder need their own unique web.config file, correct?
I'm also assuming that by designing a custom logon page I'm using
"Forms Authentication" (?)
I've tried to put the pieces together as to what to put into the
web.config files to secure them such as:
<authentication>
<deny users="?"> <!-- Deny all unauthenticated users -->
<authentication/>
Am I on the right track here and do I need also in the web.config
file
to reference the login.aspx page?
Thanks!!