London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
In a site, the Unified file system folder for ~/upload sits outside the web root, say root is c:\inetpub\myweb and upload is c:\inetpub\upload_myweb. I need access to a file in the UFS physically (i want to use ADO.NET to read from an excel file), but Server.MapPath gives me c:\inetpub\myweb\upload\myfile when I want to get c:\inetpub\upload_myweb\myfile which is the actual location. Can I do this?