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 difference between managed and unmanaged code?
Explain Direct CAST vs CType ?
What is object pool in .net?
What does readonly mean in c#?
What does dbml stand for?
Is c# slower than java?
Explain the difference between const and static read-only?
List down the access modifiers available in c#?
What is data binding with example?
How many constructor can a class have?
What is the symbol used for in c#?
Differentiate between method overriding from method overloading with its functionality?
What is expression c#?
What are the three types of predicates?
Explain the Abstract class in c#.net