Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Application.StartupPath is c# code for finding path of our application. here i want writting code in wcf what is that code for path of our application
Posted

 
Share this answer
 
Comments
Abhinav S 26-Sep-11 1:23am    
My 5. However, you can also use ApplicationPhysicalPath.
Pravin Patil, Mumbai 26-Sep-11 1:32am    
My 5 too..
SAISAGAR nalla 26-Sep-11 1:42am    
here i want windows applicantion path not wcf application path. here i am using wcf concept getting windows application path. how?
You can also try
C#
System.Web.Hosting.HostingEnvironment.ApplicationPhysicalPath;
.
 
Share this answer
 
Comments
SAISAGAR nalla 26-Sep-11 1:42am    
here i want windows applicantion path not wcf application path. here i am using wcf concept getting windows application path. how?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900