anat2403 said:If a project is written in ASP.NET with database in sql server and we want to create the same project with database in access, are there many changes in the code beside the connection string?
kejpa said:But... Why?
If you want a copy for test/development you can use the same sql-server, just use another db in the same server. Or you can use a free version of sql server on your development computer.
If its a production web project you better not use access since its not intended to be used with multiple users.
Regards
/Kejpa