I'm using a server variable to determine the path of my JS, CSS, and Images. However when I'm viewing them in Visual Studio "Design" view, the IDE will not be able to determine the path. See snippet below.
<link type="text/css" href="Stylesheets/<%=CSSVersion%>/Base.css" rel="stylesheet" />
CSSVersion would be configured on the codebehind and pulled from the web.config folder.
My question here is, is there a plug-in or a feature in VS that will allow me to replace any occurrence of this variable WITHOUT modifying the code by hand or via a macro.
I'm running Visual Studio 2008 SP1 w/Resharper.