Re: Asp.Net 2.0 Forms Authentication question
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jul 2006 18:10:26 +0000 (UTC)
hi,
put them all together in a folder, e.g. PublicPics and add a location element for that to web.config
<location path="PublicPics">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
I am using form authentication in a website. I have images on my
Login.aspx page which is registered as my loginUrl. However the
images that are supposed to show up on the Login.aspx page are
blocked. Is there a way that I can specify that the images should not
be blocked? Thanks
.
- References:
- Asp.Net 2.0 Forms Authentication question
- From: Dennis
- Asp.Net 2.0 Forms Authentication question
- Prev by Date: Re: forms authentication redirect problem
- Next by Date: Read/Write/Modify actions needed on a remote server.
- Previous by thread: Asp.Net 2.0 Forms Authentication question
- Next by thread: Read/Write/Modify actions needed on a remote server.
- Index(es):
Relevant Pages
|
|