B
Brian Smith
Good afternoon.
How can I force all images and static html files within an ASP.NET Web
Application to be redirected if the user has not logged in yet via Forms
Authentication.
For example, I have a web application name TestWebApp with Forms
authentication set to redirect to logon.aspx.
If I request http://HOST/TestWebApp/anything.aspx , I am redirected to the
logon.aspx.
If I requset http://HOST/TestWebApp/anything.gif, the image is returned. But
I want it to go to logon.aspx.
Thanks.
Brian Smith
How can I force all images and static html files within an ASP.NET Web
Application to be redirected if the user has not logged in yet via Forms
Authentication.
For example, I have a web application name TestWebApp with Forms
authentication set to redirect to logon.aspx.
If I request http://HOST/TestWebApp/anything.aspx , I am redirected to the
logon.aspx.
If I requset http://HOST/TestWebApp/anything.gif, the image is returned. But
I want it to go to logon.aspx.
Thanks.
Brian Smith