I currently have a development site under the default Web site. If I want to add another DNN web site on this server, do I need to add it under the default Web Site? Is there anything omitted or incorrect with the following steps in adding a second site:
Development Environment
· Backup existing DNN development database
· Zip all the folder of DNN website
Test Environment
· Create the website. On this root directory, add Network Service Full access on the tab Directory
· Copy the content of your zipped website on the new website
· Create a new instance of the database on the load the database from the backup
· If the database userid/password are different modify the web.config file to reflect the new account information, point to new DB.
· Configure the Portal Alias for the test URL
Thanks for any assitance you can give me.