Hi, I'm trying to deploy an ASP MVC 4 web project with IIS and when I go to localhost everything with db and controls is charged but the scripts files and .css like style.css images DOES NOT CHARGE (I have Checked the static content feature)
I only have 1 site ...the default : Default Web Site also and the folder of this site does not contain my files C:\inetpub\wwwroot
Member
1 Points
6 Posts
IIS Default Web Site does not contain my scripts , .css and images files
Jul 18, 2013 02:50 PM|RafaReyes|LINK
Hi, I'm trying to deploy an ASP MVC 4 web project with IIS and when I go to localhost everything with db and controls is charged but the scripts files and .css like style.css images DOES NOT CHARGE (I have Checked the static content feature)
I only have 1 site ...the default : Default Web Site also and the folder of this site does not contain my files C:\inetpub\wwwroot
Any Help? I need really bad to make this work!
deploy iis ASPMVC DefaultWebSite
Contributor
3390 Points
1079 Posts
Re: IIS Default Web Site does not contain my scripts , .css and images files
Jul 19, 2013 01:25 AM|kctt|LINK
I'm not sure what you mean "charged".
To run website on localhost on your computer, copy all files to wwwroot folder then access website at http://localhost
If website uses database, you can restore database to local sql server and update database connection string in web.config file.
deploy iis ASPMVC DefaultWebSite