I have put up an
asp.net application on
WINDOWS SHARED HOSTING.
Now the problem is my application is of no use beacuse the database requires write permissions to be updated, however my host says they cannot give write permissions due to security reasons, i will have to modify my code
what will be the solution to this problem
my application is in the "web" folder and the database is within the application's "App_Data" directory.
I have a "Database" folder in my websites root.
will using a dsn help me get out of this problem, if yes how do i modify the connection string for it
what are the other possible solutions
Thanks in advance