Portals
Last Post 11/25/2011 10:25 PM by Joseph Craig. 5 Replies.
Author Messages
Scott
Nuker
Nuker
Posts:11


--
04/10/2008 8:07 AM  

After setting up portals with different domain names, can a user use the same login for all sites?

Scott
Nuker
Nuker
Posts:11


--
04/10/2008 10:52 AM  

I followed the directions to create a parent portal and I got this error:

Error configuring Child PortalAccess to the path 'C:\Inetpub\vhosts\scoutday.com\httpdocs\Portals\5\' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)

Joseph Craig
DNN MVP
Posts:11667


--
04/10/2008 7:36 PM  
Yes, but I seem to recall that users need to register at each portal.  I believe that there are third-party modules that solve the multiple registration problem.

Joe Craig, Patapsco Research Group
Complete DNN Support
Joseph Craig
DNN MVP
Posts:11667


--
04/10/2008 7:37 PM  
For the message about the portal, the error message seems to indicate that you may have permission problems in the portal's web directory.  It looks like DotNetNuke cannot create C:\Inetpub\vhosts\scoutday.com\httpdocs\Portals\5\. 

Joe Craig, Patapsco Research Group
Complete DNN Support
Jim McNulty
Nuke Newbie
Nuke Newbie
Posts:1


--
11/25/2011 7:23 PM  
I had this same error message on my DNN install. In Windows Explorer, I edited the permissions on the parent folder (I installed the DNN files in a sub-folder of c:\inetpub) and added the Network Service with full permissions. Then I went to the Advanced tab and check the APPLY PERMISSIONS TO CHILD OBJECTS.
After this I was able to add and delete portals without seeing any errors.

This fix has not, however, solved my problem that, after successfully creating a new portal, I cannot access it.
Joseph Craig
DNN MVP
Posts:11667


--
11/25/2011 10:25 PM  
What does "can't access it" mean? What error do you get.

One thing to check is the user for the AppPool used by your site. If it is other than Network Service, you need to give that account full permissions for the files.

Joe Craig, Patapsco Research Group
Complete DNN Support


---