I Have Asp.Net Project, I Cant Use Well from Mappath method. when i using this, for example :
response.redirect(mappath("."));
this line redirect to root, but anything occer for me, My question is :
is any different between :
response.redirect(mappath("."));
and
response.redirect("/");
second line working fine !