app-data
Asp.net mvc can not work without App_Data
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[详细]
2022-12-19 18:11 分类:问答Getting Access denied trying to read a file in App_Data in a ASP.NET project - Any pointers?
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.[详细]
2022-12-18 03:53 分类:问答Access an XML file in /App_Data folder of my WCF service?
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\")[详细]
2022-12-14 06:29 分类:问答