DNN 5.0 Installwizard error
Last Post 02/15/2009 8:16 AM by peterg. 10 Replies.
Author Messages
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 10:38 AM  
Hi Guys, I just did another instance install of DNN 5.0 (the last 2 went fine) This one for some reason is giving me an error I just can't figure out. Any suggestions would be appreciated. I went through security settings and everything seems fine.


Line 77:  
Line 78:  
Line 79:    
Line 80:     <!-- HttpModules for Common Functionality -->
Line 81:    

Peter
U1.net
Thanks

Peter G
U1.net
Joseph Craig
DNN MVP
Posts:11667


--
02/14/2009 11:32 AM  
You might want to try reposting. Something clearly is missing.

Joe Craig, Patapsco Research Group
Complete DNN Support
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 11:47 AM  
Joe, With all of your DNN experience I'm just surprised that you couldn't figure that one out...

77
78
79
80 <!-- HttpModules for Common Functionality -->
81


Peter
It was there when I posted...
Thanks

Peter G
U1.net
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 11:48 AM  
Ok what do I need to do to have this show up for you..Hmmm

( Line 77: < /system.webServer>
Line 78: < system.web>
Line 79: < machineKey validationKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902" decryptionKey="F9D1A2D3E1D3E2F7B3D9F90FF3965ABDAC304902F8D923AC" decryption="3DES" validation="SHA1" />
Line 80: < !-- HttpModules for Common Functionality -->
Line 81: < httpModules> )
Thanks

Peter G
U1.net
Joseph Craig
DNN MVP
Posts:11667


--
02/14/2009 11:57 AM  
My extensive DNN experience seems to be failing me here. 

Is there some error text to go with this?

Joe Craig, Patapsco Research Group
Complete DNN Support
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 11:59 AM  
Ok, do you see it now? Line 79 is the error. Machine Key validation error.

Peter
Thanks

Peter G
U1.net
Joseph Craig
DNN MVP
Posts:11667


--
02/14/2009 12:58 PM  
Could you please include the exact language of the error, or point me to a URL where I can see it?

Joe Craig, Patapsco Research Group
Complete DNN Support
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 1:01 PM  
Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

(THAN THE NUMBER CODE FROM ABOVE)


Source File: C:\Inetpub\vhosts\ccripoll.com\httpdocs\dnn\web.config Line: 79



Show Additional Configuration Errors:


It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Inetpub\vhosts\ccripoll.com\httpdocs\dnn\web.config line 132)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Inetpub\vhosts\ccripoll.com\httpdocs\dnn\web.config line 190)
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\Inetpub\vhosts\ccripoll.com\httpdocs\dnn\web.config line 191)




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Thanks

Peter G
U1.net
Joseph Craig
DNN MVP
Posts:11667


--
02/14/2009 1:09 PM  
Thanks.

I Googled "DotNetNuke It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level."

I found a number of places where this is discussed.  

"You need to define your Virtual Directory as an Appliaction in IIS."


So, best guess is that the problem is with the configuration of your IIS website.


Joe Craig, Patapsco Research Group
Complete DNN Support
peterg
Nuke Master
Nuke Master
Posts:125


--
02/14/2009 1:29 PM  
Isn't it funny how you can do 2 separate instances, theoretically identical, and get two different results. I thought maybe it had to do with the machine key, but I guess it generates a new key during the install. the web site is running under www.ccripoll.com and I am setting up the instance under www.ccripoll.com/dnn Than whe I am done, I will just go into IIS and change the Home directory. I set up another site the same way. www.lanfrank.com and www.lanfrank.com/dnn That seemed to go OK for the setup.

Peter
Thanks

Peter G
U1.net
peterg
Nuke Master
Nuke Master
Posts:125


--
02/15/2009 8:16 AM  
Joe, I had to go in and convert the directory to an "Application" in IIS and the site loads the configuration wizard fine.

Peter
U1.net
Thanks

Peter G
U1.net


---