Ask a Question related to ASP.NET General, Design and Development.
-
Lloyd Dupont #1
how to get application path ?
when I'm in a page or a control I could write
MapPath(anUrl);
to get local (on disk) path of an URL.
however I'm writting an HttpHandler, and I struggle to find similar
functionality.
any thought ?
Lloyd Dupont Guest
-
Setting Return Path Application Wide
Hello, We were running CF 5 on our old server, and everytime we did a mailing using our custom built cf mailmanager, the failed deliveries would be... -
Web Application folder path
Anyone know how to get a path to your web application's folder at design time? I've tried using MapPathSecure in the OnInit call, but no luck. -
Convert text path back to regular path
Im sure this has been covereed beofre , but I want to take an oddly shaped pathy that I have converted to a text path, and revert it to a regualr... -
How to get the application path
Hello, I have an ASP.NET web application on this place: C:\webapplications\portal\ Inside my C# class I tried to get the application path like... -
New Path for Application
If there is no place in the application to specify the location, and there is no registry key, or .ini file for the program that contains the path,... -
Ravikanth[MVP] #2
how to get application path ?
Hi
Use Request.ServerVariable("APPL_PHYSICAL_PATH") to get
physical path
HTH
Ravikanth
find similar>-----Original Message-----
>when I'm in a page or a control I could write
>MapPath(anUrl);
>
>to get local (on disk) path of an URL.
>however I'm writting an HttpHandler, and I struggle to>functionality.
>
>any thought ?
>
>
>.
>Ravikanth[MVP] Guest



Reply With Quote

