Hello I am hosting remoting within IIS. Everything works just fine as long as I allow anonymous access at the IIS level. When I allow only Windows Authenticated sessions, something very strange happens: If the client activates the remote object with IP address - works fine If the client activates it using a machine name - get http 401 exception is thrown. The exception is thrown when the client calls the remote method. I set the channel's useDefaultCredentials property to true. Any idea how to allow Windows Authentication? Here is the call stack: System.Net.WebException: The remote server returned an error: (401) Unauthorized .. ---> System.ComponentModel.Win32Exception: The target principal name is incorrect at System.Net.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean handshakeComplete) at System.Net.NTAuthentication.GetOutgoingBlob(String incomingBlob, Boolean handshakeComplete) at System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate) at System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate) at System.Net.NegotiateClient.Authenticate(String challenge, WebRequest webRequest, ICredentials credentials) at System.Net.AuthenticationManager.Authenticate(String challenge, WebRequest request, ICredentials credentials) at System.Net.AuthenticationState.AttemptAuthenticate (HttpWebRequest httpWebRequest, ICredentials authInfo) --- End of inner exception stack trace ---
4698Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
1 6698Post New Infosys C Sharp Code Interview Questions
Which of the following is prevented best with vaccination?
What are components of ms word?
What is dev null in unix?
What is offical website of apache?
What in your opinion are the most significant fundamental differences between sei sw-cmm and iso 9000-3?
What is difference between polymorphism and normalization?
Why is javascript dangerous?
Explain what are the status available in peoplesoft domain status menu?
what is lotus domino?
Define a variable in asp?
Why is transparency important in AI development?
What are the different ways of binding using relative source?
How to start a specific oracle instance?
How to add an rss feed in magento?
Is Constructor possible in abstract class in java ?