How to add custom font files to an ASP.NET MVC project in Visual Studio -


everything working fine locally, problem font files i've added aren't showing in solution explorer , aren't getting built project when deploy web server, although works fine locally.

because right-clicking on fonts file in visual studio didn't give me options of using add font files, manually added them folder through windows file explorer.

same goes javascript added. doing wrong?


screenshot of situation:

http://i.stack.imgur.com/7061s.png

you can either add existing item:

  1. right click folder want add files
  2. hover on add
  3. select existing item
  4. select file(s) add.

alternatively, if you've done way have, need add them solution file. can manually (bothersome, end screwing up), or, in solution explorer see there icons @ top, there 1 shows files:

show files button

now if navigate folder in solution explorer, can right click items , select include in project


Comments