I have application files under "C:\$\TestA pp".
there is a test.xml file under "C:\$\TestApp\t est.xml"
I made a virtural directory in IIS as "TestApp"
currently in application, "Request.MapPat h( string)" is used to get the full
filepath.
the result is like @"c:\inetpub\ww wroot\TestApp\t est.xml"
but the real path is @"c:$\TestApp\t est.xml".
What should I use to get the real path?
Thanks
there is a test.xml file under "C:\$\TestApp\t est.xml"
I made a virtural directory in IIS as "TestApp"
currently in application, "Request.MapPat h( string)" is used to get the full
filepath.
the result is like @"c:\inetpub\ww wroot\TestApp\t est.xml"
but the real path is @"c:$\TestApp\t est.xml".
What should I use to get the real path?
Thanks
Comment