ASp Net MVC site does not display i class items

0

I created an e-commerce site in default Asp Net MVC, when running the local site in Visual Studio by ISS it loads all the "i class" icons and the value field that I defined as

  

Follows Console result when opening page on ISS:   "Using // @ to indicate sourceMappingURL pragmas is deprecated.Use // # instead   [Learn More]   jquery.js: 1   TypeError: $ .scrollUp is not a function   [Learn More]   main.js: 13: 3   The getPreventDefault () method should no longer be used. Instead, use defaultPrevented.   jquery.js: 5: 17117   Failed to load from source " link ".   localhost: 5215: 433   perf_trace {"name": "e2e", "parent": "PageEvents.BIGPIPE_ONLOAD"}   wFjNfmdsppO.js: 186: 2813   Source map error: request failed with status 404   Resource URL: link   Source Map URL: jquery-1.10.2.min.map "

It displays the value correctly for default R $. When uploading the site, I noticed that the "i class" icons do not display the drawings and the value field displays $ only. I tested it on different browsers and the same problem happens. What could be happening?

    
asked by anonymous 12.01.2018 / 23:44

0 answers