For the purpose of logging, i would like to store few values like strings, some objects, some exceptions[ after few transactions from the end user ] in the SP server.
which is the best approach for storing these?
if i use splist, the items will reach 5000 within a week as far as my appl's usage is concerned , hence it will cause a performance issue in future.
so how can i store the values in the splist?
should i use a separate custom sql db and use ado.net to store the values when enduser peforms the tasks?
help is appreciated