Wednesday, December 12, 2012

Queries

where can you handel httprequest and httpresponse?

What is the use of Static Class?

What is the difference between Interface and abstract?

how can  we achieve
A=new B();
=new C();

Class c{
Answer: B obj=new C();
}


Js:

Textbox 1 contains : 1+1+1
we want result on textbox2





  • IIS restarting
  • The app pool restarting
    • due to a change to the web.config
    • due to a change to anything in the \bin directory
    • memory limit reached, or a bug causing the app pool to reset.
    • several other possible causes
  • Your host is actually a web farm, and you're using in-process memory, which will cause issues when one server fails over to the other, unless you're using SQL Server session state mode.

No comments:

Post a Comment