httpHandler IISManager

Discussion in 'Suggestions' started by sachgits, Apr 4, 2010.

  1. ive a handler (Microsoft.web.GeneratedImage) control that really not working in many ways that i ve tried hardcoding it in my handlers. but when checking it through IIS its disable, I tried using IIS manager handler mapping which brings the error could not load file or assembly or one of its dependencies in all my dlls
    anyone with a workaround
     
  2. Ray

    Ray

    What version of IIS manager are you running?
     
  3. version 7.5.76000.16385 i installed very recently from iis server and made sure is the most recent version, also i have another one that i got after installing IIS locally
     
  4. Ray

    Ray

    Try using an older version of IIS 7. I believe the error you are getting in IIS 7 when you try to access one of the modules is a compatibility issue between the servers IIS 7 and your IIS 7 Manager.
     
  5. well but ive also tried hardcoding config file which didn't work
     
  6. Ray

    Ray

    How can we duplicate this error on our end?
     
  7. there is now error its just that it not working. its supposed to resize images before sending them to browser <img src="../../ImageHandler1.ashx?ImageUrl="~/Images/<%=Model.PictureName%>" alt="" /> the error is raised when using trying to use IIS manager "could not load file or assembly
     
  8. Ray

    Ray

    These are two different issues that needs to be addressed differently. The error you are seeing in IIS 7 Manager is a different problem from your applications. We should not view them as being related but more of a coincidence.
     
  9. well true lets concetrate on the application first what do you think should be done please
     
  10. Ray

    Ray

    I'll still need a URL from yoru application so I can test it on my end.
     
  11. waliotuacha.com

    search for Eve please
     
  12. Ray

    Ray

    I think its the URL Rewrite rule that is causing this problem.

    It looks like your code is using the URL call your application is using for the path of the image.

    The image page is...

    ImageUrl=~/Images/5GMC-Terrain_2010_1024x768_wallpaper_04.jpg&width=110

    And I suspect it is adding "http://waliotuacha.com/ObiDetails/5" as part of the path. Does "ObiDetails/5" exist? If it doesn't I suspect this is the source of the problem.
     

Share This Page