|
|
Browse by Tags
All Tags » .net » webservice (RSS)
-
Por defecto en los webmethods de los web services las variables de sesión están deshabilitadas, como por ejemplo en el siguiente código:
[english] Webmethods has disabled the session variables by default:
[WebMethod]
public void ...
-
IN ENGLISH ...
In a web service which was working I had to change the .cs file because I had changed the code, and after change it in the iis when I called the webservice url, happens the error in line xx <connectionStrings/>
Finally I solved it changing the permisions of the folder in the IIS and giving all the permisions again less ...
|
|
|