I am new to asp.net and rebuilding a site of mine to asp.net from asp classic.
I have an include file with some asp classic code, when I include this file to my asp.net it writes the text in <% which it did not when the file was asp.
<%@ Page Language="vb" AutoEventWireup="false" %>
<%
Response.WriteFile ("header.aspx")
%>
Some people have any idea ?
I have an include file with some asp classic code, when I include this file to my asp.net it writes the text in <% which it did not when the file was asp.
<%@ Page Language="vb" AutoEventWireup="false" %>
<%
Response.WriteFile ("header.aspx")
%>
Some people have any idea ?