Hi,
I am trying to upgrade a site from 5.4.2 to 5.6.5 (CE), and then to 6.1.1.
Following the wiki recommendations I have copied the site to a new site in IIS (6.0 FW 2.0.50727) . The site works fine.
However, when I copy the 5.6 upgrade files to the site and the call /install/install.aspx?mode=upgrade, My browser (Chrome) eventually times out with the "Error 100 (net::ERR_CONNECTION_CLOSED): The server closed the connection unexpectedly"
The following event is logged in the Application event log. There is no error in the DNN event log:
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 23/11/2011
Time: 08:55:47
User: N/A
Computer: 218584-WEB1
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 23/11/2011 08:55:46
Event time (UTC): 23/11/2011 08:55:46
Event ID: 58918db139ef4d2d854f613591b44ba9
Event sequence: 19
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1380109245/Root-1-129665120048208983
Trust level: Full
Application Virtual Path: /
Application Path: C:\inetpub\wwwroot\<site name>\Isleof<site name>\
Machine name: 218584-WEB1
Process information:
Process ID: 4004
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: The remote host closed the connection. The error code is 0x80072746.
Request information:
Request URL: http://upgrade.<site name>.rs1.peachdigital.net/install/install.aspx?mode=upgrade
Request path: /install/install.aspx
User host address: 188.220.37.242
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[] status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32 doneWithSession, Int32 finalStatus, Boolean& async)
at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean isFinal)
at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush)
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpResponse.Flush()
at System.Web.HttpWriter.Write(String s)
at System.Web.HttpResponse.Write(String s)
at DotNetNuke.Common.Utilities.HtmlUtils.WriteFeedback(HttpResponse response, Int32 indent, String message, Boolean showtime)
at DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion)
at DotNetNuke.Services.Install.Install.UpgradeApplication() in C:\inetpub\wwwroot\<site name>\Isleof<site name>\install\Install.aspx.vb:line 182
at DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\<site name>\Isleof<site name>\install\Install.aspx.vb:line 377
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Has anybody else come across this problem and any suggested workarounds?