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...Upgrading DNN P...Upgrading DNN P...upgrade error from 06.00.00 to 06.01.00upgrade error from 06.00.00 to 06.01.00
Previous
 
Next
New Post
11/2/2011 11:10 PM
 
Yes, my web.config has a location node.  What do I do with it?
 
New Post
11/3/2011 1:04 AM
 
I commented out the location node and the upgrade was successful. Unfortunately my child app is now broken, even after I put the location node back in the web.config.

If I find a solution to the child app problem I'll post it.
 
New Post
11/3/2011 1:50 AM
 
Okay, I resolved the problem with the 6.00 to 6.01 upgrade.  The problem was caused the location node I had previously wrapped around the system.web node in the web.config file to make my child app work.  After the failed upgrade, I restored and tested the website and then commented out the location node before attempting the upgrade again.  The upgrade worked fine but my child app was broke.<br /> <br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">location</code> <code style="color: #808080;">inheritInChildApplications</code><code style="color: #000000;">=</code><code style="color: blue;">"false"</code><code style="color: #000000;">></code></span></div> <div style="background-color: #f8f8f8;"><span><code>     </code><span style="margin-left: 15px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">system.web</code><code style="color: #000000;">></code></span></span></div> <div style="background-color: #ffffff;"><span><code>     </code><span style="margin-left: 15px ! important;"><code style="color: #000000;"></</code><code style="color: #006699; font-weight: bold;">system.web</code><code style="color: #000000;">></code></span></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;"></</code><code style="color: #006699; font-weight: bold;">location</code><code style="color: #000000;">></code></span></div> </div> <br /> To get the child app to work I added the following:<br /> <br /> <div class="reCodeBlock" style="border: 1px solid #7f9db9; overflow-y: auto;"> <div style="background-color: #ffffff;"><span style="margin-left: 0px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">system.webServer</code><code style="color: #000000;">></code></span></div> <div style="background-color: #f8f8f8;"><span><code>        </code><span style="margin-left: 24px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">modules</code><code style="color: #000000;">></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #008200;"><!--Added this entire modules seciton to block inheritance from DNN Webconfig 6.00--></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"ScriptModule"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"Compression"</code>  <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"RequestFilter"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"UrlRewrite"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"Exception"</code>  <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"UsersOnline"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"DNNMembership"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"Personalization"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"Analytics"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"RadUploadModule"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #008200;"><!--Added these 2 entires  to block inheritance from DNN Webconfig 6.01--></code></span></span></div> <div style="background-color: #ffffff;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"ClientDependencyModule"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #f8f8f8;"><span><code>            </code><span style="margin-left: 36px ! important;"><code style="color: #000000;"><</code><code style="color: #006699; font-weight: bold;">remove</code> <code style="color: #808080;">name</code><code style="color: #000000;">=</code><code style="color: blue;">"MobileRedirect"</code> <code style="color: #000000;">/></code></span></span></div> <div style="background-color: #ffffff;"><span><code>        </code><span style="margin-left: 24px ! important;"><code style="color: #000000;"></</code><code style="color: #006699; font-weight: bold;">modules</code><code style="color: #000000;">></code></span></span></div> <div style="background-color: #f8f8f8;"><span style="margin-left: 0px ! important;"><code style="color: #000000;"></</code><code style="color: #006699; font-weight: bold;">system.webServer</code><code style="color: #000000;">></code></span></div> </div> <br /> <br />  Everything seems fine now and my DNN app certainly seems faster with the 6.01 upgrade.
 
New Post
11/3/2011 10:23 AM
 
I did get this resolved and it was partly caused by the location node.  I wrote a detailed explanation of how I fixed it that included code samples, but it would not preview correctly and appears to have never posted (yes, I used the Format Code Block utility).  The editor control for this forum seems to be buggy.  I even tried to re-post using Chrome instead of Firefox.

 
New Post
11/3/2011 1:21 PM
 
not locale node found in the webconfig file , granted all to network service (the only option in my hosting account) and the problem persist.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...upgrade error from 06.00.00 to 06.01.00upgrade error from 06.00.00 to 06.01.00


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