Having a problem getting iis to recognize my local web site. This is not in
inetpub, but in another location. I receive this message:
"A name was started with an invalid character. Error processing resource
'http://localhost/'. Line 1, Position 2". I've researched this and tried
several things and none work. With different tweaks I get the usual IE
messages: "You are not authorized to view this page", "The page cannot be
displayed, etc.

I've installed all the ISAPI applications. Anyone have any suggestions??
XP Pro sp2
asp.net 2.0.50727
IIS 5.1

Re: localhost by jeff

jeff
Thu Jul 27 22:24:07 CDT 2006

On Wed, 26 Jul 2006 17:42:19 -0700, "jimmyjoe"
<maninthemoon@outerinternet.com> wrote:

>Having a problem getting iis to recognize my local web site. This is not in
>inetpub, but in another location. I receive this message:
>"A name was started with an invalid character. Error processing resource
>'http://localhost/'. Line 1, Position 2". I've researched this and tried
>several things and none work. With different tweaks I get the usual IE
>messages: "You are not authorized to view this page", "The page cannot be
>displayed, etc.
>
>I've installed all the ISAPI applications. Anyone have any suggestions??
>XP Pro sp2
>asp.net 2.0.50727
>IIS 5.1

It's not an IIS issue, it's your code. Look at line 1, position 2 and
post in an ASP.NET group. Make sure you configured the web site to
the correct version of the .NET framework.

Jeff