Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 image cannot be shown

Author  Topic 

juicyapple
Posting Yak Master

176 Posts

Posted - 2008-03-02 : 21:21:54
Hi, my login page cannot get all the image files displayed after I put it as loginURL in my web.config. Any idea???


<authentication mode="Forms">
<forms loginUrl="home_login.aspx" name="adAuthCookie" timeout="60" path="/" defaultUrl="admin/home_main.aspx" >
</forms>
</authentication>
   

- Advertisement -