i am using windows authentication for c#.net remoting with
iis.I uncheck the anonymous access option in directory
security.when my client requests the server it returns
401:unauthorized error.How can I resolve the exception ?
Please send me the reply as early as possible.
Answer / ajay
just you have to checked the anonymous access option in
directory
security
Is This Answer Correct ? | 0 Yes | 0 No |
How to use delegates with events?
How to implement singleton design pattern in c#?
Why abstract class is not instantiated in c#?
what is the syntax to inherit from a class in c#?
Is there a way to force garbage collection?
What is the difference between list and arraylist c#?
Is int a class in c#?
What is a dictionary in c#?
Differentiate between dataset and datareader?
What language do desktop applications use?
Explain about Error handling and how this is done
What are sorted lists?