This is a silly question but How do I add an App_Data folder to a project? i have an xsd file that i want to include into the project.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
App_Data only exists for ASP.NET web sites and web applications.
If you have a web app or web site, right-click on the main node for the web site/app and pick “Add ASP.NET Folder” – this opens up a context submenu, which should contain “App_Data” as one of its options.
Marc