Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
IIS GroupsView
Inetserver Asp Db
Inetserver Asp General
Inetserver Iis
Inetserver Iis Security
Frontpage Client
Frontpage Extensions Windowsnt
Frontpage Programming

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Inetserver Iis Posts  Ask A New Question 

Random blank pages

Nenefta posted on Thursday, March 08, 2007 9:55 AM

Hi all,


we're working with asp on IIS 6.0 on Windows 2003.
Every now and then, when I request a certain page, the response is
completely blank.  The request gets executed on the server however, so
data is being added to a database and email is sent. I tried putting
response.write "hello" and response.flush as the first two lines to no
avail.

I've searched the web and have come up with issues for IIS 4 and so
on( e.g. http://www.kbalertz.com/Q188352/Caching.Cause.Errors.Blank.Pages.aspx)

I was thinking there could be some kind of caching going on, so I put
this in my asp file:

Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "private, no-cache, must-
revalidate"
Response.ExpiresAbsolute = Now() - 2
Response.CacheControl = "no-cache"

(anything to keep it from caching...)

Anyone any direction?

Greets,
Nenefta
reply


Previous Microsoft Inetserver Iis conversation.