tyagimanoj12 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Config sample + sql scripts in Nuget package #250

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
- Since the nuget package modifies the web/app.config to add the config 
sections for elmah, why not add also a sample config, with some placeholders?
With MS Sql for instance, since I guess is the most common setup.
And also add to the project a directory with the sql scripts.

What goal would this enhancement help you achieve?
- Without this feature the developer still has to go to elmah website, and 
download the binaries with sql scripts and sample config.

I tried to add elmah to a project using nuget and I still had to download the 
sql scripts and sample config from google code.

Original issue reported on code.google.com by bdaniel7 on 12 Sep 2011 at 8:00

GoogleCodeExporter commented 8 years ago
There are actually several NuGet packages that provide the additional "sample" 
config required, along with .SQL scripts (where applicable) and readme.txt 
files.

Check this out:
http://nuget.org/List/Search?packageType=Packages&searchCategory=All%20Categorie
s&searchTerm=elmah&sortOrder=package-download-count&pageSize=10&page=2

SQL Server: http://nuget.org/List/Packages/elmah.sqlserver
SQL Server Compact: http://nuget.org/List/Packages/elmah.sqlservercompact
XML: http://nuget.org/List/Packages/elmah.xml
PostgreSQL: http://nuget.org/List/Packages/elmah.postgresql
Oracle: http://nuget.org/List/Packages/elmah.oracle
Access: http://nuget.org/List/Packages/elmah.msaccess

Filtering: http://nuget.org/List/Packages/elmah.filtering.sample

Hope this helps!

James

Original comment by jamesdriscoll71 on 12 Sep 2011 at 8:52

GoogleCodeExporter commented 8 years ago
You can get the script here: 
http://www.google.com/codesearch#ols26SOMVz0/trunk/src/Elmah/SQLServer.sql&q=.sq
l%20package:http://elmah%5C.googlecode%5C.com

Original comment by smith...@gmail.com on 11 Nov 2011 at 6:36