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.



i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access opti..

Answer / ajay

just you have to checked the anonymous access option in
directory
security

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

When should you use generics?

0 Answers  


What are cookies in c#?

0 Answers  


what is .NET framework architecture ??

0 Answers   IIT, Impetus,


How to achieve polymorphism in c#?

0 Answers  


What is the difference between an application domain and a process?

0 Answers  






How to call a function when a class implements 2 interfaces and function is present in both interfaces?

2 Answers  


What is assembly c#?

0 Answers  


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

0 Answers  


Which is faster dictionary or hashtable?

0 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

2 Answers   SmartData,


What is different between Implicit conversion and Explicit conversion in C#?

0 Answers  


What's the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers  


Categories