R
Ronald S. Cook
Using Forms Authentication, users can't get to my .aspx pages but they can
get directly to, for example, Setup.exe.
What setting can I use to protect ALL files within my app from hackers until
they login?
My web.config currently looks like this:
<authentication mode="Forms">
<forms loginUrl="frmLogin.aspx" />
</authentication>
<authorization>
<deny users="?" />
</authorization>
Thanks!
Ron Cook
get directly to, for example, Setup.exe.
What setting can I use to protect ALL files within my app from hackers until
they login?
My web.config currently looks like this:
<authentication mode="Forms">
<forms loginUrl="frmLogin.aspx" />
</authentication>
<authorization>
<deny users="?" />
</authorization>
Thanks!
Ron Cook