Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing DNN 5.5 in a Shared Hosting EnvironmentInstalling DNN 5.5 in a Shared Hosting Environment
Previous
 
Next
New Post
9/20/2010 10:51 AM
 
Hi,

I tried to get a DNN running on a Windows 2008 R2 Server IIS7.5 in integrated mode.
When I Run the installation http://domain.com/DNN/Install/InstallWizard.aspx
I get this Message that i should check the permissions:
Your site failed the permissions check.
Permissions had been set as wished...but i can´t continue, it reprompts everytime

The App-Pool Identity has full access to everything (even if that doesn´t make sence)
Then there is a medium-truslevel, but as far as i read DNN-Developers were able to make it run with Medium-Trust....

Any suggestions?
 
New Post
9/20/2010 4:18 PM
 
try install using full trust, sometimes it is required. did you read http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2420/Windows-7-Windows-2008-R2-cross-application-pool-isolation.aspx ?

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
9/21/2010 4:29 AM
 
yeah the full-trust thing is a bit creapy in a shared hosting environment...
read several articles that had the same suggestions, i can´t switch to network-service, as it´s set to an integrated-app-pool-user

in the meantime i could continue by disabeling the checks in "DNN\Install\InstallWizard.aspx.vb"
================================================================================================================
Private Sub BindPermissions(ByVal test As Boolean)
            PermissionsValid = True

            lstPermissions.Items.Clear()

            'FolderCreate
            Dim permissionItem As New ListItem()
            '
            If not test Then permissionItem.Selected = VerifyFolderCreate()
            permissionItem.Enabled = False
            permissionItem.Text = LocalizeString("FolderCreate")
            lstPermissions.Items.Add(permissionItem)

            'FileCreate
            permissionItem = New ListItem()
            '
            If not test Then permissionItem.Selected = VerifyFileCreate()
            permissionItem.Enabled = False
            permissionItem.Text = LocalizeString("FileCreate")
            lstPermissions.Items.Add(permissionItem)

            'FileDelete
            permissionItem = New ListItem()
            '
            If not test Then permissionItem.Selected = VerifyFileDelete()
            permissionItem.Enabled = False
            permissionItem.Text = LocalizeString("FileDelete")
            lstPermissions.Items.Add(permissionItem)

            'FolderDelete
            permissionItem = New ListItem()
            '
            If not test Then permissionItem.Selected = VerifyFolderDelete()
            permissionItem.Enabled = False
            permissionItem.Text = LocalizeString("FolderDelete")
            lstPermissions.Items.Add(permissionItem)

            If test Then
                '''If not PermissionsValid Then
                If PermissionsValid Then
                    lblPermissionsError.Text = LocalizeString("PermissionsOk")
                Else
                    lblPermissionsError.Text = LocalizeString("PermissionsError").Replace("{0}", ApplicationMapPath)
                End If
            End If


        End Sub
================================================================================================================
database setup was succesfull, but it stopped again while selecting the modules and hiting next....




===============


is there a posibility to host it wih medium trust? or not?
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing DNN 5.5 in a Shared Hosting EnvironmentInstalling DNN 5.5 in a Shared Hosting Environment


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out