I have a working 4.93 install running on 2003/Sql Express. I am outgrowing the server and need to move the installation to a new server.
x64 2008 with SQL 2008 (64 as well).
I detached the database and copied to the new server...I copied the site folder to the new server...I set up the site in IIS7...I granted Network Service full control of site folder.
I created the SQL user (owner) in 2008 SQL and test connectivity with ODBC...works fine.
Because I don't want to interfer with my public site, I added the portal aliases to the host file on the new server so it would not see the public ip address and fired it up.
I am getting a getportalaliasbyportalID does not exist error. I have tried removing the database and allowing the system to reinstall/recreate a database...which it did but now I get an unhandled error has occurred. (object reference not set to an instance....etc)
I have tried both classic and intergrated in IIS7...
I need to get this site moved over...anyone have any ideas?