views:

9

answers:

2

I have a directory /media/fonts in my asp.net mvc project which contains fonts for my website. When I use the "Publish" tool in Visual Studio this folder is ignored even though it is included in my project. Other folders /media/images and /media/css are included just fine.

Is there any way to tell Visual Studio to not ignore this folder on publish?

A: 

Visual Studio does publish font files. In a special case we renamed extensions from .ttf to .jpg and they got published.

afsharm
Ugh. What an undesirable workaround. I am going to see if anyone else posts another solution. Thanks for your answer.
jessegavin