I modded the forum application to integrate with my asp site to combine registration processes and some other things. I developed my site with the access version of 7.1 on my local site. Now I'm going to deploy it on sql server on a remote site. Is the only difference between the two versions is that the Access version includes an access db while sql includes the sql server db creation script.
I've seen the posts that say all that is necessary to upgrade between the two is changing the connection type in common.asp and the sql server connection script. Are there any subtle buried differences in the two versions that I need to ferret out?
Or can I just remove the Access database and slap the msSQL_server_setup.asp file into the Access version and have the same thing as the sql server version?
Edited by boogie