S
SR
I have created a ConfigurationSection class in VB.NET. I tested my class
using a windows application. Now I need to move it into my ASP.NET project.
I get an error stating that I need to specify the exePath. In the windows
application I was using the ConfigurationLevel.None. I tried setting the
path to the website (System.AppDomain.CurrentDomain.BaseDirectory) but I
have had no success. What configurations do I need to make this work?
TIA
SR
using a windows application. Now I need to move it into my ASP.NET project.
I get an error stating that I need to specify the exePath. In the windows
application I was using the ConfigurationLevel.None. I tried setting the
path to the website (System.AppDomain.CurrentDomain.BaseDirectory) but I
have had no success. What configurations do I need to make this work?
TIA
SR