Where should I place resources.resx in a ASP.NET web application? -
Where should I place resources.resx in a ASP.NET web application? -
i'm newbie asp.net web applications. when create asp.net web app project, there's file called resources.resx in folder project. working in computer can access file , content without problem. when deploy application can't access file. i've tried copying file seperately, , folder (my project) seperately, file in it, no luck. there way accomplish this?
ps: i've read implicit localization , explicit localization i'd know if can done way.
it's embedded dll when build (compile). can't alter when it's deployed.
if want see in dll, you'll have utilize tool reflector, dotpeek, etc.
you can read more on resources here, starting 'compiling resources assemblies' title (as know how utilize them now).
asp.net embedded-resource
Comments
Post a Comment