What is the Alternative of Server.mapPath in Windows Mobile 6.0 When I m using C# in developing.
What is the alternate of Server.mapPath in Windows Mobile 6.0?
Collapse
X
-
Tags: None
-
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\ww wroot\jobs\appl y\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 -
Comment