Hiding texis.exe

PJMcMahon
Posts: 4
Joined: Mon Jun 25, 2001 5:58 pm

Hiding texis.exe

Post by PJMcMahon »

User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

Hiding texis.exe

Post by Kai »

No. The word "texis" must be in the URL for Vortex to run.
tim22
Posts: 2
Joined: Wed Sep 26, 2001 2:21 pm

Hiding texis.exe

Post by tim22 »

Is there any way to drop the .exe extension? Or to change it? I would like to setup the MS URLScan filter that blocks .exe from being processed by IIS.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Hiding texis.exe

Post by mark »

That's webserver dependent. Check if your webserver has an option to run exe's without the .exe extension.
resume.robot
Posts: 68
Joined: Sat Jan 13, 2001 1:23 am

Hiding texis.exe

Post by resume.robot »

You can run the application in a frame

<head><title>title</title></head>
<frameset rows="100%,*">
<frame src="...texis.exe">
</frameset>