Jump to content

Help in IIS parameterization


Marlon Nardi

Recommended Posts

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 comment
Share on other sites

×
×
  • Create New...