I'm testing CKFinder and I keep getting an error multiple times in VisualStudio. Using CKFinder 2.3.1 ASP.net connector. Below is pasted from Visual Studio output window.
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
Also when I uploaded a 500KB PDF file I noticed this
A first chance exception of type 'System.OutOfMemoryException' occurred in System.Drawing.dll
Any ideas on how I am failing?