starting problem
hello, i'm a beginner on asp.net, i've just installed vs2k5 and started learning asp.net
i wrote a small program 2 display my name, when i executed it on the browser, it iz displaying some error like XML page cannot be displayed using XSL style... i'm confused why it iz displaying such error, any aspx document i try 2 execute it displays the same error,
the program i wrote is
<%@ Page language="C#" %>
<%
Response.Write("Khurram");
%>
can n.e body help me???
|