visual studio - How do I set the target platform for an ASP.NET Website -
I have a website project that needs to load 32 bit DLL, and I developed the site on Windows 7 64bit I am doing
For this reason, one of the 32-bit DLL has failed to load.
Generally I can go to project settings in a desktop application project, although I am unable to locate the settings.
I am using Visual Studio 2008
My view is that It does not offer anything valuable.
Even if you have permission to compile in 32 bit mode, someone else can be run in a 64 bit application pool by mistake, it can still be a disaster.
As the application pool is always an IIS setting, we should be careful about site deployment, not compile.
Comments
Post a Comment