Forums

ASP

This topic is locked

GLOBAL ASA file

Posted 27 Feb 2006 01:19:51
1
has voted
27 Feb 2006 01:19:51 allan khalil posted:
Greetings guys,

Im using a server located in the US but i need dates to show in AEST (Australian time LCID 3081).

I have created a global.asa file with the following code...

<script language="vbscript" runat="server">

Sub Session_OnStart

'Set the server locale
Session.LCID = 3081

End Sub

</script>

===================
I have also tried both of these... added <!--#include file global.asa --> and without the include...
and still the date shows the same in US time.

Could someone please help?!

Many Thanks

AK

Replies

Replied 08 Mar 2006 14:52:46
08 Mar 2006 14:52:46 Steweb . replied:
Hi !

File global.asa is not possible include in your asp page !

sure that this file is in root folder and check in your page if format time is correct for your country

excuse my english !!

Steweb

visit my website
www.steweb.net

Reply to this topic