Hi Igmar,

Yeah, I think it is related to that. I am not new to ASP.NET nor to
Windows 2003. I am new to SQLite, however.
But I think you are on to something. I even changed the file name
extension to .txt and it still doesn't work,
although it does work in the console application.

Thanks,

Joe 

Joseph Burnett | Principal Software Engineer | FIDELITY INSTITUTIONAL
TECHNOLOGY
2 Contra Way
Merrimack, NH 03054
603.791.5113
CELL: 603.289.0481

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Igmar Palsenberg
Sent: Thursday, April 08, 2010 8: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
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to