Jump to content

Recommended Posts

Posted

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

 

Posted

:blink:  :rolleyes:

 

problem solved,

Using CDN + Unigui would be perfect, the site is very fast to load the first time.

Thank you

×
×
  • Create New...