Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
February 09, 2012, 09:11:29 PM

Pages: [1]   Go Down
  Print  
Author Topic: Suddenly getting this: Response object error 'ASP 0156 : 80004005'  (Read 289 times)
JoeLynn26
Newbie
*
Offline Offline

Posts: 1


« on: June 22, 2007, 08:34:09 AM »

Our website (http://www.lords-international.com) was coming up normally, until yesterday (06/21/07).  Now it's not. 

Instead, this error message is:

Response object error 'ASP 0156 : 80004005'

Header Error

/Default.asp, line 14

The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.

If you type in our domain, then add: /index.htm, then it comes up.  What's up?
Logged
Phurian
Intergalactic Superstar
*****
Offline Offline

Posts: 182


« Reply #1 on: June 22, 2007, 09:57:59 AM »

Someone at LP changed the file priority settings in IIS for the pages it looks to display first aparently.

You could edit the default.asp file to read:

Code:
<%
response.redirect "index.htm"
%>

and that should always redirect to the index.htm file if the asp page is set to take priority over htm files in IIS's config.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: