Developer forum

Forum » Development » Application error when creating new solution from existing application

Application error when creating new solution from existing application

Jackie Nagel
Reply
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
Capture.PNG

Replies

 
Jackie Nagel
Reply
This post has been marked as an answer
 And problem is solved! The problem was that the .bak file we copied from was inconsistent with our Application! :-)
Votes for this answer: 0

 

You must be logged in to post in the forum