Hi All,
Some help would be appreciated. I have the EVAL version of NPM running and I can get to the web console on port 8787. However I would link to change this to port 80. When I do this via the IIS management tool in Windows I get the following errors after logging in. There is something I must be missing. Can anyone please help.
Thanks.
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8787 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at ClassicSiteProxy.Login(HttpContext context, String username, String password) at Login.DoLoginAction(String username, String password) at Login.InitiateLogin() at Login.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)