V
Viktor Elvar
Hi there!
After I installed Visual studio 2003 and Framework 1.1. on my Computer
and reverted my Project to VS 2003 I get this Error:
Invalid file name for monitoring: 'c:\inetpub\wwwroot\VR\http:'. File
names for monitoring must have absolute paths, and no wildcards.
I've debugged it and the Error is when I'm trying to read from
Web.Config file like this:
_args.AdditionalInfo =
System.Configuration.ConfigurationSettings.AppSettings["MemberFees"];
The strange thing is that when the aspx page loads then I'm also
reading from this same Web.config file this same AppSettings, and that
does not return an error!!
Can anyone help me, please! I can not revert to Framework 1.0 because
of another project that depends on it!!
VEV
After I installed Visual studio 2003 and Framework 1.1. on my Computer
and reverted my Project to VS 2003 I get this Error:
Invalid file name for monitoring: 'c:\inetpub\wwwroot\VR\http:'. File
names for monitoring must have absolute paths, and no wildcards.
I've debugged it and the Error is when I'm trying to read from
Web.Config file like this:
_args.AdditionalInfo =
System.Configuration.ConfigurationSettings.AppSettings["MemberFees"];
The strange thing is that when the aspx page loads then I'm also
reading from this same Web.config file this same AppSettings, and that
does not return an error!!
Can anyone help me, please! I can not revert to Framework 1.0 because
of another project that depends on it!!
VEV