| 2Drunk2Funk 2004-08-24, 3:25 pm |
| More info, in case anyone can help.
Not a DLL, I meant to say an EXE
In the IIS 5 on the server there is a site entry with lots of folders below it, one being a cgidir which has the exe file that need executing with passed queryString
statuscall.exe?var1=blah&var2=123455&var3=.......
Also below the site entry is my virtual entry pointing to the registration form I wrote.
The actual asp file called is 3 directories down from the entry point.
mysite.com/virtualsite/dir1/dir2/dir3/default.asp
When the form is submitted a record is put into the database and the form which gets called to say "thanks for registering", regok.asp needs to call this EXE program with passed queryString so it can connect to a server/port and send a status.
How do I setup in IIS access from my virtual site to the cgidir directory?
OR, how do I execute the EXE with the parameters from my regok.asp ?
Anyone? |