If you’re deploying 32-bit ASP.NET application on 64-bit environment, you can enable 32-bit in IIS, you have 2 ways to do it by: Set Application Pool Defaults. Change specific Application Pool Advanced Settings. Here is the setting you need to…
Enable ASP.NET 32-bit application on 64-bit environment
If you’re deploying 32-bit ASP.NET application on 64-bit environment, you can enable 32-bit in IIS, you have 2 ways to do it by: Set Application Pool Defaults. Change specific Application Pool Advanced Settings. Here is the setting you need to…
HowTo: Register ASP.NET Version to IIS
If you developing ASP.NET 4.0 application & the registered .NET version on IIS is 2.0 or 3.5, there will be error that Application .NET framework version not compatible with IIS registered .NET version. So how to solve this problem, Open…
HowTo: Register ASP.NET Version to IIS
If you developing ASP.NET 4.0 application & the registered .NET version on IIS is 2.0 or 3.5, there will be error that Application .NET framework version not compatible with IIS registered .NET version. So how to solve this problem, Open…