0
I created an e-commerce site in Asp Net MVC standard, when running the site in Visual Studio by ISS it loads all the "i class" icons and the value field I defined as
Follow Console output when opening the page on the 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 with source "http://localhost:15742/2872e502bd66452dbb023c224d610830/browserLink". 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: http://localhost:5215/js/jquery.js Source Map URL: jquery-1.10.2.min. map"
it displays the value correctly for R$default. When climbing the site, I realized that the icons "i class" are without displaying the drawings and the field for value shows $ only. I tested in different browsers and the same problem happens. What may be happening?
Put the code of how was application,but Voce did with database?
– Robson Oliveira
This, connects in a sql database. I did not post the code because I was doubtful of what to post, because the site is great. I will edit and post the _Layout page.
– Mauricio3012
Well, one thing that may have occurred is that you didn’t change the database database there on the webconfig but only put part of the code related to the problem
– Robson Oliveira
put an example snippet and the calls of css and java script q have on the layout page.
– Mauricio3012
Please put the browser console result when opening the IIS website, probably gave some error la
– Cassio Alves
edited the response with the Console result when opening the site home page on the local ISS
– Mauricio3012