Nested ASP.NET ‘application’ within IIS inheriting parent config values?
I currently have 2 x ASP.NET 3.5 web applications in IIS7 (lets call them WebParent and WebChild).
I currently have 2 x ASP.NET 3.5 web applications in IIS7 (lets call them WebParent and WebChild).
I’ve got a C# program with values in a config file. What I want is to store ampersands for an url value like…
I been strugling with this for 2 days now without comming any closer to solution. I have read 20-30 threads alteast and stil can not resolve this.
I have added the following settings inside my web.config file to initiate an API call to external system. So I am storing the API URL + username + password as follows:-
I’ve been experiencing this problem now for quite sometime and have decided to try and get to the bottom of it once and for all by posting the question here for some thought. I have an image handler in a .net 4 website located here:
I’d like to store a one dimensional string array as an entry in my appSettings. I can’t simply separate elements with , or | because the elements themselves could contain those characters.
ASP.NET 4
every thing work fine locally but this error occurs when I publish it:
I’d like to store a simple key/value string dictionary in my web config file. Visual Studio makes it easy to store a string collection(see sample below) but I’m not sure how to do it with a dictionary collection.
In a .NET MVC 3.0 Application I have the following configuration in appSettings: