IMG-LOGO

When publishing ASP.Net web projects some files are missing?

andy - 13 Feb, 2017 5026 Views 0 Comment

One thing to remember when publishing your ASP.Net web applications, you may find out, some files could be not completely published due to the settings on the file properties. One example that I had are some font types file. In order to fix this problem you can navigate to the files that are missing and right click the properties.

As shown in below image, in the build action mode, please select the option content rather than None. By default None option is selected.

Once the option has been selected, you can re-publish the project and the files should be up there.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Articles

How to remove html tags from string in c#?

Sometimes you need to remove HTML tags from string to ensure there are no dangerous or malicious scripts especially when you want to store the string or data text into the database.