Telegram_2018-05-18T08

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2018 > 05 > 18 >

Telegram_2018-05-18T08

Telegram link

 

2018-05-18T08:15:07

 

OK, I'm figured out most of the IIS settings, however, I do not know how to make the link between my DLL and IIS. How do I tell IIS what to launch when the web site URL is called?

 


 

Telegram link

 

2018-05-18T08:15:52

 

Also, do I need to copy the dcu files to the web server? All I copied was the DLL. God I wish I could find some documentation.

 


 

Telegram link

 

2018-05-18T08:23:43

 

type: link http://docs.atozed.com/docs.dll/deployment/isapi/Deploying%20ISAPI%20using%20IIS.html

 


 

Telegram link

 

2018-05-18T08:24:53

 

You createa folder with SA DPR and another folder with ISAPI DPR, only the DPR in each folder

 


 

Telegram link

 

2018-05-18T08:25:28

 

a 3rd folder with the fonts. The Servercontroller, Usersession, etc are in the 3rd Folder

 


 

Telegram link

 

2018-05-18T08:26:02

 

the 2 projects ( sa and isapi ) use this 3rd folder for fonts (pas / dfm).

 


 

Telegram link

 

2018-05-18T08:29:33

 

Forget about the two version (SA and isapi). I did follow all the directions in the deploying section, however, I am missing a simple step. How does my new web sire know to use the DLL file? Do I have to create a simple HTML file that points to the DLL?

 


 

Telegram link

 

2018-05-18T08:30:59

 

It is such a simple app, it requires almost no debugging or testing so I do not need to maintain two different methods of running it. It's my 1st app and very simple.