What do you mean by passport authentication and windows
authentication ?
Answer Posted / sonia
Passport authentication gives centerlised security to the
multiple web projects or multiple physical directories. In
pasport authentication all the users information we have to
maintain in the 'web.config' file.
using windows authentication we can give security to the
webserver.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
When should we choose .net remoting over .net web services?
What does manifest consists?
Explain how does assembly versioning in .net prevent dll hell?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Will clr handle unmanaged code or not?
define client activated objects (cao)?
Define singlecall activation mode in .net remoting?
How do you directly call a native function exported from a DLL?
What is fundamental of published or precreated objects in remoting?
How do you implement distributed applications in .net?
Difference between web services & remoting?
Which Namespaces is used to achieve the Remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Which one is better WebService and Remoting ?
Explain Singleton design pattern of Remoting?