G
Guest
I have a windows app in a virtual folder which works great on my test server.
However, when I move the application to a production server I get the
following error :
An unhandled error has occured in your application. Object not set to an
instance of an object.
This only occurs when I try to read my connection string from my app.config
file :
lconnstr='System.Configuration.ConfigurationSettings.AppSettings("MyConnString").ToString
Any ideas why I cannot read from my app.confog on one server but not on the
other server ?
However, when I move the application to a production server I get the
following error :
An unhandled error has occured in your application. Object not set to an
instance of an object.
This only occurs when I try to read my connection string from my app.config
file :
lconnstr='System.Configuration.ConfigurationSettings.AppSettings("MyConnString").ToString
Any ideas why I cannot read from my app.confog on one server but not on the
other server ?