-
Posted to
IIS 7 - Troubleshooting
by
JWilcox
on
07-28-2006, 6:29 PM
This is typically an ASP.NET (ISAPI/Classic mode) error. You shouldn't see this message when using the integrated pipeline apppool.
You may need to verify that ASPNET is enabled within the CGI/ISAPI restrictions in inetmgr. To do this, simply open inetmgr, select your computer in the tree, and then look through the 'CGI/ISAPI ...
-
Posted to
IIS7 - Known Issues and Workarounds
by
JWilcox
on
05-25-2006, 4:58 PM
[issue]
AspCompat does not work on IIS7 as of beta 2 (Vista and Longhorn Server) when applications are running within the Integrated Pipeline Mode.
[workarounds]
Use ISAPI mode (Classic .NET AppPool) instead of the Integrated pipeline mode for any applications that use AspCompat.
-
Posted to
IIS7 - Known Issues and Workarounds
by
JWilcox
on
05-25-2006, 4:53 PM
[issue]
In Windows Vista & Longhorn Server Beta 2, %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe is still present but with different functionality. Basic behaviors work, but it is highly recommended that you use alternative tools.
[workarounds]
You can still use aspnet_regiis, but not all the command line switches ...
-
Posted to
Classic ASP
by
JWilcox
on
02-28-2006, 8:54 PM
Are you simply looking to include the resulting HTML that is returned from requesting the PHP page at the location you wish to include, or do you wish to execute arbitrary ASP.NET code from the resolved URL?