I've got a database with a stack load of data in it. I'd like to make a web interface which will allow the user to put in an LINQ query, which will return results in a table.
How do I limit it to allow selection only? (I'm thinking the best way is to create another database user with select permissions only)
Anything else I should be aware of, or any other ideas?