[Mono-bugs] [Bug 57375][Wis] New - ArgumentException in HttpContext.GetConfig()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 18:38:38 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mono-bug@jerryweb.info.

http://bugzilla.ximian.com/show_bug.cgi?id=57375

--- shadow/57375	2004-04-21 18:38:38.000000000 -0400
+++ shadow/57375.tmp.1726	2004-04-21 18:38:38.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 57375
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mono-bug@jerryweb.info               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ArgumentException in HttpContext.GetConfig()
+
+If a HTTP request is processed through handler, the situation when the
+directory corresponding to the relevant page does not exist may occur. Then
+the following error occurs when looking for web.config file:
+
+System.ArgumentException: Directory does not exists
+Parameter name: path
+in <0x00106> System.IO.FileSystemWatcher:.ctor (string,string)
+in <0x00069> (wrapper remoting-invoke-with-check)
+System.IO.FileSystemWatcher:.ctor (string,string)
+in <0x000ca> System.Web.Configuration.FileWatcherCache:.ctor
+(System.Web.Configuration.ConfigurationData)
+in <0x0006c> System.Web.Configuration.ConfigurationData:get_FileCache ()
+in <0x00023>
+System.Web.Configuration.ConfigurationData:GetConfigOptLocation
+(string,System.Web.HttpContext,bool)
+in <0x00308> System.Web.Configuration.ConfigurationData:GetConfig
+(string,System.Web.HttpContext)
+in <0x0008a> System.Web.Configuration.WebDefaultConfig:GetConfig
+(string,System.Web.HttpContext)
+in <0x00019> System.Web.Configuration.WebConfigurationSettings:GetConfig
+(string,System.Web.HttpContext)
+in <0x0000e> System.Web.HttpContext:GetConfig (string)
+in <0x00096>
+System.Web.Security.FormsAuthenticationModule:OnAuthenticateRequest
+(object,System.EventArgs)
+in <0x0005a> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in <0x00036> EventState:Execute ()
+in <0x00084> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)