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 Posted / ajay
just you have to checked the anonymous access option in
directory
security
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function and method in c#?
What is disconnected data architecture in c#?
What is the difference between var and dynamic types in c# 4.0?
Which debugging tools you can use in the .NET ssSDK?
Is datetime a value type in c#?
What is c# used for in the industry?
Why do we use stringbuilder in c#?
Explain the process of Serialization?
What is the relationship between a process, application domain, and application?
What do you mean by default constructor?
Does main have to be static c#?
How does bitwise xor work?
Why c# is called c sharp?
What type of data type conversion happens when the compiler encounters the following code?
What are console applications used for?