-
Posted to
IIS7 - Media
by
AceNZ
on
08-18-2009, 3:07 AM
[quote user="Joeri Pansaerts"]
I couldn't find any books about Windows Media Services 2008 on Amazon. I found only old books from 2003. Does somebody knows good sites or good tutorials to install and config the Windows Media Services 2008 ?
[/quote]
I'm not sure how much detail you're looking for, but my book has a short ...
-
Posted to
IIS7 - Media
by
AceNZ
on
08-18-2009, 2:48 AM
Very helpful. Thanks!
-
Posted to
IIS7 - Media
by
AceNZ
on
08-16-2009, 4:37 AM
Does anyone have a definitive list of the server variables that are available to programmatically control bit rate throttling?
This page:
http://learn.iis.net/page.aspx/149/bit-rate-throttling-extensibility-walkthrough/
Defines the ...
-
Posted to
IIS 7 - Troubleshooting
by
AceNZ
on
08-12-2009, 2:09 AM
The only ISAPI filter in applicationHost.config is aspnet_filter.dll, which I can't remove or my site won't work.
Also, the site starts and runs fine as long as I don't enable unit testing -- it's something about the unit testing process that's broken. I suspect that it might be inserting its own ISAPI, which is failing ...
-
Posted to
IIS 7 - Troubleshooting
by
AceNZ
on
08-07-2009, 6:00 AM
I'm running into problems when I try to execute ASP.NET unit tests from VS 2008. I'm using IIS7 on Vista Ultimate with all current patches.
IIS reports error 2268:
Could not load all ISAPI filters for site. Therefore site startup aborted.
The error code is B7. If I've decoded it right with net helpmsg 183, that ...
-
Posted to
FastCGI Handler
by
AceNZ
on
08-29-2008, 4:36 PM
[quote user="IISi"]I have similar issue on my server. I think that your solution could work for me too. Can you explain what you mean with removing files from inetsrv? Did you moved them into c:\php? Sorry, I am newbie with world of IIS =o).[/quote]
c:\windows\system32\inetsrv is where IIS lives, and is where FastCGI was originally ...
-
Posted to
FastCGI Handler
by
AceNZ
on
11-08-2007, 11:14 PM
I messed up the fcgiext.ini file and restarted the app pool. No errors were displayed in IE when I went to a PHP page.
However, I'm running 32-bit Win 2K3, not x64. In addition, I'm already running the "Intermediate Release" on the page that you mentioned, which I believe is the latest release.
EDIT: problem ...
-
Posted to
FastCGI Handler
by
AceNZ
on
11-08-2007, 8:35 PM
Sorry I wasn't more clear.
As with the original poster, FastCGI times out after 30 seconds with an Activity Timeout error, regardless of how high I set the ActivityTimeout parameter.
-
Posted to
FastCGI Handler
by
AceNZ
on
11-08-2007, 6:47 AM
I've run into a similar problem. I set ActivityTimeout=900 in fcgiext.ini, then restarted IIS, and I'm still getting the activity timeout:
Error Number: 258 (0x80070102).
I'm running the 32-bit "intermediate release": 7.0.6001.16606 (LH_SRV_IIS(wadeh).070322-1011)
I'm using PHP 5.2.4-nts. I've ...