I have developed a windows control that I am using in an ASP.NET
application. When I go to use the ConfigurationSettings.AppSettings[]
function inside of the windows control nothing is returned. Is it
possible to access a web.config or any other kind of configuration file
inside of the windows control on my ASP.NET page? The rest of my
asp.net application has no problem accessing the web.config file.
Thanks!create a webservice, than your windows code can call back to get app
settings.
-- bruce (sqlwork.com)
"freezerstud" <nick.althoff@.gmail.com> wrote in message
news:1158953469.514202.68250@.h48g2000cwc.googlegroups.com...
>I have developed a windows control that I am using in an ASP.NET
> application. When I go to use the ConfigurationSettings.AppSettings[]
> function inside of the windows control nothing is returned. Is it
> possible to access a web.config or any other kind of configuration file
> inside of the windows control on my ASP.NET page? The rest of my
> asp.net application has no problem accessing the web.config file.
> Thanks!
>
Is there any other way to do this? Something besides creating my own
file reader class...
bruce barker (sqlwork.com) wrote:
> create a webservice, than your windows code can call back to get app
> settings.
> -- bruce (sqlwork.com)
>
> "freezerstud" <nick.althoff@.gmail.com> wrote in message
> news:1158953469.514202.68250@.h48g2000cwc.googlegroups.com...
Thursday, March 22, 2012
Windows Control config file in ASP.NET
Labels:
appsettingsfunction,
asp,
aspnet,
config,
configurationsettings,
control,
developed,
file,
inside,
net,
netapplication,
windows
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment