[Mono-devel-list] ASP.NET question

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Apr 26 06:50:35 EDT 2004


El dom, 25-04-2004 a las 18:48, Christian Mol escribió:
> Hi,
> 
> Currently I am translating the ASP.NET portal starterkit to Delphi and
> make some adjustments to it. A minor problem does
> come up however.
> In IIS you can use the ~ in your urls like this
> 
> <asp:imagebutton imageurl="~/images/delete.gif" commandname="delete"
> alternatetext="Remove user from this role" runat="server"
> id="Imagebutton1"/>
> 
> Under IIS this is translated in the application root if I'm right.
> However when running the same site under Apache/Mod-mono the ~ is
> something else.
> Who is responsible for the translation of the ~? Apache / mod-mono? Can
> I get it to behave the same as in IIS?

mod-mono-server.exe should translate that. If it doesn't, please file a
bug report.

-Gonzalo




More information about the Mono-devel-list mailing list