Answer Posted / shailesh thapa
It is an optional application level file and at the compile
time be converted in a class inheriting the HttpApplication
class and it keeps the event handlers for the session and
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is postback request?
9. Why should we hire you over the others waiting to be interviewed?
What are the session variables?
Disable browser cache for entire ASP.NET website?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
How can you make sure that web api returns json data only?
What is cache in asp net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are different methods of session maintenance in asp.net?
What is the procedure to create the environment for asp.net? : asp.net mvc
What is Pre-Render event in ASP.NET?
Is asp.net and .net the same?
What is difference between session and cookie?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
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.