Page 2 of 2

Re: Can not execute SpiderBite sample

Posted: Tue Feb 19, 2019 6:46 am
by Peter
Did you correctly configure your IIS to run CGI extensions?

Re: Can not execute SpiderBite sample

Posted: Tue Feb 19, 2019 7:51 am
by swan
Thanx Peter, you're probably right - will check when I get back.
Cheers,
Steve ....

Re: Can not execute SpiderBite sample

Posted: Wed Feb 20, 2019 5:34 am
by swan
I can't get IIS to allow execution of the Spiderbite cgi exe.
Spiderbite is doing everything right - IIS isn't playing ball.
I was going to try another server like Apache but the remote server where the code will eventually sit is Windoze IIS so I should persevere.
I'm missing something but just can't see what at the moment.
Leave it with me.
Cheers,
Steve ....

Re: Can not execute SpiderBite sample

Posted: Wed Feb 20, 2019 6:49 am
by Peter
(the following screenshots are in german, but I think that you will recognize some things.)

First activate the IIS CGI functionality in Windows:
Image

Then allow the EXE created by SpiderBasic to be executed:
Image
Image

Then allow your site to run CGI:
Image
Image

Re: Can not execute SpiderBite sample

Posted: Sun Feb 24, 2019 10:53 pm
by swan
Thanx again Peter.
I gave up on IIS on my local machine, so I'm concentrating having it run on my remote server (Windows server 2016). Which is where the database sits that I want to connect to anyway (MS SQL Server)
However I'm getting this error now - "error/Method Not Allowed". That looks more like a javascript error ?
Cheers,
Steve ....

Re: Can not execute SpiderBite sample

Posted: Wed Feb 27, 2019 8:50 pm
by Peter
swan wrote:That looks more like a javascript error ?
no, it's an IIS - Error. It seems to me that your IIS is still not configured correctly?

Greetings ... Peter