Ask a Question related to ASP.NET General, Design and Development.
-
Manuel Adam #1
appSettings problem!
Hello!
I have one problem with the appSettings on win2k srv machine with framework
1.1.
Following line not work anymore (it worked fine with 1.0):
<add key="SQLDB" value="Data Source=(localhost);Initial Catalog=X1;User
ID=db1;Password=pöäü" />
It seems like the value cannot use charachters like "ö,ä,ü" ?????
Is that a bug??
Or how do I use those letters?
For now I switched back to framework 1.0 as it works fine there.
Manuel
Manuel Adam Guest
-
Web.Config and appSettings tag
I am storing a database connection string in a key/value pair in the appSettings tag of the web.config file as follows: <appSettings> <add... -
How secure are appsettings in web.config?
Just wondering how safe it is to include sensitive information such as a database connection string in web.config. -
How: Ampersand in AppSettings value??
I am wondering how i can put an ampersand character into the value attribute of a key in the appSettings section of my web.config file. If i try to... -
Intermittent problem reading appSettings in Web.Config
Are you positive this is a web config issue? You yourself say you don't know what is being returned. When you resave web.config, this restarts... -
ConfigurationSettings.AppSettings Error
Hello Chris, When you are experiencing this problem? What are you including in the AppSettings Config file. Are you using long string? What... -
CT #2
Re: appSettings problem!
Does it help at all enclosing it in single quotes (')?
--
Carsten Thomsen
Enterprise Development with Visual Studio .NET, UML, and MSF
[url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
"Manuel Adam" <manuel.adam_nospam_@chello.at> wrote in message
news:%23j%23qk2kWDHA.1744@TK2MSFTNGP12.phx.gbl...framework> Hello!
>
> I have one problem with the appSettings on win2k srv machine with> 1.1.
> Following line not work anymore (it worked fine with 1.0):
>
> <add key="SQLDB" value="Data Source=(localhost);Initial Catalog=X1;User
> ID=db1;Password=pöäü" />
>
> It seems like the value cannot use charachters like "ö,ä,ü" ?????
> Is that a bug??
>
> Or how do I use those letters?
>
> For now I switched back to framework 1.0 as it works fine there.
>
> Manuel
>
>
CT Guest



Reply With Quote

