Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / February 2005

Tip: Looking for answers? Try searching our database.

App.config  Problem when launched from IIS not locally

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 15 Feb 2005 16:23 GMT
I have an application that when launched under Windows XP, from an IIS web
server, will not read values from the app.config file.

I have looked at the IL code and attempted to reconstruct what
AppSettings["key"] does.

I can create a webclient and download the app.config file and can even
display it in my application. However the AppSettings["key"] approach yeilds
a null value.

It is not a security problem on the web server (at least that I can see), I
can download the app.config file using IE, or through code.

If I run the application from my local machine this problem does not happen

Furthurmore I have disabled DotNet security  by using [caspol -s off] so I
can't see any security problems.

Please help. This is a very important application for our organiztion.
Marc Scheuner [MVP ADSI] - 16 Feb 2005 07:02 GMT
>I have an application that when launched under Windows XP, from an IIS web
>server, will not read values from the app.config file.

The file needs to be called "app.config" in VS.NET - but during
compilation, it will be renamed to "yourapp.exe.config".

If it's still called "app.config" it won't be recognized.

Also, it needs to be in the directory where the "YourApp.exe" resides
- it can't be found anywhere else.

Marc
================================================================
Marc Scheuner                        May The Source Be With You!
Berne, Switzerland                      m.scheuner -at- inova.ch

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.