How .Net has implemented security for web applications?
Answer Posted / swapna
1) Authentication/Authorization
2) Encryption/Decryption
3) Maintaining web servers outside the corporate firewall.
etc.,
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the use of session state and application state and difference between them?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are the differences between application object and session object?
Define static constructor?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is asp.net and its advantages?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is asp.net futures?
What is an assembly? Explain its parts.
Describe the events in the life cycle of a web application.
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What does asax stand for?
How do you hide the columns?
What’s the difference between response .redirect and server.transfer?