Closed GoogleCodeExporter closed 8 years ago
Hi Aziz,
I am not a Hg expert, will you remove the WHERE clause in the version 2.0 code?
Original comment by ejls...@hotmail.com
on 26 Jan 2012 at 9:20
Erik, I can take care of that. Can you comment on whether or not you had
intended application isolation in SqlServerCompactErrorLog?
Original comment by azizatif
on 26 Jan 2012 at 10:51
I only intended the implementation to support a single application. As the
database resides in the application folder structure anaway (App_Data)
Original comment by ejls...@hotmail.com
on 26 Jan 2012 at 11:58
The App_Data is just the preferred location for a default setup in an ASP.NET
web site. It does not preclude putting it somewhere else on the machine. I
really got wondering because SQL Server Compact supports "opening connections
on different processes" and the idea to permit SqlServerCompactErrorLog as a
shareable machine-wide store was floated at some point.
Original comment by azizatif
on 26 Jan 2012 at 1:12
Just my two pennies/cents on this:
Isn't part of the philosophy behind SQL Server Compact that it provides an
upgrade path to full blown SQL Server?
In which case, does it not make sense to emulate all the features of
SqlErrorLog in SqlServerCompactErrorLog??
Original comment by jamesdriscoll71
on 26 Jan 2012 at 1:21
I agree, James, it makes sense to fully emulate the full SQL Server (and allow
migration), but opening the same database from different web apps will require
all apps to use the EXACT same connection string. Not sure if that could become
an issue? If not, that is what any fix should go for (include app in filters
and logging)
Original comment by ejls...@hotmail.com
on 26 Jan 2012 at 1:38
Original comment by azizatif
on 26 Jan 2012 at 8:23
SQL Server Compact is just another error log storage option as far as this
project (ELMAH) is concerned. There is no upgrade path being endorsed between
any of the storage options so far and it's a discussion that's beyond this
scope of this particular bug. SqlServerCompactErrorLog, as it stands right now,
provides a nice alternative to SQLiteErrorLog considering seamless 32-bit and
64-bit deployment, partial trust environment and tools support.
Original comment by azizatif
on 26 Jan 2012 at 8:36
This issue was closed by revision 9918ae667f2c.
Original comment by azizatif
on 26 Jan 2012 at 8:44
Re-opened as started and re-scheduling for 1.2 SP2
Original comment by azizatif
on 24 Feb 2012 at 9:48
This issue was closed by revision 194c41ccdd84.
Original comment by azizatif
on 4 Mar 2012 at 9:52
Original issue reported on code.google.com by
azizatif
on 26 Jan 2012 at 9:10Attachments: