R
roberto
I'm trying to deploy 32-bit web app to 64 bit environment; the app
(web service) is deployed as precompiled app - App_Code.dll generated
etc.
The problem is I cannot find a way of generating 32-bit version of
App_Code.dll. While "normal" projects have a property Platform Target
resulting in a compiled assembly's manifest option set to .corflags
0x00000003 // ILONLY 32BITREQUIRED the web projects have no such
an option (neither aspnet_compiler does).
I tried to set the option manually (using corflags) AFTER publishing
the web app BUT this way I probably need to regenerate .compiled files
- any clue how to do this?
Does anyone know how to publish 32 bit web app? Or how to
regenerate .compiled files?
(web service) is deployed as precompiled app - App_Code.dll generated
etc.
The problem is I cannot find a way of generating 32-bit version of
App_Code.dll. While "normal" projects have a property Platform Target
resulting in a compiled assembly's manifest option set to .corflags
0x00000003 // ILONLY 32BITREQUIRED the web projects have no such
an option (neither aspnet_compiler does).
I tried to set the option manually (using corflags) AFTER publishing
the web app BUT this way I probably need to regenerate .compiled files
- any clue how to do this?
Does anyone know how to publish 32 bit web app? Or how to
regenerate .compiled files?