-
Posted to
IIS7 - Extensibility
by
stmcdani
on
01-07-2008, 9:24 AM
All,
I have figured out what the problem is! When upgrading from Windows 2008 Server RC0 to RC1, my product specific ADCLaunch keys used by RDS to tag COM objects that can be created by the RDS ISAPI extension got removed. This resulted in a near identical failure. Once I reinstalled my application which restored the ...
-
Posted to
IIS7 - Extensibility
by
stmcdani
on
01-03-2008, 7:32 PM
File versions of MSADC ISAPI extension:
Vista SP1 : 6.0.6001.17052 - Works
2008 Server RC1 :6.0.6001.17051 - Doesn't work
Looks like something good might have happened between versions.
Steve
-
Posted to
IIS7 - Extensibility
by
stmcdani
on
01-03-2008, 7:15 PM
RDS is Microsoft's Remote Data Services. An older RPC like technology we use for making syncronous calls from client to webserver via HTTP. It is very fast compared to WebServices.
-
Posted to
IIS7 - General
by
stmcdani
on
01-03-2008, 7:12 PM
Thomas,
The bad freb request was already there, but somehow got inserted into a hidden div. I removed the hidden div and it shows up now.
Thanks for responding!
Steve
-
Posted to
IIS7 - Extensibility
by
stmcdani
on
01-03-2008, 6:51 PM
The ISAPI extension is RDS. I will compare file versions. My Windows Server 2008 RC1 installation was an upgrade from RC0, could that be causing this problem.
-
Posted to
IIS7 - General
by
stmcdani
on
01-03-2008, 3:42 PM
Thomas,
Unfortunately, Windows 2008 RC1 seems to cause another problem I was seeing on Vista that they fixed in Vista SP1. The problem is related to RDS not working. The request gets sent to the server, is handled by the IIS extension for MSADC. Unfortunately, the response is not created and sent back correctly. Are ...
-
Posted to
IIS7 - Extensibility
by
stmcdani
on
01-03-2008, 3:38 PM
All,
Unfortunately, I am now seeing the same problem on 2008 Server RC1 (it worked fine in RC0). Arg... My guess is Vista and 2008 Server are on the same codeline, just with different release cycles. One would guess that the fix made in Vista SP1 will also be made in the next release or service pack of 2008 Server. Can ...
-
Posted to
IIS7 - Extensibility
by
stmcdani
on
12-18-2007, 3:19 PM
All,
Just an update. Vista SP1 RC1 seems to fix this problem.
Steve
-
Posted to
IIS7 - General
by
stmcdani
on
12-18-2007, 3:18 PM
Thomas,
You are the man!! I have Windows 2008 RC0. It has version 2.0.50727.1416 of System.Web.dll. The registry key you suggested fixes the problem.
Thanks
Steve
-
Posted to
IIS7 - General
by
stmcdani
on
12-17-2007, 12:27 PM
All,
I am attempting to test and eventually deploy a web application on IIS7.0 Windows 2008 Server. This web application is fairly rich and consists of several frames that often fire ASP.NET requests to the server from multiple frames simultaneously. This application has been in production on IIS 6.0 for several years (just ...