문제

I have been trying to find recommended practices for resource management in the ASP.NET MVC app.. (target .NET 4.0 )

so far I have not been able to figure out whether should I add a separate satellite assembly to my MVC app or add the resources in the project itself.

Also the satellite assembly creation is quite different in MVC Apps. Perhaps they are not even called as satellite assemblies.. What I understood is that in order to refer to an external resource.dll file, I should create a different ASP.NET MVC prjoect, add my resource files to the "Resources" folder and then add references to the dlls thus generated. Is this the correct way? The al.exe process is I believe not relevant for MVC apps.

도움이 되었습니까?

해결책

I bundled these resources in a separate dll as per Mark and this seems to work fine..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top