Make sure the "server" website has "full" trust level for ASP.NET.
Default selected was already full (internal).
Hello,
Can you check the event viewer on the server with the issue and let me know if you see any errors?
Kind Regards,
Trevor Robinson
hi all,
I dont know if I should create a new thread or not but I get the same error when getting server information so I ask here.
No special characters in passwords or names, caching and compression disabled, no filtering at all, enterprise and server available from local (127.0.0.1) and network (IP and domain name), but when adding local server, SolidCP Server writes the following eventlog entry for http://127.0.0.1:9003/AutoDiscovery.asmx
i tried on server and client.
SolidCP latest version, Server 2012 R2
Exception type: ArgumentException
Exception message: '', hexadecimal value 0x06, is an invalid character.
at System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType invCharExceptionType, ExceptionType invSurrogateExceptionType)
at System.Xml.DocumentXmlWriter.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode)
at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)
Request information:
Request URL: http://127.0.0.1:9003/AutoDiscovery.asmx
Request path: /AutoDiscovery.asmx
User host address: 127.0.0.1
User:
Is authenticated: False
Authentication Type:
Thread account name: ServerSCPServer
Thread information:
Thread ID: 12
Thread account name: ServerSCPServer
Is impersonating: False
Stack trace: at System.Xml.XmlConvert.VerifyCharData(String data, ExceptionType invCharExceptionType, ExceptionType invSurrogateExceptionType)
at System.Xml.DocumentXmlWriter.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.WriteFault(XmlWriter writer, SoapException soapException, HttpStatusCode statusCode)
at System.Web.Services.Protocols.SoapServerProtocol.WriteException(Exception e, Stream outputStream)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
at System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response)
Hi,
Can you confirm if you can load http://127.0.0.1:9003 (In a browser) from the Enterprise server?