brianwigfield / Meek

Meek CMS for MVC 3
MIT License
18 stars 11 forks source link

CreatePartial error #9

Open randomseed opened 11 years ago

randomseed commented 11 years ago

My application defines a "Virtual path" ( Project -> properties ->Web tab) of something like "/MyPath"

This appears to cause problems when using the RenderRoute helper.

Do you have any quick fixes/configuration I can do to resolve this? I've tried changing "altManageContentRoute" in web.config, but nothing seems to help.

I get the error "Cannot find partial view CreatePartial"...

Thanks, I've used Meek in other projects and I really think it's great!

brianwigfield commented 11 years ago

So are you saying you are running your mvc site all under a virtual directory? If that is so, I have not tried that before so I am not sure where it might be failing exactly.