Can I access a custom Application page (deployed in Layouts folder of
12 hive) through code and call its Page_Load and other events? I tried
searching a lot, but found no results. I am trying to use
HttpContext.Current. I can use this only in an Application Page and not in a
custom Windows or Console application with System.Web reference, to get the
actual share point context. I can't use SPContext here, unless I can convert
SPContext to HttpContext. I don't need the UI for the application page. I
only need to call it through code in the context of any Share Point web
application. Any help would be appreciated.