Marlon Nardi 129 Posted July 30, 2014 Share Posted July 30, 2014 After being parameterized UniGui DLL in IIS, it adds the extension of the DLL before the correct address.example:the correct address is <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script> however after the published application on the same server adds the extension of the application before, thus: <script src="/FalconWeb.dll//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script> and this address does not exist.Has anyone had this problem and can share the solution?the address of the application is: http://app.falconsistemas.com.br Link to post Share on other sites
Administrators Farshad Mohajeri 1802 Posted July 31, 2014 Administrators Share Posted July 31, 2014 If you need a full path please add HTTP to start of your url. Link to post Share on other sites
Marlon Nardi 129 Posted July 31, 2014 Author Share Posted July 31, 2014 problem solved,Using CDN + Unigui would be perfect, the site is very fast to load the first time.Thank you Link to post Share on other sites
Recommended Posts