Community starter kit images gone

Discussion in 'ASP.NET / ASP.NET Core' started by mgreve, Jan 23, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I haven't made any changes for a couple days and all of a sudden all my images referenced by http://www. are not diplaying. Wondering why this would happen?? Have opened a tech support issue.

    CUOFFRD
    www.mhjcOnTheRocks.com
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Are you pulling the image directly via HTTP?

    CSK adds a HTTPHandler for .gif, .jpeg, .jpg. This basically pass all http call to a graphic file to the ASP.NET ISAPI. The CSK has special mechanism within the application to handle graphic.

    I don't have all the exact detail on how CSK handles graphic, i suggst you post to the ASP.NET forum. That's the official support place for all starter kits.

    quote:Originally posted by mgreve

    I haven't made any changes for a couple days and all of a sudden all my images referenced by http://www. are not diplaying. Wondering why this would happen?? Have opened a tech support issue.

    CUOFFRD
    www.mhjcOnTheRocks.com
    </blockquote id="quote"></font id="quote">
     
  3. Thanks for your response. I am using http calls for alot of the pictures i have the handlers in the web.config file for gif and jpeg.

    Anyway what I did was put a return character in my web.config file and ftp it to the site this evidently restarts asp.net and my pictures reappeared wierd.



    CUOFFRD
    www.mhjcOnTheRocks.com
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    This is really bizarre.

    I bet this has something to do w/ the web.config file. I suggest 2 things

    1) Request support to replace the copy of your web.config with the original. If image start showing up again with the original copy of the config file, then your change probably messed something up.

    2) Post to the ASP.net Forum, http://www.asp.net/Forums/ShowForum.aspx?tabindex=1&ForumID=88

    quote:Originally posted by mgreve

    Thanks for your response. I am using http calls for alot of the pictures i have the handlers in the web.config file for gif and jpeg.

    Anyway what I did was put a return character in my web.config file and ftp it to the site this evidently restarts asp.net and my pictures reappeared wierd.



    CUOFFRD
    www.mhjcOnTheRocks.com
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page