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.comwrote in message
news:1158953469.514202.68250@.h48g2000cwc.googlegro ups.com...
Quote:
Originally Posted by
>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:
Quote:
Originally Posted by
create a webservice, than your windows code can call back to get app
settings.
>
-- bruce (sqlwork.com)
>
>
"freezerstud" <nick.althoff@.gmail.comwrote in message
news:1158953469.514202.68250@.h48g2000cwc.googlegro ups.com...
Quote:
Originally Posted by
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!
0 comments:
Post a Comment