|
|
Sergey Kornilov admin 5/10/2010 |
|
Unless I'm missing something there is no need to modify login.asp file you point it to the same login table. |
|
|
M
|
manan author 5/10/2010 |
|
Unless I'm missing something there is no need to modify login.asp file you point it to the same login table. Probably you need to clarify a little bit why you need to modify login.asp manually.
|
|
|
|
Sergey Kornilov admin 5/11/2010 |
|
I see what you saying. Here is how you can make it work using events. strPage= Request.ServerVariables("SCRIPT_NAME")
|
|
|
M
|
manan author 5/11/2010 |
|
I see what you saying. Here is how you can make it work using events. In applications 2 and 3 you can use AfterAppInit global event and the following code: strPage= Request.ServerVariables("SCRIPT_NAME")
|
|