2

I was attempting to show a coworker a small snippet of code by browsing through my repository files in the Kiln web interface, and we discovered that Kiln returns a 404 for any .cshtml file. Files with other extensions at the same directory level work, but all .cshtml files at any directory level 404's.

One example url that 404's for us is https://treefort.kilnhg.com/Repo/Winmark-Franchisee-Common/FranchiseeApplication/dev/File/src/FranchiseeApplication.Web/Views/Shared/_Layout.cshtml?rev=tip

Am I correct to assume this is an issue with Kiln (we use hosted Kiln)? Is there another way to quickly link someone to the contents of a .cshtml file?

flag

1 Answer

2

This is an issue with Kiln. There are certain filenames and extensions that IIS bans, and with our recent update to MVC 3, it seems to have started applying the filter to .cshtml files as well.

I've opened a case and we'll get it included in our special filenames list soon.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.