I\'m us开发者_C百科ing a custom security (no membership provider). After the user logs in ... a folder \"App_Data\" with ASPNETDB.MDF gets automatically created ... on my local machine. If I deploy th
I\'ve an XML file stored in App_Data which is only used to read some configuration on startup.When I attempt to open it within my code, I get an Access to the path ... is denied message.
How开发者_StackOverflow社区 do I access an XML file I added to /App_Data folder in my WCF Service?string fileName = Path.Combine(HostingEnvironment.ApplicationPhysicalPath, \"App_Data\", \"data.xml\")