I have a web application made in visual studio 2012 using ASP.NET (. NET 4.5). I'm using the default theme, which itself creates visual studio. The problem is that when run the app in Chrome or IE9 gives the following error:
GET http://xxx.xx.xxx.xx/ModuloIP/Content/themes/base/css?v=UM624qf1uFt8dYtiIV9PCmYhsyeewBIwY4Ob0i8OdW81 404 (Not Found) CurrentModulo.aspx:7
GET http:// xxx.xx.xxx.xx /ModuloIP/Content/css?v=1KFY-7bppjbhzN_j-uZ7aDrhiojPPiupccFdk_rQVig1 404 (Not Found) CurrentModulo.aspx:8
GET http:// xxx.xx.xxx.xx /ModuloIP/bundles/MsAjaxJs?v=eYkLZimNY09iWQvWpdPDkxCLGwdMBLWkJ4bU5r3y6GU1 404 (Not Found) CurrentModulo.aspx:9
GET http:// xxx.xx.xxx.xx /ModuloIP/bundles/modernizr?v=EuTZa4MRY0ZqCYpBXj_MhJfFJU2QBDf0xGrV_p1fHME1 404 (Not Found) CurrentModulo.aspx:9
GET http:// xxx.xx.xxx.xx /ModuloIP/bundles/WebFormsJs?v=q9E9g87bUDaS624mcBuZsBaM8xn2E5zd-f4FCdIk2cA1 404 (Not Found) CurrentModulo.aspx:9
Uncaught ReferenceError: Sys is not defined CurrentModulo.aspx:87
Uncaught ReferenceError: Sys is not defined
My server is windows server 2008 with. NET 4.5 installed and IIS 7.5
What can it be?
↧