How to create config file for dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use my assembly from asp and I need to config the dll from config file.
What is the better way to do this?
I don't want to hardcode file path in my dll (because
AppDomain.CurrentDomain.BaseDirectory="C:\windows\system32") and I don't know
where exactly my dll will be placed on the customer's pc or in GAC.
 
Back
Top