11

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.

ire_and_curses
  • 68,372
  • 23
  • 116
  • 141
burnt1ce
  • 14,387
  • 33
  • 102
  • 162

3 Answers3

27

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

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
0

Right click on the project, add new folder and title it "AppData"

Corey Sunwold
  • 10,194
  • 6
  • 51
  • 55
0

I had the similar issue. If you have two options in your "new project" then select the one with the name: "ASP.NET Web Application (.NET Framwork)" instead of the one with the name: "ASP.NET Core Web Application"

This is my troubleshoot and It worked for me :)

Encrypted Drink
  • 91
  • 1
  • 11