Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?