| I have a asp site, that works fine in Windows XP, but fails in Linux with the
exact same parameters. I turned on detailed debug logging, and here are the
differences:
XP:
11:36:56 Debug: Changing link extension
psw.ent.cginet/cginet/Sales_Support_Materials/index.asp to .html
11:36:56 Info: engine: save-name: local name:
psw.ent.cginet/cginet/Sales_Support_Materials/index.html ->
psw.ent.cginet/cginet/Sales_Support_Materials/index.html
11:36:56 Debug: Record:
psw.ent.cginet/cginet/Sales_Support_Materials/index.asp ->
E:/Dans_Portable_Data/tss/psw.ent.cginet/cginet/Sales_Support_Materials/index.html
While on Linux:
12:29:56 Debug: Changing link extension
psw.ent.cginet/cginet/Sales_Support_Materials/index.asp to .0.delayed
12:29:56 Info: engine: save-name: local name:
psw.ent.cginet/cginet/Sales_Support_Materials/index.0.delayed ->
psw.ent.cginet/cginet/Sales_Support_Materials/index.0.delayed
12:29:56 Debug: Waiting for type to be known:
psw.ent.cginet/cginet/Sales_Support_Materials/index.asp
Why is it index.o.delayed on linux?
Thanks in advance | |