How to translate umbraco CMS in MVC application? - localization

I have install my Umbraco on http://umb.local and and MVC project hosted http://umb.local/poc. I have tried to localize the text in MVC project using Umbraco APi but get the error like image
Could someone help me to fix it? or let me know which my section missing? such as configuration files + domain name, languages....
Thank you!

Related

Adding images in resource file in asp .net mvc

I am trying to develop a basic multilingual app in Asp.Net MVC 4. I don't know how to set image files for different languages. I know it has to be added in the resource file. But I don't know how to call it on the view page. Can someone help me with this?
You should store image path in .rsex file as per your language and can use it.

AppHarbor and Xml Documentation

I'm getting started to use AppHarbor with a existing application.
But I'm stuck in a problem.
I'm using auto generate documentation for my asp.net MVC(5.2.2) and Web Api(5.2.0) application.
The version of the help page is 5.2.2 and the description about how to use is on the link: http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages
The Help Pages uses a XML file that is generated on the build on the location "~\App_Data\XmlDocument.xml".
But the appHarbor don't generate or deploy this file so anyone could give me a tip?
Thanks a lot,
Bruno
(sorry about my english)
I had the same issue, turned out I had enabled xmldoc just for Debug configuration, while AppHarbor was using Release.

IIS 7 run asp.net mvc 3 app beside webforms app

I have an existing webforms application running at:
demo.bla.com/dotnettwoapp
with the binding demo.bla.com in iis 7.
I would like to get a asp.net mvc 3 application running under:
demo.bla.com/mvcapp
My first attempt was to create a new site:
Mvcapp
but IIS 7 complaints about the duplicate binding. I did a few google searches but could not find anything. Could anyone please point me in the right direction on what to do in my situation? Thanks.
If you want to add it as an application under an existing site, you don't want to add a new site. In IIS, right-click on the existing site and choose "Add Application".

How to put an ASP.Net website inside MVC website?

I have an ASP.Net website and I want to put this website inside a MVC website I recently did, so this ASP.Net website will be part from the MVC website.
Is there a standard or a known way to do so?
Ask me if you want to know more information, I am not sure what info could help.
this shows merging an existing asp.net site into a new MVC3 site. The same applies for merging existing into existing. Just get a merge tool and merge them!
http://www.hanselman.com/blog/IntegratingASPNETMVC3IntoExistingUpgradedASPNET4WebFormsApplications.aspx
Could you put your MVC project into the webforms one? If so, this nuget will help with that: http://www.nuget.org/Tags/WebForms

Changing the default MVC project template

I want to change the default project structure for a new mvc project. I have seen a webcast where Scott Guthrie does this but cannot find it. Has anyone tried this?
You can find ASP.NET MVC project templates under the following address:
%VSPath%\Common7\IDE\ProjectTemplates\CSharp\Web\1033\MvcWebApplicationProjectTemplatev2.0.cs.zip

Resources