I have created a module that will install Elmah on a Dnn site. I've created it to default to a SqlLite db via the added connection string in my manifest file.
I have the db being created in the App_Data folder (Elmah does this creation for you based on your connection string).
My issue - upon UNINSTALL- how can I make sure I clean up that sqlite db in the App_Data folder?