Where would you use an ihttpmodule, and what are the limitations if any?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Hi, I Dont know about Application and Session State management. Can anyone explain me with simple example?

1 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


What is http post action?

0 Answers  


How to write test case (Unit test plan)

1 Answers   Syntel,


What is class and object in asp.net?

0 Answers  


Explain which is best suited place in the Application Start and Session_Start subroutines with an example?

3 Answers   Siebel,


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,


What is the name of the base class that all web forms will be inherited?

7 Answers  


Difference between using directive vs using statement?

0 Answers  


Explain how dot net compiled code will become platform independent?

0 Answers  


What methods are fired during the page load?

2 Answers  


What are Authentication and Authorization?

0 Answers  


Categories