I am working my first multi-tier project. A simple server app with 1
ADOTable, connected with a back-end MS SQL database, and 1 DatasetProvider
within a TRemoteDataModule. I want to connect to the server through a
TWebConnection. I installed the web extension "httpsrvr.dll" and set the URL
property of my WebConnection component to the virtual directory wher I put a
copy of the web extension file. I set the permissions on both the virtual
directory and the underlying physical folder where the file is located to
give "Everyone" Read and Execute access. The client app can "view" the
Remote Data Module of the server through the web connection, but when I try
to set the Connected property of the WebConnection to true, I get an "Access
Denied" exception. Any suggestions? TIA.
Emmanuel
"Emmanuel Lamy" <La...@bellsouth.net> escreveu na mensagem
news:4877...@newsgroups.borland.com...
Emmanuel
"Ricardo Carmo" <nwl...@yahoo.com.br> wrote in message
news:4877...@newsgroups.borland.com...
Emmanuel
"Emmanuel Lamy" <La...@bellsouth.net> wrote in message
news:48789d70$1...@newsgroups.borland.com...
I'm afraid that I couldn't help you, but let me say something about your
post:
> >>> TWebConnection. I installed the web extension "httpsrvr.dll" and set
the
> >> URL property of my WebConnection component to the virtual directory
wher I
> >>> put copy of the web extension file. I set the permissions on both the
-I'm using Apache 2 server and Delphi7;
-On Apache, the httpsrvr.dll is in cgi-bin directory, not in htdocs; in
other words,
it's not in a virtual directory, but in "applications" directory.
-The url on the app client is set to cgi-bin directory.
-So, the httpsrvr.dll is in only one directory. No copies is necessary.
I hope that helps you and sorry for my bad english.
Ricardo.
"Emmanuel Lamy" <La...@bellsouth.net> escreveu na mensagem
news:4878a930$1...@newsgroups.borland.com...
Thank you, Ricardo. Your English is fine to me.
Emmanuel
"Ricardo Carmo" <nwl...@yahoo.com.br> wrote in message
news:487b4d63$1...@newsgroups.borland.com...