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
Name the distributed systems available apart from .net remoting?
What is fundamental of published or precreated objects in remoting?
Types of compatabilities and explain them ?
What are static assemblies?
What is asynchronous programming?
what is Client-activated object in remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the channels in .net remoting?
What are different types of assemblies?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Difference between web services & remoting?
Which Namespaces is used to achieve the Remoting?
What is the proxy of the server object in .net remoting?
Explain the differences between marshal by value and marshal by reference?
Difference between .net remoting versus distributed com?