Sometimes you might want to run the install routine again – for
example, to reset the admin password for Kartris if you forget it. You
can do this by making a couple of minor changes to the
web.config file.
First, change the connection string to a non-existent
database:
Secondly, comment out the 'globalization' tag. This is what
tells Kartris where to find language localization strings. The install
routine uses a file for these, but once Kartris is up and running and
connected to a database, it pulls this data from the database instead.
Check there is no other 'globalization' tag nearby in the code which
is uncommented.