Marlon Nardi Posted July 30, 2014 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 Â
Administrators Farshad Mohajeri Posted July 31, 2014 Administrators Posted July 31, 2014 If you need a full path please add HTTP to start of your url.
Marlon Nardi Posted July 31, 2014 Author Posted July 31, 2014 Â Â problem solved,Using CDN + Unigui would be perfect, the site is very fast to load the first time.Thank you
Recommended Posts