Hi! Thanks for the reply.
What you have outlined above is essentially what I have done....
1) I created a new directory and virtual directory on new web server B C:\intepub\wwwroot\DNN
- Set permissions so that NetworkService has full control (both in directory in virtual directory)
- Set the virtual directory to "Conver to Application"
2) Copied entire DNN database to another server
- Copied all files from web server A c:\inetpub\wwwroot\DNN to web server B c:\inetpub\wwwroot\DNN
3) Restored Db on another db server C (SQL Server 2008)
4) Changed web.config to point to new Db Server C
5) Set permissions as per mystep in #1. That is, I set the NETWORK_SERVICE to have full control of the virtual directory (DNN) and directory (c:\inetpub\wwwroot\DNN)
- AM I missing any other IIS settings here?
I still get the following error when I hit the following url via IE: http://localhost/DNN
- "Internet Explorer cannot display the webpage"