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
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Define singleton activation mode in .net remoting?
Can you pass SOAP messages through remoting?
How to directly call a native function exported from a dll?
What is a formatter in .net remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What does manifest consists?
Elaborate the term WebService and how it differ from Remoting?
Explain serialization formatters in .net remoting
What are the information required to configure remote objects?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain when we use web service and when we use remoting?
What are different types of assemblies?
Define singlecall activation mode in .net remoting?
what are the requirements to enable remote components to interact each other?