No CSS or Images after deployment to server
I deployed my first 4.0 site to a W2003/IIS6 production server and NONE of the CSS is working nor are ANY of the images that were uploaded into the default image album - the pages have text but that is it. How can i fix this?
I would try using firefox\firebug NET tab to see the problems...that or fiddler
Hi Todd,
Please, make sure that you have configured your IIS according to this article: Configuring the IIS to host Sitefinity projects.
Kind regards,
Radoslav Georgiev
the Telerik team
The configuring of IIS fixed the images problem. BUT, I resolved the CSS issue by copying the "~\App_Data\Sitefinity\WebsiteTemplates" directory (This is where the templates directory lives while BUILDING the site on my WIn7 development computer) to the "~\Sitefinity\WebsiteTemplates" directory (this is where the PRODUCTION SITE decided to look for the CSS and other theme files) ... it would be nice to document this requirement somewhere - this seems like something that Telerik should have known about!!