asp classic - get AppFriendlyName of currently executing web page in global.asa? -


I need access to the Global IAS application's AppFriendlyName. Application_Start Event (Classic ASP)

I am looking for the equivalent of HTTPCTX. Global. Aception. In APCPCP, in Global. ASX (ASP.Net)

Is there any way to do this?

Thank you for your help!

Jerome Wagner

There is a way to do this ..

  path = request. White ("URL") condition = INStr (2, path, "/", 1) Answer. Write correct (left (path, position -1) position -2) & amp; "
"

While it may not look good on eyes;)

Update: Which course does not work in Global. Because you can only use the request Session_OnStart and Session_Onand Object in my bad, sorry.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -