ISAPI Delphi-DLL does not respond when trying to get WSDL

Trial version (8.1.85.1143) of RemObjects.
IIS 7
Delphi XE2 update 4

I have created a ISAPI Server (see below)

When I try to access the dll (localhost/isapi/newproject.dll), I cannot get a response. IIS never times out and I don’t get an error message. It’s like IIS has gone into an infinite loop. I have to kill the IIS service using the task manager. I cannot “restart” using the IIS manager.

IIS is setup correctly because I have an isapi dll in the same folder, that I have built witth c++ builder (xe2), that works correctly.

Every project created with trial version shows nag screen. so you’ve caught the situation when trial dialog is shown, but you can’t click “ok” in it because IIS doesn’t interact with desktop.
You need to enable this option for IIS.

I turned it on for the World Wide Publishing Service but that did not resolve the issue.

As far as i know - interacting with desktop from local system account does not work anymore after Windows xp. This is for security reason. What operating system are you working on?

Windows 7

you can test created isapi server with IIS express.
pls read Debugging ISAPI Web Applications with IIS Express article for more details.