hi,
I wish to know the clear explanation about server.MapPath.can anyone explain me.
Thank you,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jan 30, 2011, 1:24 PM
So other members can easily find the answers.
kishan gajjarPosted Jan 27, 2011, 12:04 PM
When you host you website on server at that time you dont know the physical path of you hosting space..
So when you will try to upload any file to server ,you need to pass it full address..
at that time Server.MapPath will get the server's full physical path till your root director..
If you want more explanation then let me know..
Suthish NairPosted Jan 27, 2011, 11:46 AM
also