Hi. I�m triyng connect an applet with a servlet. The servlet is alocated in a IIS Server running ServletExec 3.0c If I call the servlet via HTML or directly from the IE browser with this sentence everithing is right: http://192.168.1.241/servlet/ConsultaProducto where 192.168.1.241 is the ServerIP running IIS and ServletExec 3.0c If I call in the same way from an applet called from a html page with IExplorer ON the server machine it also works. Im using the OpenConnection method for opening that URL. But if I call this html page whit the applet from my PC that is connected via LAN to this server I get the following error: "An error ocurred with method ObtenerPlazas com.ms.security.SecurityExceptionEx[Contador.ObtenerPlazas]: Unable to check numeric address "192.168.1.241". com.ms.security.SecurityExceptionEx[Contador.ObtenerPlazas]: Unable to check numeric address "192.168.1.241". at com/ms/security/permissions/NetIOPermission.check (NetIOPermission.java) at com/ms/security/PolicyEngine.deepCheck (PolicyEngine.java) at com/ms/security/PolicyEngine.checkPermission (PolicyEngine.java) at com/ms/net/wininet/WininetURLConnection.checkSecurity (WininetURLConnection.java) at com/ms/net/wininet/WininetURLConnection.connect (WininetURLConnection.java) at com/ms/net/wininet/http/HttpURLConnection.getOutputStream (HttpURLConnection.java) at Contador.ObtenerPlazas (Contador.java:209) at Contador.run (Contador.java:165) at java/lang/Thread.run (Thread.java)" I need help, please, I don�t know what to do. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
