Hi Tomasz,
For the ASP.NET 2.0 application, do you mean the default "Web Site" project
model?
For ASP.NET 2.0 web site application, it by default do not precompile and
generate dll at development time(without precompilation) comparing to the
ASP.NET 1.X/VS 2003 web project. However, for localization resource, it
provide much enhanced interfaces to manipulate them at design-time. You can
add resources (as resx files) as either "GlobalResource" or
"LocalResource", global resource can be put into the "App_GlobalResources"
folder of your ASP.NET 2.0 project while local resource can be put into a
"App_LocalResources" folder (can be created for each sub folder). The VS
2005 resource designer can let you add different kinds of resource items
into it(such as string, image ,file ,......)
#Resources and Localization in ASP.NET 2.0
http://msdn.microsoft.com/msdnmag/issues/06/08/BasicInstincts/
#ASP.NET Web Page Resources Overview
http://msdn2.microsoft.com/en-us/library/ms227427.aspx
Is this what you want? If you have any further questions, please feel free
to post here.
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.