Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Preview gives blank page
Paul
When users click on .html files from within a workarea they get a blank page. View Source shows the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
These files are all good files and when I edit them the code is all there.
I have seen this before and I vaguely remember the solution being an IIS solution but I just can't put my finger on it. We are using TEamSite 6.1 on a Windows 2003 server. Can anybody offer me that memory jogger I so desperately need.
Find more posts tagged with
Comments
nipper
Old fix I had from long ago, may be the issue (IIS caching):
run regedit
HKEY-LOCAL-MACHINE
SYSTEM
CurrentControlSet
services
Inetinfo
Parameters
select Param in the left pane
One the edit menu click new, Point to Key, then to DWORD
In the right pane, name DisableMemoryCache, doublelick , change value to 1.
OK and Exit.
HTH
Andy