I am not certain that I am using Plesk for permissions management. The hosting provider does offer Parallels Plesk SiteBuilder as an option for building a site, so I am presuming they use Plesk for the rest of it. (Since I have tried to do this install about 20 times, I have tried both with and without Plesk Sitebuilder managing the directory. I am currently without it.)
The File Manager app allows me to set permissions on the virtual sub-directory, www, for read, write, and execute. I have set those permissions for the only three types of users shown:
Application pool identity account
Anonymous Web user
Authenticated FTP user
I have changed the config.sys for the SqlDataProvider to be the database username instead of dbo. When I ran the install, I got the exact same results.
I think the database access must be okay because each time I do this, I check the database after the install and all the tables have been generated, along with roles, etc.
The problem seems to be that the browser can't get the right libraries, or something like that. If you want to have a look at the errors yourself, try
http://atriumsystems.ourhosting.com/www/
The same errors show in both IE and Firefox. For example, it says that "Type is not defined" in Line 2 of h**p://atriumsystems.ourhosting.com/www/js/dnn.js
Well, the code for that seems to be Type.registerNamespace('dnn'); .
So, how could Type not be defined?
I think the code samples I showed in previous messages above were just for the line numbers in the page html code, while they should have been for the line numbers in the .js files that were referenced. The FireBug tool bar in Firefox makes this more apparent than the IE error display.