I'm finding that when publishing a website from Visual Studio its not uploading one of my files. Its a Razor file with a '.cshtml' extension (its doing the others!) and its part of the project.
Any ideas why it would exlude it?
Cheers, Ian.
|
I'm finding that when publishing a website from Visual Studio its not uploading one of my files. Its a Razor file with a '.cshtml' extension (its doing the others!) and its part of the project. Any ideas why it would exlude it? Cheers, Ian. |
|||
|
|
|
In Visual Studio, right-click on the file and go to Properties. Under the file's properties, make sure that Build Action is set to Content. Otherwise it won't be published via web deploy. |
|||||||||
|