|
-
July 7th, 2003, 12:55 AM
#1
about config files
Hi all,
Can we have a custom config file other than web.config in asp.net application and app.config in windows application?
Is .NET framework provides any way to access such config file programmatically?
regards,
Ashish Sheth
-
September 8th, 2004, 01:57 PM
#2
Re: about config files
What is the format of the config file? Is it XML or other type? If it is XML I would look into using the XMLDocument class.
Hope that helps.
-
September 9th, 2004, 03:00 AM
#3
Re: about config files
 Originally Posted by shethashish_a
Hi all,
Can we have a custom config file other than web.config in asp.net application and app.config in windows application?
Is .NET framework provides any way to access such config file programmatically?
regards,
Nope, you will have to implement the config file yourself. one other way is to use XML as mentioned by clayk0he
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|