Ask a Question related to ASP.NET Security, Design and Development.
-
Steven Baeten #1
ADODB.connection safety settings error
Hi All,
I'm running a webpage-application where, in a aspx-page,a udl is called in
vbscript
in an xsl-stylesheet to access a database. When I want to execute this, I
receive
following error
ADODB.Connection Safety settings on this computer prohibit accessing a data
source on
another domain.
There is nothing wrong with the udl cause "test connection" succeeded.
Also the vbscript-code I use to call the udl works.
I've tried to use Windows Authentication and SQL Server Authentication for
the connection
and it doesn't work.
I've also put <identity impersonate="true"> in my web.config to make sure
that I was running
the application and not the ASP.NET client
Could anyone please help me?
Thanks in advance
Steven Baeten
Steven Baeten Guest
-
ADODB Connection Question
Hi All Just IYHO, which is better: METHOD 1 ========= Creating the ADODB connection obejct at the beginning of an ASP page in an include... -
ADODB.Connection
> Is there an advantage of one of these over the other, other than not having No. However, the advantage isn't just about being oblivious to the... -
ADODB.Connection error '800a0046'
I am receiving the following error: ADODB.Connection error '800a0046' Permission Denied Here is my connection string on my web page: <% Dim... -
ADODB Connection
Could anybody tell me please what the "1,2" refers to in the last line of this code and where I can get a list of the parts to this '.open'... -
Connection error: ADODB.Recordset (0x800A0E7D)
I have been copying and pasting code and this has been working, but now I get this error: Error Type: ADODB.Recordset (0x800A0E7D) Operation is...



Reply With Quote

