Re: RDS/ADO on IIS 6.0
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 07/16/04
- Next message: David Wang [Msft]: "Re: Description of sc-win32-status values"
- Previous message: Paul Lynch: "Re: Port 80 Problem"
- In reply to: manuel: "Re: RDS/ADO on IIS 6.0"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Jul 2004 02:46:10 -0700
Search this newsgroup. Search with google. I bet you'll see lots of hits.
Look for the 404 substatus 2 errors in the web log files and add Web Service
Extensions for those files. If you need help, try the Troubleshooting
section in F1-help, or read documentation.
http://www.microsoft.com/downloads/details.aspx?FamilyID=80a1b6e6-829e-49b7-8c02-333d9c148e69&DisplayLang=en
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "manuel" <manuel@discussions.microsoft.com> wrote in message news:53E8FB3B-008A-4952-BC5B-1B2E6001E25D@microsoft.com... Internet Server Error: Object/module not found. Where kan I find this? Manuel "David Wang [Msft]" wrote: > I think RDS/ADO uses a couple of ISAPI DLLs which would not be enabled on > IIS6 at all and will return "404" instead (which could translate into your > "Object/module not found." error). > > You should be able to look in the web server's log files for the RDS/ADO > requests that are rejected as 404 with sub-status of 2 , and if so, create > Web Service Extensions to enable those ISAPI DLLs to execute. > > This lockdown is a security measure on IIS6. It allows you to specify > exactly what executed code can be run by IIS (so even if someone uploads a > rogue binary onto your server, they can't execute it because IIS wouldn't be > configured to execute it). The down side is that you now have to know and > specify which binaries are allowed to be executed on IIS6, and all products > that pre-date IIS6 will not configure it for you (so you need to fix it > manually). > > -- > //David > IIS > This posting is provided "AS IS" with no warranties, and confers no rights. > // > "ricardo corbacho" <anonymous@discussions.microsoft.com> wrote in message > news:787801c430ff$17908f00$a001280a@phx.gbl... > Hi, > I'm having trouble configuring RDS on an IIS 6.0 server. > I've followed all KB articles I've found on it but it > still doesn't work. I've done this: > > 1. create an MSADC virtual directory under the application > directory to use. > 2. configure MSADC directory to grant access to all IP > addresses. > 3. checked on > HKLM\System\CurrentControlSet\Services\W3SVC\Parameters\ADC > Launch\ key that there are both entries for the > AdvancedDataFactory and RDSServer.Datafactory. > 4. changed DWORD value > HKLM\Software\Microsoft\DataFactory\HandlerInfo\HandlerRequ > ired from 1 to 0 > 5. reset the application server. > > Once the server was restarted I tried to access the pages > with the RDS and I got the error from > http://support.microsoft.com/default.aspx?scid=kb;en- > us;174518: > > 8209, 800A2011, Internet Server Error: Object/module not > found. > > I'd really appreciate if someone could give me any clues > to how this error could be solved since I'm running out of > ideas. > > Thanks in advance. > > > >
- Next message: David Wang [Msft]: "Re: Description of sc-win32-status values"
- Previous message: Paul Lynch: "Re: Port 80 Problem"
- In reply to: manuel: "Re: RDS/ADO on IIS 6.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|