Re: Asp.Net 2.0 Forms Authentication question



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



.



Relevant Pages

  • Re: Graphics files with Forms Based Authentication
    ... put the images in a separate folder and add a location element to web.config, ... Developing More Secure Microsoft ASP.NET 2.0 Applications ... I just want to dress it up by adding a company logo to this logon ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Where are my images?
    ... I have a strange problem. ... the styles are not applied and no images show up. ... in the app once the user is logged in. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Where are my images?
    ... I think you should allow anonymous access to your images folder like this ... I have a strange problem. ... in the app once the user is logged in. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IE download button
    ... If you are referring to the IE Button itself, ... You are free to use it without authorization from Microsoft. ... Images are the property of their owner. ...
    (microsoft.public.inetsdk.html_authoring)