sodakotahusker
Programmer
- Mar 15, 2001
- 601
I learned from an example how to pull a value out of web.config to be able to store my connection string in a central location - in a childroot named <appsettings>
I was assuming that I can put whatever I want in there and there is no finite list of things that belong there?
Based on that assumption I put some other home grown values in there like the URL for my home page etc. It works fine on my local dev machine but when I try to run with that config on my web provider - it throws an error - which it won't display to me because it says I need to set the customer error handler to OFF (which I did - I thought).
Anybody have a clue what I need to do here - or if my primary assumption is inaccurate - pop my bubble please.
I was assuming that I can put whatever I want in there and there is no finite list of things that belong there?
Based on that assumption I put some other home grown values in there like the URL for my home page etc. It works fine on my local dev machine but when I try to run with that config on my web provider - it throws an error - which it won't display to me because it says I need to set the customer error handler to OFF (which I did - I thought).
Anybody have a clue what I need to do here - or if my primary assumption is inaccurate - pop my bubble please.