G
GregoryJ
I have a Logon.aspx web page in my root folder of my web-site. I'm using
Forms Authentications to authenticate my users. The Forms Authentication
aspect works fine. The problem I'm having is that my Logon Page needs to
display some images that are in my /Image folder.
When the Logon.aspx page loads all images on my Logon.aspx page do not show
up, even though the URL Links are correct. In design more everything looks
fine. In fact, if I turn off Forms Authentication the images appear.
I'm assuming the image files are not accessible because they don't have
access to them.
How can I get my logon form to show the images before the user has logged on?
Thanks.
Forms Authentications to authenticate my users. The Forms Authentication
aspect works fine. The problem I'm having is that my Logon Page needs to
display some images that are in my /Image folder.
When the Logon.aspx page loads all images on my Logon.aspx page do not show
up, even though the URL Links are correct. In design more everything looks
fine. In fact, if I turn off Forms Authentication the images appear.
I'm assuming the image files are not accessible because they don't have
access to them.
How can I get my logon form to show the images before the user has logged on?
Thanks.