I am running website on my localhost (Windows 7). I am getting "CSS was ignored due to mime type mismatch".Javascript and images are also not loading.I have enabled anonymous authentication on my local IIS.Static Content feature is installed on my local IIS.My web.config file:\[code\]<authentication mode="Forms"> <forms loginUrl="/Login.aspx" timeout="30" path="/" protection="All" /></authentication><authorization> <deny users ="?" /> <allow users = "*" /></authorization>\[/code\]Still CSS, Javascript and images not loading. Any ideas guys?