I have an application where I have Server.MapPath("\Person\Account") While I run in debugging mode, the path converts to the network name \\Machine01\Person\Account.
However, if I use the deployed site, it comes up as "C:\Person\Account" while I'm expecting \\WebServer01\Person\Account"
I do lack some core knowledge about paths here. Help required.