Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Images in master page disappear when log out?

Images in master page disappear when log out?

Scheduled Pinned Locked Moved ASP.NET
helpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rockxuyenmandem
    wrote on last edited by
    #1

    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:)

    S P 2 Replies Last reply
    0
    • R rockxuyenmandem

      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:)

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • R rockxuyenmandem

        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:)

        P Offline
        P Offline
        PSK_
        wrote on last edited by
        #3

        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

        R 1 Reply Last reply
        0
        • P PSK_

          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

          R Offline
          R Offline
          rockxuyenmandem
          wrote on last edited by
          #4

          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:)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups