Problem connecting asp .net to informix




I'm trying to connect to Ifx using the .net provider. Here is my
connection string:

database=....;server=....;user id=.....;pwd=.....

With VB .NET it works perfect, but not with ASP .NET, I get an
unspecified error (23101)

Any tips?


--
agustincb
------------------------------------------------------------------------
agustincb's Profile: http://www.dbtalk.net/m129
View this thread: http://www.dbtalk.net/t302081

.



Relevant Pages

  • 0113 timeout
    ... This may be a SQL error, but I suspect it's a connection string problem, ... I have an Intranet app at the company I work for. ... allow ASP, which is turned off by default. ...
    (microsoft.public.inetserver.asp.general)
  • Re: 0113 timeout
    ... Original URL: ... > This may be a SQL error, but I suspect it's a connection string problem, ... > allow ASP, which is turned off by default. ... > Dim strDBConnection ...
    (microsoft.public.inetserver.asp.general)
  • Re: custom ASP programming has clashed with Frontpage DRW pages with SQL INSERT and UPDATE
    ... I've never heard of any such thing, and I've used ASP since it was first ... >> Both Jim and I told you that you shouldn' be referencing any DLL in your ... >> It is certainly fine to have both FrontPage DRW pages and your own ... >> automatically-generated Connection String in the global.asa file. ...
    (microsoft.public.frontpage.programming)
  • Re: Thick client connection works, VB/ASP doesnt!
    ... from your connection string it looks like you are ... using named pipes to connect. ... > An asp application is attempting to log on to a database using the ... > Dim dataAdapt As New SqlDataAdapter ...
    (microsoft.public.inetserver.asp.general)
  • Re: Encryption of Connection String
    ... My web application is a mix of ASP and ASP.Net. ... The connection string is stored in clear text right now and I want to ... Server 2003. ... System.Cryptography namespace - loads of options for string encryption... ...
    (microsoft.public.dotnet.framework.aspnet)