Images in master page disappear when log out?
-
I don't understand why: When I log out, all image in my page (master page section) disappear ??? All image appear when I logged in! Please help me, thanks and best regard:)
-
I don't understand why: When I log out, all image in my page (master page section) disappear ??? All image appear when I logged in! Please help me, thanks and best regard:)
Before Building your application to see in the Browser ie., IE or Mozilla first clear all the cookies and the Browsing History and then build your application.
Regards, Satips.
-
I don't understand why: When I log out, all image in my page (master page section) disappear ??? All image appear when I logged in! Please help me, thanks and best regard:)
Exclude the image folder from Authentication using following tag in web.config file. <location path="Images"> <system.web> <authorization> <alow users="*" /> </authorization> </system.web> </location> </configuration>
Regards, Prakash Kalakoti
-
Exclude the image folder from Authentication using following tag in web.config file. <location path="Images"> <system.web> <authorization> <alow users="*" /> </authorization> </system.web> </location> </configuration>
Regards, Prakash Kalakoti
Firstly I am very happy thanks all your comments :) , Howerver:
Prakash Kalakoti wrote:
Exclude the image folder from Authentication using following tag in web.config file.
My project has 5 web.config file, I modify those follow your intruction, but nothing changed, still same error :(( @Moreover: When I first login there is a error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. I don't know why, please help me, thanks and best regard:)