Server 2012 R2, CP 1.1.1
When I click create website and select the domain I get the following error
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. —> System.Exception: Error executing ‘ADD’ task on ‘testdomain.net’ WEB_SITE —> System.Exception: Error executing ‘ADD’ task on ‘testdomain.net’ WEB_SITE —> System.Web.Services.Protocols.SoapException: Server was unable to process request. —> Could not find a part of the path ‘C:HostingSpacesPaul1testdomain.netwwwrootdefault.aspx’.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.EnterpriseServer.FilesController.UpdateFileBinaryContent(Int32 packageId, String path, Byte[] content)
— End of inner exception stack trace —
at SolidCP.EnterpriseServer.FilesController.UpdateFileBinaryContent(Int32 packageId, String path, Byte[] content)
at SolidCP.EnterpriseServer.WebServerController.AddWebSite(Int32 packageId, String hostName, Int32 domainId, Int32 packageAddressId, Boolean addInstantAlias, Boolean ignoreGlobalDNSRecords)
— End of inner exception stack trace —
When I check on the IIS server in hostingspaces the folder has not been created
Hi,
I had the same error and it was because i added a MSSQL server or MAIL server to my hosting plan and i included the service “System” for those servers in my virtual server.
So after removing those services from my Virtual server, everything works fine.
(I still have system service on my webservers)
Regards.
Pelle