C
Chris V
I'm having a problem deploying my ASP.NET application to a WIN2k server.
(IIS5 .NET 1.1)
When I try to access ConfigurationSettings.AppSettings("WhateverValue") I
get an "Object reference not set to an instance of an object." message
I thought this may have been to do with Virtual Directory settings but I've
got the folder set as an application in IIS and asp.net is installed and
working. My web.config file is Not Marked read-only and I can't see any
other problems with the setup. pages that do not attempt to read settings
from the web.config work correctly.
Has anyone else come across this problem, and if so, how did you fix it?
best regards,
Chris.
(IIS5 .NET 1.1)
When I try to access ConfigurationSettings.AppSettings("WhateverValue") I
get an "Object reference not set to an instance of an object." message
I thought this may have been to do with Virtual Directory settings but I've
got the folder set as an application in IIS and asp.net is installed and
working. My web.config file is Not Marked read-only and I can't see any
other problems with the setup. pages that do not attempt to read settings
from the web.config work correctly.
Has anyone else come across this problem, and if so, how did you fix it?
best regards,
Chris.