Tried that... still failed.
i step debugged a little further at this statement:
migService.ConfigureWebGateway(port, 443, Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html"), "/hg/html", systemConfiguration.HomeGenie.UserPassword);
Fails At:
MigService.cs StartService()
catch exception()
ErrorCode 10013 int
Message "Access denied" string
SocketErrorCode AccessDenied System.Net.Sockets.SocketError
i did some google'n and found this:
http://forums.xamarin.com/discussion/8870/mac-os-x-wcf-tcpbinding-problemnot sure if this makes sense or is application, its the same error number attempting to open a port...
thanks,
Johnny