-
Posted to
Extensibility
by
Salmi
on
05-30-2008, 12:14 PM
hmmm ... what have I missed?
I created a folder under wwwroot, with a scripts sub-folder. I then copied my DLL into the scripts sub-folder.
I created a virtual directory under the default web site in IIS.
In the properties sheet for the virtual directory I put the full path to the scripts sub-folder as the local path. I also set the Execute ...
-
Posted to
Extensibility
by
Salmi
on
05-29-2008, 1:43 PM
No, I'm working on the server locally, not remotely. I get this problem when logged directly onto the server locally as administrator.
-
Posted to
Extensibility
by
Salmi
on
05-29-2008, 1:15 PM
Hi Tom, and thanks for your reply - so fast as well. Unfortunately I fell at the first fence. I tried the IisExt /AddFile ... command and I got the response:
Connecting to server ...Done.
Error while configuring application or extension.
You were not connected because a duplicate ...
-
Posted to
Extensibility
by
Salmi
on
05-29-2008, 8:36 AM
I am new to web work. I have developed an ISAPI extension DLL in Delphi and debugged it using Delphi's Web App Debugger. I now have to install the DLL in IIS. I haven't a clue what to do to achieve that, or how to know what I should enter into a browser to access it. I need some VERY basic instructions.
I found a very similar earlier ...