steve schofield:
Did you check the path to the images is correct in your code? Try browsing the images directly and see if they display.
yes, actually when i type the image in the url , nothing dispalyed , and the image paths is correct since they was dispalyed on IIS5, note that the iamges is not tied to virtual directory name , because i used a relative paths in my code.
I start to feel there is something corrupted in IIS !
because i can't find any resource about this !
I tried to reinsall IIS 7 ,restart many times ... with no luck
I created a new website on the iis , and also the images doesn't dispalyed , nothing dispalyed ,
I looked at the rendered source of the page, and fin that the Form tag is not rendered !
Edit : when I type http://localhost in IE7, nothing displayed , even the IIS is installed !
when looked at the page source , i see this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
why is that ?
Thanks