Hello! :-)
This is a somewhat complex problem. We're developing a script that automatically creates a new solution on the IIS. This is what we do:
1) We create a database from a .bak from our development solution and afterwards create a user specific to this new database with SELECT, INSERT, UPDATE and DELETE permissions
2) We create an application pool specific to the new site on the iis, and afterwards creates the site.
3) We copy the /Files folder to a new directory and add this as a virtual directory to the site.
4) The physical path is set to our shared Application folder for the system.
5) The GlobalSettings.aspx is edited to conform to the new database information.
The site is running and everything seems fine from the iis perspective - but when we try to access the page we get the AreaLayoutPhone application error.
Any suggestions to what can cause this problem?
Thanks for the help on this matter! :-)
Attached a screenshot of the application error
Attached a screenshot of the application error