blogengine.net - Images not loading in asp.net blog engine -



blogengine.net - Images not loading in asp.net blog engine -

i inherited asp.net website blog within sub folder. moved functioning site new server , none of images load more. images beingness loaded dynamically image.axd.

i virtually nil asp.net. php guy. did lot of google searching url mapping , looked in webconfig file til bluish in face.

any pointers for? running on iis7

thanks

in web.config need configure image handler. should this:

<httphandlers> <add verb="*" path="image.axd" type="imagehandler" validate="false"/> </httphandlers>

this illustration image handler code file named imagehandler.cs in app_code folder.

the image handler can configured in iis console window. maybe can find old settings on old server?

asp.net blogengine.net

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -