PDA

View Full Version : CGI and server 2003 IIS6



Michael Clease
11-11-2011, 15:42
Hello Eros,

I know that the CGI module is in Limbo at the moment but does the current version work as I cant seem to get it to work at all with TB scripts?

The examples all point to items that must of been on your old server before it died because none of that stuff works.

I am running it on a windows server 2003 IIS6.

If I enable all unknown CGI extensions in web extensions in IIS6.0 thinbasic works but I am not happy leaving it like that
In IIS manager I have expanded Web Service Extensions
Add a new Web Service Extension
In Extension Name I typed
ThinBasic
I clicked Add
In the path to file I have tried
C:\thinBasic\thinBasicc.exe

C:\thinBasic\thinBasicc.exe “%s” %s

C:\thinBasic\thinBasicc.exe “%s” “%s”

Then Click Allow and OK

but still no joy.... Any suggestions?

Regards

Mike C.

ErosOlmi
12-11-2011, 09:29
Hi Michael,

please check help at http://www.thinbasic.com/public/products/thinBasic/help/html/configuring_thinbasic_under_ii.htm
In particular, the extension is the file name extension so it is not "thinbasic" but ".tbasic" or "tbasicc"

Also consider allowing directory access authorization to IIS* users you want to access your thinBasic CGI scripts

Let me know, it is some time I do not use thinBasic CGI :oops:

Michael Clease
12-11-2011, 10:02
Thanks Eros.

I noticed you have medium (pool) authentication did create a user with special rights?

Regards

Mike

John Spikowski
12-11-2011, 10:06
Eros,

Do you have the opportunity to do CGI / client (Javascript/AJAX) programming at work? Are you just a desktop/server guy?

Michael Clease
13-11-2011, 00:45
Panic over it would of helped if I read the instructions on the screen.

I removed it all and started again.

It wasn't until I added the web service extensions ".tbasicC" (minus the quotes) it started working.

Perhaps this information could be added to the instructions for IIS6.

Regards

Mike C.

ErosOlmi
13-11-2011, 09:41
It wasn't until I added the web service extensions ".tbasicC" (minus the quotes) it started working.
Perhaps this information could be added to the instructions for IIS6.


Michael, it is exactly the help I gave in previous post (here again):
http://www.thinbasic.com/public/products/thinBasic/help/html/index.html?configuring_thinbasic_under_ii.htm

Michael Clease
13-11-2011, 22:48
Michael, it is exactly the help I gave in previous post (here again):
http://www.thinbasic.com/public/products/thinBasic/help/html/index.html?configuring_thinbasic_under_ii.htm

no that is incorrect in my post I stated "WEB SERVICE EXTENSIONS" not "APPLICATION EXTENSION MAPPING" (see your pictures) :onthequiet:

Here are some screen shots of what I am talking about.

Regards


Mike C.