Ask a Question related to ASP.NET Security, Design and Development.
-
www.MSmobiles.com #1
forms authentication doesn't work for static pages/files like GIF/HTML/PDF ?
do I understand it correctly that forms authentication doesn't work for
static pages/files like GIF/HTML/PDF ?
so I cannot convince IIS to redirect to form with login information entry
(user name/password) if I want to protect static files like for example:
myserver.com/something/myvideo.wmv
????
is it right? if yes, then how can implement such redirection in IIS?
www.MSmobiles.com Guest
-
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content
Hi! I am using something like this in web.config : <authentication mode="Forms"> <forms name=".MSMOBILES_COM___COOKIE" loginUrl="login.aspx"... -
Forms Authentication doesn't protect specified pages.
This is driving me nuts: I've used this same exact setup (web.config, see below) before without any problems... the authentication does not stop... -
Forms authentication for HTML files
You could map HTML files in IIS admin to the aspnet handler, or, a better way, you could utilize a helper ASPX that takes the html file's path... -
Forms Authentication and Login Pages
Hi, I am creating a web application which have two different login areas. One for members and one for administrators. Currently, I am using forms... -
www.MSmobiles.com #2
Re: forms authentication doesn't work for static pages/files like GIF/HTML/PDF ?
the answer is here:
[url]http://www.dotnetjunkies.com/Article/F32DFC79-3AE7-4D9D-BF1D-91B4B6D130C7.dc[/url]
ik
bravo dotnetjunkies.com - the best ever ever ever website for .NET
developers!!!!
hahaba!!!! I did that!!!! the new, windows 2003 server based "MS Mobiles
Community Portal" will be ready for tomorrow.... haha
"www.MSmobiles.com" <nospam@msmobiles.com> wrote in message
news:#u9zcoFbEHA.3604@TK2MSFTNGP10.phx.gbl...> do I understand it correctly that forms authentication doesn't work for
> static pages/files like GIF/HTML/PDF ?
>
> so I cannot convince IIS to redirect to form with login information entry
> (user name/password) if I want to protect static files like for example:
> myserver.com/something/myvideo.wmv
>
> ????
>
> is it right? if yes, then how can implement such redirection in IIS?
>
>
>
www.MSmobiles.com Guest



Reply With Quote

