Exclude resource files from precompiled asp.net website

S

Sanjay Pais

Hi,

We have been able to exclude the markup using the -u flag of the
aspnet_compiler.

We want to exclude the resource (.resx) files from the compiler so that the
client has the option of modifying not only the markup but also the resourse
entries.

How do I go about doing this? Currently the french resource file is compiled
into the french dll. (\bin\fr\App_GlobalResources.resources.dll) What is
interesting is that I do not see to see the english dll. I assume it must be
included in the App_GlobalResources.dll and App_GlobalResources.compiled
files????

Thanks in advance

Sanjay
 
S

Sanjay Pais

Hi,

We have been able to exclude the markup using the -u flag of the
aspnet_compiler (ASP.NET 2.0).

We want to exclude the resource (.resx) files from the compiler so that the
client has the option of modifying not only the markup but also the resource
entries.

How do I go about doing this? Currently the french resource file is compiled
into the french dll. (\bin\fr\App_GlobalResources.resources.dll) What is
interesting is that I do not see to see the english dll. I assume it must be
included in the App_GlobalResources.dll and App_GlobalResources.compiled
files????

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top