Hi,
I have a class can be use by either Web Application or
Window Application. Inside of this class, I need to get
the application root. I know I can use
System.web.Http Context.Current .Request.Physic alApplicationP
ath to get the Application Path for Web Application, But
question is:
1) How do I know what type of application(Web or
Window)?
2) How to get the Application Path for the window app?
Thanks!
John Paul
I have a class can be use by either Web Application or
Window Application. Inside of this class, I need to get
the application root. I know I can use
System.web.Http Context.Current .Request.Physic alApplicationP
ath to get the Application Path for Web Application, But
question is:
1) How do I know what type of application(Web or
Window)?
2) How to get the Application Path for the window app?
Thanks!
John Paul
Comment