L
Larry Hunt
I am developing a class which will be used in both a WinForm and ASP.NET 2.0
application. The class needs to know which type of application it is running
in. How do you programmatically determine what type of application (WinForm
or ASP.NET) you are currently running in? I have looked at
Environment.UserInteractive but this will not have the right effect when
debugging an ASP.NET application.
Thanks,
Larry
application. The class needs to know which type of application it is running
in. How do you programmatically determine what type of application (WinForm
or ASP.NET) you are currently running in? I have looked at
Environment.UserInteractive but this will not have the right effect when
debugging an ASP.NET application.
Thanks,
Larry