C
Chris
I have some appsettingin my ASP file. I try to do the following:
Colors(0) = ConfigurationSettings.AppSettings("AltColor1")
Colors(1) = ConfigurationSettings.AppSettings("AltColor2")
TitleColor = ConfigurationSettings.AppSettings("TitleColor")
This works fine in my development directory but when I move it to my testing
web site I get a System.NullReferenceException: Object reference not set to
an instance of an object.
I copied over the dll file, the aspx file and the web.config file. I
figured this was all I needed. Any thoughts?
Thanks
Chris
Colors(0) = ConfigurationSettings.AppSettings("AltColor1")
Colors(1) = ConfigurationSettings.AppSettings("AltColor2")
TitleColor = ConfigurationSettings.AppSettings("TitleColor")
This works fine in my development directory but when I move it to my testing
web site I get a System.NullReferenceException: Object reference not set to
an instance of an object.
I copied over the dll file, the aspx file and the web.config file. I
figured this was all I needed. Any thoughts?
Thanks
Chris