Ask a Question related to ASP.NET Security, Design and Development.
-
Michael Tissington #1
Forms Auth and none aspx pages
I have forms authentication working for any aspx page (I'm doing this on
both a folder level and also individual files).
The problem I have is if the file is an exe or html then forms auth seems to
be ignored.
How do I get Forms auth to work for other file type too ?
Thanks
--
-
Michael Tissington
[url]http://www.oaklodge.com[/url]
Michael Tissington Guest
-
Forms Auth Info passed to Windows Auth?
The requirement is to build an ASP.Net intranet application, so external users can log in to the main web portal via forms authentication, using... -
Forms Auth. What do you think?
Hi guys, I am new to forms Authetication and wish to do the following.. A bit like the Dreamweaver Authentication tool... 1. Authenticate my... -
Roles based Forms Auth - denied pages redirect
I would like to know how, if at all possible, a custom redirect page can be setup for when a users role(s) are denied to a page. The default... -
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"... -
Configuring Windows Auth & Forms Auth in Asp.Net
Configuring Windows Auth & Forms Auth in Asp.Ne Hi, I've configured a web app to use windows authentication and also set up two separate... -
Lauchlan M #2
Re: Forms Auth and none aspx pages
> I have forms authentication working for any aspx page (I'm doing this on
to> both a folder level and also individual files).
>
> The problem I have is if the file is an exe or html then forms auth seemsBy default this is only configured for aspx files. To get it to apply to> be ignored.
>
> How do I get Forms auth to work for other file type too ?
other files, you need to go into IIS and set up mappings for file types you
need to secure. I don't recall the details offhand. If you have trouble
doing it, post back here and I'll try and check again in the future and look
up the details for you.
HTH
Lauchlan M
Lauchlan M Guest
-
Michael Tissington #3
Re: Forms Auth and none aspx pages
Lauchlan ,
I've looked into various settings on IIS but can't find how to do this.
Any pointers please?
--
Michael Tissington
[url]http://www.oaklodge.com[/url]
"Lauchlan M" <LMackinnon@Hotmail.com> wrote in message
news:eX7o%23ukjDHA.1004@tk2msftngp13.phx.gbl...seems> > I have forms authentication working for any aspx page (I'm doing this on
> > both a folder level and also individual files).
> >
> > The problem I have is if the file is an exe or html then forms authyou> to>> > be ignored.
> >
> > How do I get Forms auth to work for other file type too ?
> By default this is only configured for aspx files. To get it to apply to
> other files, you need to go into IIS and set up mappings for file typeslook> need to secure. I don't recall the details offhand. If you have trouble
> doing it, post back here and I'll try and check again in the future and> up the details for you.
>
> HTH
>
> Lauchlan M
>
>
Michael Tissington Guest
-
Lauchlan M #4
Re: Forms Auth and none aspx pages
> Lauchlan ,
Go into Internet Services Manager | Default Website and right-click>
> I've looked into various settings on IIS but can't find how to do this.
>
> Any pointers please?
'properties' on <YourWebApplication>
Go to the 'Directory' tab. Click the 'Configuration' button. Add the kinds
of resources you need to 'Application mappings'.
HTH
Lauchlan M
Lauchlan M Guest



Reply With Quote

