RE: Global resources not localized on IIS
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 23 Jan 2007 06:01:26 GMT
Hello Dave,
As for the localization application, how did you apply those localized
resource item on page item? Through code or static resource expressions?
Also, when you precompiled and published the site, are you using the web
deployment projectin GUI or use the aspnet_compiler and aspnet_merge
utility in commandline?
I've just performed some simple test (on XP/IIS5 ASP.NET 2), the
localiation(global and local resource) work as expected. I have tested
through both the VS 2005's built-in publish Website and the web deployment
project. Have you tried the publish website approach to see whether it
works? Also, you can test them without precompile to see whether the
problem here is specific to the compilation.
As for the output assembly of web deployment project, I've reviewed the
document and found that for the "single assembly" output mode, it contains
all the web page UI content(aspx and ascx...), top level folders(App_Theme,
App_Code , App_GlobalResources....). For App_LocalResource, since it is not
top level and may occured per diretory, it is not included in the
precompilation assembly. That result to the exceptional one here.
#Managing ASP.NET Precompiled Output for Deployment Using the
aspnet_merge.exe Command
http://msdn2.microsoft.com/en-us/library/aa479044.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- RE: Global resources not localized on IIS
- From: David Thielen
- RE: Global resources not localized on IIS
- Prev by Date: Re: Validation Groups and Wizard step
- Next by Date: RE: Have validators take up no space if control is valid
- Previous by thread: Re: Validator on UserControl not firing
- Next by thread: RE: Global resources not localized on IIS
- Index(es):
Relevant Pages
|
Loading