I\'m trying to get this line in my web.config file to use a relative path instead of hardcoded one, but nothing seems to be working. I can only find stuff for SQL and mySQL
I looked around and got it working. I inserted this line into the Application_Start method of the Global.asax file
AppDomain.CurrentDomain.SetData("DataDirectory", Server.MapPath("~/App_Data/"));