whenever i needed to test my web site, i used to press ctrl and f5. i recently installed installed iis service.
kept an html page accessed it from host
kept an fully developed default.aspx page in the www directory tried to access gave error of XML something....
that means i can only use HTML pages, ?
so what to do if i am using c# asp.net?
current i do not have the computer with iis installed so i cannot post the exact error message
it was something like
can not render XML
(then it said something like unknown line)
"<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="_Default" %>"