-4
I published my system on IIS (locally) and when I access it, it does not load a range of required application files.
I believe I published it correctly, but I’m not getting around to solving this problem. How do I make it possible to upload all these files? OBS: when I compile the system in Visual Studio, from perfectly.
As far as I could tell it was published, but the javascript addresses for example are wrong.
– novic
How do I solve the problem? When we publish it on the server in the room, we can access it perfectly. Just need to place the application in the local machine now running on the local IIS
– Jefferson Souza
It depends on how you are processing and including the javascript because in the address you have a folder and in the call of your script you do not have? maybe the point is there.
– novic
This is an example of how I am calling the files: <link href="/vendors/datatables.net-Bs/css/dataTables.bootstrap.min.css" rel="stylesheet">
– Jefferson Souza
@Jeffersonsouza At IIS, you have created a new website or configured, added a new application or just placed your content in the "autonav" directory inside the Netpub wwwroot folder ???
– Leandro Angelo
@Leandroangelo!
– Jefferson Souza
@Jeffersonsouza Which of the options? : P
– Leandro Angelo
Inetpub wwwroot
– Jefferson Souza