How to get Server Application path.
-
Can any one help me how to get the server application path. I have uploaded the files to the server throught FTP and now i want to prient the appliation path so can any one please help me out how to get the Application path. Thanks in advance. chandu
chandu
-
Can any one help me how to get the server application path. I have uploaded the files to the server throught FTP and now i want to prient the appliation path so can any one please help me out how to get the Application path. Thanks in advance. chandu
chandu
clife537 wrote:
server application path
HttpRuntime.AppDomainAppPath
orServer.MapPath
orAppDomain.CurrentDomain.BaseDirectory
orRequest.Path
orRequest.PhysicalApplicationPath
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT. -
clife537 wrote:
server application path
HttpRuntime.AppDomainAppPath
orServer.MapPath
orAppDomain.CurrentDomain.BaseDirectory
orRequest.Path
orRequest.PhysicalApplicationPath
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Yesterday is a canceled check. Tomorrow is a promissory note. Today is the ready cash. USE IT.