What do you mean by passport authentication and windows
authentication ?
Answer Posted / madhuparnab
Windows authentication enables you to identify users
without creating a custom page. Credentials are stored in
the Web server s local user database or an Active Directory
domain. Once identified you can use the user s credentials
to gain access to resources that are protected by Windows
authorization.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do mean by remotable objects in .net remoting?
What are the remotable objects in .net remoting?
How to directly call a native function exported from a dll?
Write a example code for remoting?
What are the steps to publish an object outside the service domain
Explain the hierarchial description of remoting?
Difference between web services & remoting?
Explain when we use web service and when we use remoting?
What are the advantage of remoting over web services?
Define singlecall activation mode in .net remoting?
Are you aware of containment and Aggregation ?
What is asynchronous programming?
How can you configure a .net remoting object via xml file?
What are the threading types?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?