my guess is that u would have to write a session_onstart code for the same
to work.
any comments from other guys are also welcome, this is just my opinion as i
have not worked on this aspect ever.
bharat
----- Original Message -----
From: "manapad manavai" <man_chennai@y...>
To: "Interdev_Programming" <interdev_programming@p...>
Sent: Thursday, March 21, 2002 10:23 AM
Subject: [interdev_programming] global.asa does not respond
> My problem is this:
>
> I have a intranet site thro virtual directory. the
> site has also an application. Inside the physical
> directory , i have got one more subdirectory . and i
> have directed another site to this subdirectory. In
> this subdirectory i also have a global.asa file. In
> the global.asa file, I just have the code for
> response.redirect to the index page of the
> subdirectory so that book marking any other page won't
> work and it will lead only to the index page for
> security reason.
> But when i do that bookmarking lead to the bookmarked
> page only. it means global.asa file does not respond.
>
> this is the code i have in the global.asa file.
>
> <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
> Response.Redirect "index.asp"
> </SCRIPT>
> My question is whether i have to write application
> onstart code, or session onstart code etc to make it
> work properly?
>
> Fritz
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Movies - coverage of the 74th Academy Awards®
> http://movies.yahoo.com/
>
>