| 
                                                                            
                                                                                random0xff
                                                                            - 
                                                                                4/15/2009 4:33:07 AM
                                                                            
                                                                         
                                                                        RE:24 exceptions are thrown when running the site from visual studio 
                                                                            Sure! First of, these exceptions are caught by Visual Studio, so I can actually debug. It's just that I'm sure if everything is ok.
 I set VS to throw CLR exceptions (Debug > Exceptions...) and hit F5. Here's what happened:
 
 HttpException: The file '/CMSVirtualProvider/load.ascx' does not exist.
 thrown from System.Web.UI.Util.CheckVirtualFileExists
 
 SocketException
 thrown from System.Web.UI.Util.CheckVirtualFileExists
 
 IOException
 thrown from System.Net.Sockets.Receive
 
 WebException: The operation has timed out
 thrown from System.Net.Sockets.NetworkStream.Read
 
 And some more exceptions. Any idea? It seems the first one is related to Kentico.
 
                                                                            
                                                                         
 
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                            
                                                                            
                                                                            
                                                                            
                                                                         
                                                                         |