|
XML Parsing Error: not well-formed
Location: http://localhost/body180/AboutUs.aspx
Line Number 1, Column 2:
%@ Page MasterPageFile="~/Body180.Master" Language="vb" AutoEventWireup="false"
CodeBehind="AboutUs.aspx.vb" Inherits="Body180.AboutUs" %
-^
This error happned while trying to open http://localhost/applicationname
Seems to be a problem with IIS
I tried this as mentioned in one site.
1. Open ASP .NET Command Prompt
Start -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Tools -> Visual Studio 2005 Command Prompt
2. Type in aspnet_regiis -i & Press enter to register asp .net 2.0 to iis
aspnet_regiis -i
This did not work for me
So I tried
http://localhost/
There was a page error
I figured of this would be a problem with IIS and went to
Finally I got it fixed this is what I did.
Start -> settings -> control panel -> Add Remove Programs
Selected Add Widows components
Unchecked Internet Information Server (IIS)
and clicked on next to uninstall it
Once I was uninstalled i followed the same process. This timed checked iis insted of
uncheck to re install iis
Start -> settings -> control panel -> Add Remove Programs
Selected Add Widows components
Checked Internet Information Server (IIS)
and clicked on next
Again registered .net with iis
1. Open ASP .NET Command Prompt
Start -> Programs -> Microsoft Visual Studio 2005 -> Visual Studio Tools -> Visual Studio 2005 Command Prompt
2. Type in aspnet_regiis -i & Press enter to register asp .net 2.0 to iis
aspnet_regiis -i
and lo
It did the trick it started to work .
Cheers.
Murugan
|