modelsbuilder / ModelsBuilder.Original

The Community Models Builder for Umbraco
MIT License
114 stars 49 forks source link

Request error: The URL returned a 404 (not found): /App_Plugins/ModelsBuilder/modelsbuilder.html #233

Open MehrdadKamelzadeh opened 4 years ago

MehrdadKamelzadeh commented 4 years ago

Installing Umbraco as a sub application under IIS causes this issue.

Step to reproduce: 1- Create an empty application 2- Create a sub application under the empty application 3- Install ModelsBuilder 4- Go to Umbraco Admin Panel->Settings->Models Builder

image

ronaldbarendse commented 4 years ago

Assuming that file actually exists, it's probably because the ModelsBuilder manifest does not use the application root operator, the tilde (~), when referencing the view.

Looks like this is fixed in the latest source though: https://github.com/OurModelsBuilder/Our.ModelsBuilder/blob/892363a196850102ad26ef2ed7a012713a60de93/src/Our.ModelsBuilder.Web/WebManifestFilter.cs#L32