G
Guest
Hi!
I have an application that runs great under framework 1.0 but when I upgrated it to framework 1.1 I started to get the following error: Invalid file name for monitoring: 'c:\inetpub\wwwroot\MyApp\http:'. File names for monitoring must have absolute paths, and no wildcards.
System.Web.HttpException: Invalid file name for monitoring: 'c:\inetpub\wwwroot\VR\http:'. File names for monitoring must have absolute paths, and no wildcards.
The strange thing about it is that the error only comes when I search in a database and I populate-ing a couple of ascx pages. My application uses the microsoft.web.ui.webcontrols but I'm not sure wheather that is the reason or what! I found out that when I reached the following line in my code then the error was thrown:
_args.AdditionalInfo = System.Configuration.ConfigurationSettings.AppSettings["Member"];
so I threw out all of the Configsetting in web.config file, but that does not seem to matter at all! the exception à thrown at the end of the function that searches for the member. I could save the application by telling the app to run under the framework 1.0, but now I have to use the 1.1 but Iðm stuck.
Can anyone help me, please I'm not in the posistion to rewrite the application!
Best regards VEV
I have an application that runs great under framework 1.0 but when I upgrated it to framework 1.1 I started to get the following error: Invalid file name for monitoring: 'c:\inetpub\wwwroot\MyApp\http:'. File names for monitoring must have absolute paths, and no wildcards.
System.Web.HttpException: Invalid file name for monitoring: 'c:\inetpub\wwwroot\VR\http:'. File names for monitoring must have absolute paths, and no wildcards.
The strange thing about it is that the error only comes when I search in a database and I populate-ing a couple of ascx pages. My application uses the microsoft.web.ui.webcontrols but I'm not sure wheather that is the reason or what! I found out that when I reached the following line in my code then the error was thrown:
_args.AdditionalInfo = System.Configuration.ConfigurationSettings.AppSettings["Member"];
so I threw out all of the Configsetting in web.config file, but that does not seem to matter at all! the exception à thrown at the end of the function that searches for the member. I could save the application by telling the app to run under the framework 1.0, but now I have to use the 1.1 but Iðm stuck.
Can anyone help me, please I'm not in the posistion to rewrite the application!
Best regards VEV