bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/css/Kcommon.css",
"~/Content/css/Kmain.css",
"~/Content/css/Ksub.css",
"~/Content/css/Kboard.css"));
~/Content -> ~/bundles 로 변경
bundles.Add(new StyleBundle("~/bundles/css").Include(
"~/Content/css/Kcommon.css",
"~/Content/css/Kmain.css",
"~/Content/css/Ksub.css",
"~/Content/css/Kboard.css"));
'Web_Application > ASP.NET MVC' 카테고리의 다른 글
[C#] __RequestVerificationToken 에 path 지정 AntiForgeryToken 커스텀 함수 (0) | 2018.02.08 |
---|---|
asp.net mvc ajax post 500 error (0) | 2017.02.07 |
Log4net 설치 (0) | 2017.01.17 |
[ASP.NET MVC] Make sure that the controller has a parameterless public constructor (0) | 2017.01.12 |
Error 1053: "The service did not respond in a timely fashion" when attempting to start, stop or pause a service (0) | 2016.12.29 |