How can i resolve a virtual path to a file into a path, suitable for the browser, from within a generic .ashx handler?
I have the following code: public class NavigationPath { private string menuItems = \"<li>\" + \"<a href=\\\"#\\\">home</a>\" +
I use ResolveClientUrl to include css files in my page. When launched through web-server everything is OK, but in design mode css styles are not applied to the page. I use VS 2010 beta 2.