We have some legacy com+ components that are exposed to the web as RDS components. Using these instructionshttp://support.microsoft.com/kb/837981 our components work fine under Windows 2003/IIS. However, they don't work under IIS 7 / Windows 2008. I basically get a 404 server response code for every client request. The requests looks similar to the following:
POST /msadc/msadcs.dll/UserLogin.CUserLogin.Login HTTP/1.1
User-Agent: ACTIVEDATA
Host: my.domain.com
Content-Length: 348
Connection: Keep-Alive
Pragma: no-cache
Has anyone managed to get RDS working under IIS7?
thanks!