Moving an Umbraco v3 web to a Win 2008 (IIS7) server
Hi!
We're upgrading our development server and are going from Win 2003 to Win 2008.
We have successfully moved an Umbraco v4 site to the new server, but when we tried with an Umbraco v3.0.6 site it only works partly. Specifically I'm having problems understanding:
1) How to configure directory URL's
2) How to get AJAX to work
The application is running in Classic .NET AppPool (I don't think anything else is possible for v3 sites).
Apart from running the application in Classic .NET AppPool you have to do the following two changes:
Setup wildcard application mapping according to this instruction (Wildcard script mapping in IIS 7 classic pipeline mode). This enables directory URL's
Add the assemby binding that Petr Snobelt has posted way back:
If I do these things, apart from all the other obvious stuff like giving NETWORK SERVICE the correct permissions on catalogs and set up the database and database connection correctly, it seems like I have the Umbraco v3 web up and running!
Moving an Umbraco v3 web to a Win 2008 (IIS7) server
Hi!
We're upgrading our development server and are going from Win 2003 to Win 2008.
We have successfully moved an Umbraco v4 site to the new server, but when we tried with an Umbraco v3.0.6 site it only works partly. Specifically I'm having problems understanding:
1) How to configure directory URL's
2) How to get AJAX to work
The application is running in Classic .NET AppPool (I don't think anything else is possible for v3 sites).
Thanks in advance!
/Thomas Kahn
After a bit of tinkering I have it working!
Apart from running the application in Classic .NET AppPool you have to do the following two changes:
If I do these things, apart from all the other obvious stuff like giving NETWORK SERVICE the correct permissions on catalogs and set up the database and database connection correctly, it seems like I have the Umbraco v3 web up and running!
/Thomas
And the instructions I'm talking about are these:
http://learn.iis.net/page.aspx/508/wildcard-script-mapping-and-iis-7-integrated-pipeline/
Look under the heading Wildcard script mapping in IIS 7 classic pipeline mode
/Thomas
is working on a reply...