Main Topics
Browse All TopicsI have a server that I use to host about 50 or so domains. I use plesk 8.3 (windows) to manage the server and about half of the domains use Dotnetnuke (4.8) for their sites (plesk for email). Currently, I have to manually change IIS settings to point to the c:\dotnetnuke\Website each time I create a new domain (for DNN) in plesk. The problem is this is laborious and everytime I upgrade or run repair utilities on plesk, it messed up virtual host locations and permissions. I have a lot of unused IP addresses, so each site could have unique IPs if that would help me. I want a way to use plesk to point new domains to my dnn installation (or another DNN installation location if necessary) without having to log in to the machine and manually change IIS settings.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
To change all the ASP.NET and NETWORK_SERVICE permissions without using IIS you can follow the steps below, works for me.
ASP.NET 2.0
1. Click Start, click Run, type cmd in the Open box, and then click OK.
2. Switch to the Drive:\WINDOWS\Microsoft.N
cd Drive:\WINDOWS\Microsoft.N
3. Add the appropriate permissions to the Network Service group for the Temporary ASP.NET Files folder. To do this, type the following line, and then press ENTER:
aspnet_regiis -ir
Note For more information about the difference between the -ir command-line option and the -i command-line option, visit the following Microsoft Web site:
http://msdn2.microsoft.com
Business Accounts
Answer for Membership
by: a0k0a7Posted on 2008-01-23 at 14:57:24ID: 20728835
If you use the Application Pack that comes with Plesk as an add-on, it will allow you to install a bunch of applications with 1-Click and adding all the necessary info, e.g. DNN, phpNuke, bbClone, etc.
ation
At the end of the user dialog from the Application Pack it creates the location and install DNN on the prefered path which wont be the domain root, it could domain.com/dnn/dnn_install
The problem with this is that the DNN provided on the Plesk Application Pack isnt the latest one, so when I was running Virtuozzo (Plesk's), I always setup the site manually by uploading the DNN install at the domain root, e.g. domain.com will launch me the DNN site instead of domain.com/dnn
One thing I wasnt ever working for me was the NETWORK_SERVICE and ASP.NET permission somehow I always got it to do it manually but I stopped playing with Plesk right before 8.1 for Windows came out...
What I would do is to use Plesk as much as possible for all other stuff, if the sites run only DNN, then upload DNN to root of the domain, setup database and should be okays as long the issue with the permissions is resolved, otherwise you should only refresh permissions for NETWORK_SERVICE and ASP.NET