Just started ASP.
Could anyone tell me why when i go to IIS Browse on the following file with this code
<%@ Page Language="C#" %>
Hello World
I then end up with this message on the browser
XML Parsing Error: not well-formed
Location: http://localhost/AspStepByStep/HelloAgain.aspx
Line Number 1, Column 2:<%@ Page Language="C#" %>
-^
Regards
Joe
Joseph ShanahanPosted Aug 17, 2007, 3:54 AM
aspnet_regiis -i
It installs iis.
I thought I had installed it correctly, but maybe not.
Joe
Munir ShaikhPosted Aug 14, 2007, 4:57 AM
Hi,
Check by creating new page if same error occured then
This means ASP.NET is not correctly installed on the server. Try re-installing ASP.NET.
Regards,
>>Munnamax