Ask a Question related to ASP Database, Design and Development.
-
Tim Kelley #1
SQL Access issue
In my app I am uploading a text file to the IIS server. I then use a stored
procedure on the SQL server to import the text file into SQL. IIS and SQL
run on seperate computers. Currently they are in a workgroup configuration.
The problem I am having is the SQL server does not have access to the IIS
server. Someone has recommended that we create a d omain and grant the SQL
server rights on the IIS server. Is this the only way to fix this or could
we create a user account on the IIS server that would fix this. I am not
sure what account is being used by the SQL server when the request for data
on the IIS server is made. Would it be the account that SQL runs under?
Thanks for your help!
Tim Kelley Guest
-
AS400 access issue
We rebuilt our development CF system (now based on Win2003) after a drive crash, and we are using the JT400.jar JDBC driver to connect to as AS400. ... -
web service access issue
Hello, I have developed some webservices, that I tested with localhost through a client in C#. It worked fine, but I move the services to a... -
access database issue
after upgrading to CF7 from cfmx one of my datasources (to an access database) will no longer verify. the error that is thrown is as follows: ... -
ASP.NET Access Update Issue
I have an ASP.NET application that is running using Access. It works fine on my desk top. When I move it to another computer it will run fine with... -
Access Level Issue
I've created a login page which checks the user's access level against an Access databse. Works fine for level members 2 and 3. - 1 and 4 get... -
Jeff Cochran #2
Re: SQL Access issue
On Thu, 5 Aug 2004 08:28:47 -0500, "Tim Kelley"
<tim.kelley@iddonline.com> wrote:
The process is reversed, but this may help:>In my app I am uploading a text file to the IIS server. I then use a stored
>procedure on the SQL server to import the text file into SQL. IIS and SQL
>run on seperate computers. Currently they are in a workgroup configuration.
>The problem I am having is the SQL server does not have access to the IIS
>server. Someone has recommended that we create a d omain and grant the SQL
>server rights on the IIS server. Is this the only way to fix this or could
>we create a user account on the IIS server that would fix this. I am not
>sure what account is being used by the SQL server when the request for data
>on the IIS server is made. Would it be the account that SQL runs under?
HOWTO: IIS and SQL Server on Separate Machines with Trusted
Connection:
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;q176379[/url]
Jeff
Jeff Cochran Guest



Reply With Quote

