Hello, I am using Net framework V.2

Pl see my websites's web.config below.
my page contains some good quality images, which I want to show
im all pages(as developed as a user control) including logon.aspx page
also.
but when the home page is requested, it is redirected to the logon.aspx -
unfortunately the images not showing up in the logon.aspx - instead
image markings only appears - any way solve this problem



<system.web>
<authentication mode="Forms">
<forms loginUrl="Logon.aspx" name=".ASPXFORMSAUTH"></forms>
</authentication>
<authorization>
<deny users="?"/>

</authorization>
</system.web>