marcoden
02-10-2012, 11:42 AM
I am trying to use a custom action to execute iisext.vbs to allow 32-bit .NET 2.0 web site to function on a Window Server 2003 x64 server.
The file location of my custom action is:
[WindowsVolume]sytem32
The file name and command line is:
cscript.exe iisext.vbs /EnFile [WindowsFolder]Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
When the custom actions runs the [WindowsVolume]sytem32 is getting redirected to C:\WINDOWS\SysWOW64\
Is there anyway to prevent this redirection from occuring?
The file location of my custom action is:
[WindowsVolume]sytem32
The file name and command line is:
cscript.exe iisext.vbs /EnFile [WindowsFolder]Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
When the custom actions runs the [WindowsVolume]sytem32 is getting redirected to C:\WINDOWS\SysWOW64\
Is there anyway to prevent this redirection from occuring?