What is the difference between login controls and forms authentication?
Suppose there is one web farm with 3 servers inside with same configuration and the same project is running inside all servers.Which session mode is usde for all these and why?
What is ispostback method in asp.net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is tracing? Where is it used?
What is request and response in asp.net?
what is diffgram ?
extensibility in asp.net2.0
How does viewstate work?
What are the page level transaction and class level transaction?
Is react a template engine?
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?
What are the types of session in asp.net?