Post date: 20-Jul-2009 03:14:09
Just transfer my website to another server. I installed all default features come with windows server 2008 64bit, IIS7, SQL express and dotnet 3.5.
And i copy all file and set web.config connect to localhost. Created a new website as usual.
when I browsing the web site find out all text display correctly, but all images and CSS style are disappear.I know it's working under my old host pc Vista + IIS7 without any problem.
I try change Managed pipeline mode to "Classic" and it's does work.
Restart IIS service doesn't work. And i try do a google search find nothing common. At the end, I find i didn't installed the "Static Content" feature under "Web Server" -> "Common HTTP Feature".
After installed there feature all images shows up correctly and works great!