How do I crash the App Pool?

The most common error that I have see and “pool crash” is the loop call.

public string sMyText
{
   get {return sMyText;}
   set {sMyText = value;}
} 

Just call the sMyText…

Leave a Comment