Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 1.14 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Error hosting WCF on WAS
  2. Service cannot be started. System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:8085/lupload/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). ---> System.Net.HttpListenerException: Access is denied
  3.    at System.Net.HttpListener.AddAllPrefixes()
  4.    at System.Net.HttpListener.Start()
  5.    at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
  6.    --- End of inner exception stack trace ---
  7.    at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()
  8.    at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
  9.    at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
  10.    at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout)
  11.    at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout)
  12.    at System.ServiceModel.Channels.CommunicationObject.Open(Tim...
  13.  
  14. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.