-
Posted to
IIS 7 - ASP.NET Administration
by
Mike Ayling
on
11-05-2009, 3:56 PM
The Beta 2 release of .NET Framework 4 explicitly states:
"not supported on Server Core Role"
Are there plans for .NET Framework 4 support on R2 Web Server Core by the time .NET 4 & VS2010 RTM?
thanks
-Mike
-
Posted to
PHP Community
by
Mike Ayling
on
08-27-2009, 10:29 AM
There is a new CTP of the SQL Server driver for PHP which should work with PHP 5.3 (havent tested it myself ...
-
Posted to
PHP Community
by
Mike Ayling
on
07-08-2009, 4:33 PM
Unfortunately, it seems that the following is the case:
PHP 5.3.0 no longer includes the php_mssql.dll extension.
The SQL Server Driver for PHP 1.0 extension (php_sqlsrv.dll) will not load under PHP 5.3.0.
http://social.msdn.microsoft.com/Forums/en-US/sqldriverforphp/thread/9285793e-3ddb-49be-b138-d8cdccadb635
The SQL Server Driver for PHP 1.1 ...
-
Posted to
IIS7 - Configuration & Scripting
by
Mike Ayling
on
07-07-2009, 2:34 PM
Thanks Dave. In shared hosting environments where worker processes come and go frequently due to the idle timeout, the system log just gets crammed full of 5186 events. It's not the end of the world or anything, just would be nice to make it a bit quieter.
-Mike
-
Posted to
IIS7 - Configuration & Scripting
by
Mike Ayling
on
07-06-2009, 10:54 AM
Is it possible to configure WAS (via reg key?) to suppress event 5186 from being logged? It occurs when a worker process hits the configured idle timeout.
"A worker process with process id of '153844' serving application pool 'someAppPool' was shutdown due to inactivity...."
The logEventOnRecycle flags doesn't ...
-
Posted to
IIS 7 - FastCGI Module
by
Mike Ayling
on
05-29-2009, 9:27 AM
Just curious about this update:
http://support.microsoft.com/kb/967131
FIX: The FastCGI module does not work if you are using the HWC functionality of
IIS 7.0 and the process that hosts the HWC is part of a Windows job object
What I'm wondering is if this hotfix eliminates the call that maintains a worker processes' child fast cgi ...
-
Posted to
IIS7 - URL Rewrite Module
by
Mike Ayling
on
05-05-2009, 3:02 PM
As a workaround for now (and in case anybody else runs into this issue...) I've done the following in my template's task form to reset the selected template to 0:
IPreferencesService service = ...
-
Posted to
IIS7 - URL Rewrite Module
by
Mike Ayling
on
05-05-2009, 2:11 PM
Ah. SelectedTempelatePreferenceKey seems to be the problem. If I select a different template in the template dialog, then close, then re-connect to the site where the template is not installed it doesn't crash.
-
Posted to
IIS7 - URL Rewrite Module
by
Mike Ayling
on
05-05-2009, 1:07 PM
I have created a custom rewrite template. Everything works fine... until I attempt to add a rewrite rule using a site connection to a server where the rewrite module is installed, but the template is ~not~ installed. When the add rules task form opens up and attempts to add the templates it crashes the IIS manager with the following exception ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
Mike Ayling
on
05-05-2009, 10:37 AM
I would think that you could add conditions to the rewrite rule that sends traffic to a defined webfarm. For example, if you only want the request rewritten for ARR if a specific host header is specified, then add a condition for {HTTP_HOST} in the rewrite rule.