|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Request.PhysicalApplicationPathHi,
I want to get the full path of my web application project directory. I am using Request.PhysicalApplicationPath. There is no problem while running my project on my computer. When I create an installer of my project and setup this installer on another computer, Request.PhysicalApplicationPath is a problem. On another computer my project is in "C:\Inetpub\wwwroot\PROJECT", on my computer this project is in "F:\Inetpub\wwwroot\PROJECT". But Request.PhysicalApplicationPath returns "F:\Inetpub\wwwroot\PROJECT" on another computer. I mean that it is not changed. How can I solve this problem? -- huseyin_akturk ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ |
|||||||||||||||||||||||