Connecting Tech Pros Worldwide Forums | Help | Site Map

What is the alternate of Server.mapPath in Windows Mobile 6.0?

Member
 
Join Date: Sep 2009
Location: Sunvillage
Posts: 42
#1: Sep 8 '09
What is the Alternative of Server.mapPath in Windows Mobile 6.0 When I m using C# in developing.

codegecko's Avatar
Moderator
 
Join Date: May 2007
Location: United Kingdom
Posts: 395
#2: Sep 9 '09

re: What is the alternate of Server.mapPath in Windows Mobile 6.0?


There isn't one. Server.MapPath is used for turning a relative URL such as ("/jobs/apply/index.html") into an absolute path ("C:\Inetpub\wwwroot\jobs\apply\index.html").

Judging from your other post it looks like you can't locate an XML file in your C# mobile app. I'll post a recommended solution in there.

codegecko
Member
 
Join Date: Sep 2009
Location: Sunvillage
Posts: 42
#3: Sep 10 '09

re: What is the alternate of Server.mapPath in Windows Mobile 6.0?


Thank you Mr. codegecko

thank you for your help.
Reply