Developer forum

Forum » Development » Internet Explorer cannot display the page

Internet Explorer cannot display the page


Reply

I have copied a running DW site to a Customer server running vmware configured with 2Gb memory as stated in the installation guidelines. (Other installtions i have done before all had 4Gb)

The solution database is running on SQL situated on another server.

But it fails totally with an "Internet Explorer cannot display the page" and in the server application eventlog i get the following:

 

 

Event code: 3005

Event message: An unhandled exception has occurred.

Event time: 2/10/2009 11:30:13 PM

Event time (UTC): 2/10/2009 10:30:13 PM

Event ID: c91ae4216304462695286046df8c0102

Event sequence: 13

Event occurrence: 4

Event detail code: 0

 

Application information:

Application domain: /LM/W3SVC/1/ROOT-1-128787769573007110

Trust level: Full

Application Virtual Path: /

Application Path: D:\Dynamicweb\kirudan.net.dynamicweb.dk\Application\

Machine name: DKKIR0100VM

 

Process information:

Process ID: 2448

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://intranet.kirudan.local/Default.aspx

Request path: /Default.aspx

User host address: 127.0.0.1

User:

Is authenticated: False

Authentication Type:

Thread account name: NT AUTHORITY\NETWORK SERVICE

 

Thread information:

Thread ID: 5

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.HttpResponse.End()

at Dynamicweb.Base.we(Object obj)

at Dynamicweb.Database.GetConn(String strDatabase)

at Dynamicweb.Database.ExecuteScalar(String SQL, String Database)

at Dynamicweb.Modules.Common.DbHandler.ExecuteScalar(String sql, String db)

at Dynamicweb.Modules.Common.DbHandler.ExecuteInt(String sql, String db)

at Dynamicweb.Admin.Global.Session_Start(Object sender, EventArgs e)

at System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e)

at System.Web.SessionState.SessionStateModule.CompleteAcquireState()

at System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData)

at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 

 

Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Lars

 

Sorry - can't give you a solution for this...

 

in internet explorer you should disable "Show friendly http error messages" (Tools, Options, Advanced). Then IE would give you the appropriate error.

 
Reply

That won't necessarily tell you, what's wrong if it's not a 500 error. I'm mentioning this because just this week I received the same message in my browser when testing out some code I wrote. Turned out that I had infinite server side redirect to the same page.

 

We may not have the opportunity to forget RS.MoveNext any more, but there are still other ways of reaching infinity:)

 
Reply

Well

I fount out that Framework 3.0 was not installed.

After that was don, it ran perfectly..

 

You must be logged in to post in the forum