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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Error after ErrorError after Error
Previous
 
Next
New Post
5/18/2009 12:15 PM
 

 

I am getting this error when installing DOTNETNUKE on my site. It is a hosted site with IIS 6.0 and Asp.Net 2.0/3.0/3.5. Im very new to ASP.NET and im sure I will need alot more help in the future to get this running correctly. Thank you!

Stack Trace:

[HttpException (0x80004005): Unable to validate data.]
   System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +289
   System.Web.UI.ObjectStateformatter.Deserialize(String inputString) +140

[view_stateException: Invalid view_state. 
	Client IP: 70.252.82.78
	Port: 52228
	User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
	view_state: /wEPDwUJMTg4ODU4NDQzDxYCHhBQZXJtaXNzaW9uc1ZhbGlkZxYCAgMPZBYCAgEPPCsADwIADxYGHhNTdGFydE5leHRCdXR0b25UZXh0BSw8aW1nIHNyYz0iL2ltYWdlcy9ydC5naWYiIGJvcmRlcj0iMCIgLz4gTmV4dB4YRmluaXNoUHJldmlvdXNCdXR0b25UZXh0BTA8aW1nIHNyYz0iL2ltYWdlcy9sdC5naWYiIGJvcmRlcj0iMCIgLz4gUHJldmlvdXMeGEZpbmlzaENvbXBsZXRlQnV0dG9uVGV4dAU8PGltZyBzcmM9Ii9pbWFnZXMvcnQuZ2lmIiBib3JkZXI9IjAiIC8+IEZpbmlzaGVkIChHb3RvIFNpdGUpZA5oFgJmD2QWBAIBD2QWAmYPZBYCZg9kFhZmD2QWBgIBDw8WAh4EVGV4dAUxRG90TmV0TnVrZSBJbnN0YWxsYXRpb24gV2l6YXJkIC0gVmVyc2lvbiAwNC4wOS4wM2RkAgMPDxYCHwQFigQ8cD5XZWxjb21lIHRvIHRoZSBEb3ROZXROdWtlIEluc3RhbGxhdGlvbiBXaXphcmQuIFRoaXMgd2l6YXJkIHdpbGwgZ3VpZGUgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiBvZiB5b3VyIERvdE5ldE51a2UgQXBwbGljYXRpb24uPC9wPg0KPHA+WW91IG1heSBuYXZpZ2F0ZSB0aHJvdWdoIHRoZSBXaXphcmQgdXNpbmcgdGhlIE5leHQgYW5kIFByZXZpb3VzIGJ1dHRvbnMuICBPbiBzb21lIHBhZ2VzIHlvdSB3aWxsIHNlZSBhIHRoaXJkIGJ1...]

[HttpException (0x80004005): Validation of view_state MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.]
   System.Web.UI.view_stateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +106
   System.Web.UI.view_stateException.ThrowMacValidationError(Exception inner, String persistedState) +14
   System.Web.UI.ObjectStateformatter.Deserialize(String inputString) +242
   System.Web.UI.ObjectStateformatter.System.Web.UI.IStateformatter.Deserialize(String serializedState) +4
   System.Web.UI.Util.DeserializeWithAssert(IStateformatter formatter, String serializedState) +37
   System.Web.UI.HiddenFieldPageStatePersister.Load() +207
   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +105
   System.Web.UI.Page.LoadAllState() +43
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
   System.Web.UI.Page.ProcessRequest() +80
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +49
   ASP.install_installwizard_aspx.ProcessRequest(HttpContext context) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

 

There are only 3 changes that I have made so far to ANYTHING in the downloaded "Install" version. I changed the following in the web.config file. Im encluding this just in case maybe I goofed something up in there.

 

First

name="SiteSqlServer"    

connectionString="Server=(xxxxxxx);DATABASE=xxxxxxxxx;uid=xxxxxxx;pwd=xxxxxxxxx;"
      providerName="System.Data.SqlClient" />

Second

compatability - legacy modules
    <add key="SiteSqlServer"

value="Server=xxxxxxx;DATABASE=xxxxxxx;uid=xxxxxxx;pwd=xxxxxxxx;"/>

Third (Changed to "off")

</compilation>
  <!-- permits errors to be displayed for remote clients -->
  <customErrors mode="Off"/>
  <!-- forms or Windows authentication -->
  <authentication mode="forms">

 

 

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Error after ErrorError after Error


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