Skip to main content

Answered Question Server.MapPath from RIA ServiceRSS Feed

(0)

sethian
sethian

Member

Member

40 points

47 Posts

Server.MapPath from RIA Service

I need access to

System.Web.HttpServerUtility.MapPath()

from within a RIA Service, but I can't find a reference to the Server object normally exposed by IIS.  My service is in a RIA library, but that shouldn't make a difference.  Any help is greatly appreciated.

 Thanks

hp4444
hp4444

Member

Member

170 points

115 Posts

Answered Question

Re: Server.MapPath from RIA Service

Sounds like

 httpcontext.current.server.mappath(...

sethian
sethian

Member

Member

40 points

47 Posts

Answered Question

Re: Server.MapPath from RIA Service

Yes, thank you....long day....brain overload

  • Unanswered Question
  • Answered Question
  • Announcement