> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Igmar Palsenberg
> Sent: Thursday, April 08, 2010 6:18 AM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] SQLite on Windows 2003
> 
> 
> > First of all, I want to thank everyone that has replied to this email
> > thread.
> >
> > I still do not have a successful opening of the SQLite connection in
> my
> > ASP.NET C# application on
> > Windows 2003. I have done the following:
> >
> > The connection opens successfully with the SQLite command tool.
> > It opens successfully using a C# console application.
> > I have entered the following in my web.config:
> >   <add assembly="System.Data.SQLite, Version=1.0.65.0,
> Culture=neutral,
> > PublicKeyToken=DB937BC2D44FF139"/>
> > I have installed SQLite on the server.
> > I have entered the following in my web.config and machine.config:
> >    <system.data>
> >      <DbProviderFactories>
> >        <remove invariant="System.Data.SQLite"/>
> >        <add name="SQLite Data Provider"
> invariant="System.Data.SQLite"
> > description=".Net Framework Data                    Provider for
> > SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"
> />
> >      </DbProviderFactories>
> >    </system.data>
> > I have re-cycled IIS many times.
> > I have done everything suggested in the following link:
> > http://sqlite.phxsoftware.com/forums/p/1391/6025.aspx
> >
> Just a wild guess : You're sure you're not getting bitten by the fact
> that IIS under more recent Windows version is (extremely) restricted in
> the sense in what it can do on the filesytem ?
> 
> 
>      Igmar

I will second this guess. Have you tried placing your DB into the "bin" 
directory and tried opening it from there using a relative path?

-Allan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to