I encountered the same problem - one of these two responses may fix the problem. Check to see if the problem persists
on another machine. I found that it only existed on my development machine.
Actually when i run my project on localhost , it is running but if i give the Machine ip address in stead of localhostit is giving error like" name was started with an invalid character" please guide me regarding this...
guitu
Member
5 Points
1 Post
A name was started with an invalid character
May 23, 2005 03:28 PM|LINK
in: http://localhost/IssueTracker/Default.aspx
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/IssueTracker/Default.aspx'. Line...
PegasuZ
Member
10 Points
2 Posts
Re: A name was started with an invalid character
May 25, 2005 10:08 AM|LINK
this will make it work ;)
Greetz,
P
docluv
Star
12685 Points
2005 Posts
ASPInsiders
MVP
Re: A name was started with an invalid character
Apr 08, 2006 01:25 AM|LINK
Check out this Blog, it may be a case sensative thing.
http://professionalaspnet.com/blogs/aspnet_blog/archive/2006/04/07/A_name_was_started_with_an_invalid_character_Error_processing_resource.aspx
MorningZ
Star
8849 Points
1822 Posts
Re: A name was started with an invalid character
Sep 10, 2006 01:58 AM|LINK
** edit **
Sorry, i didn't notice this was the issue tracker forum (came right to this topic from a google hit)... i posted it in the general forum instead
tgardner
Member
2 Points
1 Post
Re: A name was started with an invalid character
Jan 17, 2007 07:31 PM|LINK
I encountered the same problem - one of these two responses may fix the problem. Check to see if the problem persists on another machine. I found that it only existed on my development machine.
Case sensitivity
http://professionalaspnet.com/blogs/aspnet_blog/archive/2006/04/07/A-name-was-started-with-an-invalid-character-Error-processing-resource.aspx
Development Machine vs regular user
http://support.microsoft.com/kb/892951
sharris
Member
7 Points
2 Posts
Re: A name was started with an invalid character
Jan 26, 2007 02:26 PM|LINK
This happened to me using VS Web Dev Express.
I was able to fix it by going into IIS, then the properties of the site, ASP.NET TAB.
The ASP.NET Version was blank in the drop down for some reason. Once I selected I was able to resolve it.
shahrinn
Member
4 Points
2 Posts
Re: A name was started with an invalid character
Jul 18, 2007 07:56 AM|LINK
sonaliagrawa...
Member
2 Points
1 Post
Re: A name was started with an invalid character
Oct 04, 2007 09:53 PM|LINK
I have tried everything that you have mentioned here.. It does not work for me. Please help!
MarcRosoe
Member
2 Points
1 Post
Re: A name was started with an invalid character
Feb 15, 2008 12:34 PM|LINK
I also have the same issue. I have tryed to reinstall IIS and ASP.NET 2.0 also did the aspnet_regiis -i and -e to not avail.
I am running server 2003 with IIS 6.0.
I am trying to open the website VIA local path \\HOST\inetput\wwwroot\default.aspx
Any other suggestions?
arti.manathk...
Member
22 Points
10 Posts
Re: A name was started with an invalid character
Apr 09, 2008 06:20 AM|LINK
Actually when i run my project on localhost , it is running but if i give the Machine ip address in stead of localhostit is giving error like" name was started with an invalid character" please guide me regarding this...
Thanks if any help is found