Ask a Question related to ASP.NET Security, Design and Development.
-
Michael S. #1
FormsAuthentication system dsn odbc error
I have an asp.net application which uses FormsAuthentication.
I have a reference to a vb6 dll (updateSage).
I pass to the updateSage.dll values to update a database and a
connection string.
The connection string is a System DSN.
The DSN is on the same machine as the ASP.Net application.
The Database the DSN connects to is on a different server.
I get an ODBC error when I try to update the database.
I have called the same dll using a vb.net application with no problem.
Does anyone know what could be wrong?
I thought it might be something to do with security not have
sufficiient permission to access the other server but if this is the
case how do I get round it.
Thanks
Michael
Michael S. Guest
-
FormsAuthentication.Initialize() error - NullReferenceException
I'm having a problem with FormsAuthentication.Initialize () generating a NullReferenceException. This occurs on my production server. The same code... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
System.Web.Security.FormsAuthentication.RedirectFromLoginPage is not working..
Thanks in advance, What I did was 1. add these lines in web.cofig file <authentication mode="Forms"> <forms name="frmAuthentication"... -
ODBC drive mapping versus system naming.
I am looking to use the naming convention instead of drive mappings when creating a new system dsn in the odbc section of the control panel. Does... -
Microsoft OLE DB Provider for ODBC Drivers error '80004005' Error
Hi folks - i've got a windows 2000 server (SP3) i've run the IIS lockdown tool on it and set for dynamic websites - all the static pages within the... -
Daniel Fisher\(lennybacon\) #2
Re: FormsAuthentication system dsn odbc error
Can you post the error?
--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: [url]http://www.lennybacon.com/[/url]
"Michael S." <michael@harebell.co.uk> wrote in message
news:49a1f7d2.0501030347.6674218f@posting.google.c om...>I have an asp.net application which uses FormsAuthentication.
> I have a reference to a vb6 dll (updateSage).
> I pass to the updateSage.dll values to update a database and a
> connection string.
> The connection string is a System DSN.
> The DSN is on the same machine as the ASP.Net application.
> The Database the DSN connects to is on a different server.
> I get an ODBC error when I try to update the database.
>
> I have called the same dll using a vb.net application with no problem.
>
> Does anyone know what could be wrong?
>
> I thought it might be something to do with security not have
> sufficiient permission to access the other server but if this is the
> case how do I get round it.
> Thanks
> Michael
Daniel Fisher\(lennybacon\) Guest
-
michael@harebell.co.uk #3
Re: FormsAuthentication system dsn odbc error
The error is not very helpful -
'01000: The driver returned invalid (or failed to return)
SQL_DRIVER_ODBC_VER: 2.00'
michael@harebell.co.uk Guest
-
michael@harebell.co.uk #4
Re: FormsAuthentication system dsn odbc error
The message is not very helpful -
'01000: The driver returned invalid (or failed to return)
SQL_DRIVER_ODBC_VER: 2.00'
michael@harebell.co.uk Guest



Reply With Quote

