-
Posted to
IIS7 - General
by
WCFHacker
on
07-15-2009, 12:09 PM
Umm, I would think Microsoft would want to provide that documentation themselves..
-
Posted to
IIS7 - General
by
WCFHacker
on
07-13-2009, 8:25 PM
[ .. Thank you, that helps. How could I have found that information? ]
I don't mean how to check on the status of Windows Server 2008, I mean where can one find out what OS a version of IIS is bundled with?
-
Posted to
IIS7 - General
by
WCFHacker
on
07-13-2009, 8:18 PM
Thank you, that helps. How could I have found that information?
-
Posted to
IIS7 - General
by
WCFHacker
on
07-13-2009, 12:58 PM
I am looking around the IIS www.iis.net pages for a quick reference on status of IIS versions and software requirements, e.g., product status of IIS 7.5 (beta, GA, etc) and what versions of OS it runs on, etc, etc. I cannot find this information. Can someone point me to it?
-
Posted to
Configuration & Scripting
by
WCFHacker
on
07-10-2009, 2:10 PM
One feature of IIS 6 is message-based activation. We would like to host a WCF service thru IIS 6 that has a long-running thread component that needs to run all the time, in addition to accepting http SSL web requests. This does not seem to be possible, since IIS 6 seems to only run in message-activation mode, there is no mode where IIS ...