> 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
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users