Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i add an App_Data folder in visual studio?

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.

like image 546
burnt1ce Avatar asked Sep 02 '09 18:09

burnt1ce


1 Answers

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.

alt text

Marc

like image 127
marc_s Avatar answered Sep 28 '22 09:09

marc_s