okroll
05-24-2005, 11:48 PM
hi,
i try to convert asp-sites to asp.net (language jscript).
the new aspx-sites are shown without any problems. BUT the pages working with application/sessions varīs which are initalized in Application_Start and Session_Start.
but it seems, that my global.asax does never receive this events, couse the variables are not set...
some of my varīs looks like:
Application("usercount") = 0;
Session("user_valid") = false;
my global.asax starts with:
<script LANGUAGE="JScript" RUNAT="Server" SRC="app.inc"></script>
<script LANGUAGE="JScript" RUNAT="Server" SRC="config.inc"></script>
<script language="JScript" runat="server">
....
</script>
any help would be great
okroll
i try to convert asp-sites to asp.net (language jscript).
the new aspx-sites are shown without any problems. BUT the pages working with application/sessions varīs which are initalized in Application_Start and Session_Start.
but it seems, that my global.asax does never receive this events, couse the variables are not set...
some of my varīs looks like:
Application("usercount") = 0;
Session("user_valid") = false;
my global.asax starts with:
<script LANGUAGE="JScript" RUNAT="Server" SRC="app.inc"></script>
<script LANGUAGE="JScript" RUNAT="Server" SRC="config.inc"></script>
<script language="JScript" runat="server">
....
</script>
any help would be great
okroll