This commit is contained in:
jzuniga:1 2018-06-11 15:59:57 +00:00
parent f81b6659e7
commit 604b79e234
2 changed files with 3 additions and 1 deletions

View file

@ -8120,6 +8120,8 @@
<DevelopmentServerPort>7944</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/AYA.SlnSinort</IISUrl>
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
<IISAppRootUrl>http://localhost/AYA.SlnSinort</IISAppRootUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>

View file

@ -1,6 +1,6 @@
var CatalogosWCF = $("#hiddenSinortCatalogosWCF").val();
var SinortWCF = $("#hiddenSinortWCF").val();
var server = "http://" + location.host + "/AYA.SlnSynor/";
var server = "http://" + location.host + "/AYA.SlnSinort/";
function Mensajes(mensaje) {
if (mensaje.CodigoRespuesta === "1") {