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 ...Problem installing 6.1.0Problem installing 6.1.0
Previous
 
Next
New Post
11/3/2011 6:52 PM
 
Hi Will,
I reached out to a few other hosting providers that I know and nobody that I've touched base with seems to be having any problems.  I wouldn't be surprised if this is just limited to one or two hosts who don't have permissions set correctly on their environment.
 
New Post
11/5/2011 5:54 PM
 
Hi Will,

This is what i got during installation...


Description:
Stopped working

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: webplatforminstaller.exe
Problem Signature 02: 3.0.3.0
Problem Signature 03: 4d96afbe
Problem Signature 04: System.Windows.Forms
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4d8ce0fa
Problem Signature 07: 151f
Problem Signature 08: 130
Problem Signature 09: System.ArgumentNullException
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 1033

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
 
New Post
11/5/2011 8:49 PM
 
The permission test checks that the application pool user has full read/write access to the ROOT directory of your site.

However - there are other places that an ISP can manage to stuff things up which are not tested for.  

Of these - a sub-folder that has had permissions changed for some reason is one of the more common culprits  -  god only knows why this would ever be the case - but seen it a few to many times.

There are other odd ones too where isp's change permissions or forget to set them properly on the asp.net temp folder.

Westa


 
New Post
11/9/2011 6:16 AM
 
Well.. I have the problem and this is what I have done:
1: I have tried to do a clean 6.1 install: Fail
2: Installed a clean 6.0.2 and then upgrade to 6.1: Success
3: Contacted the hosting provider and checked the permissions, and there should be no problems.
4: Found out that my hosting was on a IIS6 server and got a move to a IIS7 server .Net 4.
5: I have tried to do a clean 6.1 install: Fail
6: Installed a clean 6.0.2 and then upgrade to 6.1: Success
7: Got the provider to do a complete reset of filepermissions
8: I have tried to do a clean 6.1 install: Fail
9: Installed a clean 6.0.2 and then upgrade to 6.1: Success

I have Surftown as hosting provider.

 
New Post
2/20/2012 12:05 PM
 
Hello,
I believe there are several issues being discussed here but one which is definitely not permissions related is the following:

You should not be accessing files during the Application_Start event which appears to be what is happenig with this ClientDependency access denied error. In cases where identity impersonation is used this will cause problems.

It also caused problems back in 2006 when you did the same with EventQueue:

http://www.dotnetnuke.com/Resources/F... 

From http://www.odetocode.com/blogs/scott/archive/2006/07/12/impersonation-and-application_start-in-asp-net.aspx:

Impersonation and Application_Start in ASP.NET

Q: I want to query my database and cache some static data during the Application_Start event. SQL Server requires a trusted connection, and I'm using impersonation in web.config.

<identity impersonate="true" userName="jacque" password="crackme"/>

This works everywhere except Application_Start. The code in that method can't connect to the database. What's the dilly?

A: The short answer is that impersonation isn't "on" during Application_Start, so SQL Server is seeing the worker process identity (NETWORK SERVICE or ASPNET) instead of Jacque's identity.

Application_Start is an odd event. It's not really a request related event, but of course it won't fire until the first event arrives. The ASP.NET runtime doesn't start impersonation until it begins to process the request in earnest. This event fires just before impersonation begins, during a time when ASP.NET is laying out the cocktail napkins and setting up for the party.

There are at least a couple workarounds for the problem. You could use a Singleton* design pattern, and initialize the Singleton during a request when impersonation is active (perhaps during the BeginRequest event). You could also run the worker process under an identity with rights in SQL Server.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problem installing 6.1.0Problem installing 6.1.0


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