Question
ASP.NET page directive STILL being overwritten in CS4?
I've just downloaded the Studio CS4 trial and was considering
upgrading from CS2/Studio 8, which I've been using for 2-3 years. I
was hoping this would fix the issue I've been having with
Dreamweaver 8 overwriting my ASP.NET page directives from this...
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="login.aspx.vb" Inherits="login" %>
to this...
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
I've followed the directions in this technote, which seems to be the solution I'm after...
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16531
It does not work. It's still happening in CS4. codeOutsideHTMLIsLocked is set to true when I update the template, but the page directive above is still overwritten. Is this really a bug that's been around for 3 versions, or am I missing something?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="login.aspx.vb" Inherits="login" %>
to this...
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
I've followed the directions in this technote, which seems to be the solution I'm after...
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16531
It does not work. It's still happening in CS4. codeOutsideHTMLIsLocked is set to true when I update the template, but the page directive above is still overwritten. Is this really a bug that's been around for 3 versions, or am I missing something?
