<head runat="server">
<%
#if DEBUG
%>
<script src="jquery-1.3.2.js" type="text/javascript"></script>
<%
#else
%>
<script src="jquery-1.3.2.min.js" type="text/javascript"></script>
<%
#endif
%>
</head>
Works for me - note that this is based on the attribute value debugin the element of <compilation>the web.config file.
Change response to comment
Ah, so you also add controls to the head through code? Then you probably have to add this dynamically and from the code. Besides,
-, IntelliSense Visual Studio, , , :
VS2008 SP1 "-vsdoc.js" IntelliSense
jquery-1.3.2.min-vsdoc.js VS .