Re: app.config issue
- From: "Truong Hong Thi" <thi1981@xxxxxxxxx>
- Date: 11 Nov 2005 01:11:54 -0800
Hi Kele,
There is only one application config (in case of web app, it is
web.config) per application domain. You can get it at
AppDomain.CurrentDomain.SetupInformation.ConfigurationFile. Your
business logic layer is a DLL, right? Then it could not have
app.config. In fact, if you add one, VS.NET will not automatically
rename and copy it to output folder when building as it does for EXE.
Because Calculate can access web.config using System.Configurations
namesapce, so there is no need to add that app.config file which you
must manually add code to parse.
Regards,
Thi - http://thith.blogspot.com
.
- Prev by Date: Re: math formulas in .NET
- Next by Date: How to get return type (Resultset) information from database storeprocedure object programmatically
- Previous by thread: math formulas in .NET
- Next by thread: How to get return type (Resultset) information from database storeprocedure object programmatically
- Index(es):
Relevant Pages
|