Click to See Complete Forum and Search --> : Server IP


THY02K
February 14th, 2005, 11:09 PM
I can retrieve server address from Session_Start as follows:

ServerAddr = Request.ServerVariables("LOCAL_ADDR")

How do I do that from "Application_Start"? Thanks in advance.