E
Earl
If calling an exe that accesses a database from an ASP
page, does the Provider string to connect to the database
from inside the exe need to have the user as
being "IUSR..." or something since it is an anonymous
Internet user accessing the ASP page?
Any help/advice would be appreciated about potential
problems/concerns when calling an exe from an ASP and
then subsequently accessing a database from within that
exe. Is there a problem having forms in the exe, even
though they are not being loaded or shown during
processing? Is there a problem calling the exe with a
command line string from the ASP page? Does the exe see
the current user as being the "IUSR..." user since it was
called from an ASP page? Is it necessary to have each
called procedure write to a text file just to have the
prodedure execute it's code? The reason I ask that is
because at one point at least, it seemed as though the
program would jump from one procedure into the next only
if I was to make the procedure being called write at
least one line to a text file.
Any help would be greatly appreciated. Thank you so much
for your time.
Earl
page, does the Provider string to connect to the database
from inside the exe need to have the user as
being "IUSR..." or something since it is an anonymous
Internet user accessing the ASP page?
Any help/advice would be appreciated about potential
problems/concerns when calling an exe from an ASP and
then subsequently accessing a database from within that
exe. Is there a problem having forms in the exe, even
though they are not being loaded or shown during
processing? Is there a problem calling the exe with a
command line string from the ASP page? Does the exe see
the current user as being the "IUSR..." user since it was
called from an ASP page? Is it necessary to have each
called procedure write to a text file just to have the
prodedure execute it's code? The reason I ask that is
because at one point at least, it seemed as though the
program would jump from one procedure into the next only
if I was to make the procedure being called write at
least one line to a text file.
Any help would be greatly appreciated. Thank you so much
for your time.
Earl