Board index » Web Programming » Call Static Methods from Another Application
|
mcourter
|
Call Static Methods from Another Application
Web Programming52
Just wondering what it would take to call a static method in a static class of an ASP.NET 1.1 Web app from a different application. Specifically, I have a little "utility application" (C# Windows desktop application) that I have on my Web server. All of the ASP.NET Web applications on the same server each have a static class with static methods. I'd like to be able to execute the static methods in the ASP.NET Web apps FROM the "utility application" if possible. Do I need remoting to do this, or is there another, perhaps simpler, way? Thanks! - |
