HI,
I have a problem setting .NET Remoting in IIS. We are running a client windows application that access a Singleton Remoting object on and Application server using IIS. When I have Integrated Security AND Anonymous access turned on everything works fine. When I turn OFF anonymous access I keep getting an exception thrown from the client:
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
The strange thing is that in the event log
I have a problem setting .NET Remoting in IIS. We are running a client windows application that access a Singleton Remoting object on and Application server using IIS. When I have Integrated Security AND Anonymous access turned on everything works fine. When I turn OFF anonymous access I keep getting an exception thrown from the client:
System.Net.WebException: The remote server returned an error: (401) Unauthorized.
The strange thing is that in the event log