I am using the <urlMappings> element in my Web.config file as follows:
<urlMappings enabled="true">
<add url="~/worldnews.aspx"
mappedUrl="~/viewlinks.aspx?category=World+News§ion=Main"/>
</urlMappings>
Visual Studio 2005 has
§ion
selected, and when I hover over this, it says:
Expecting ';'.
What do I need to change to correct the syntax without changing the URL that
will be mapped to? Thanks.

Signature
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
Siva M - 20 Jun 2007 07:41 GMT
Mark & as &
> I am using the <urlMappings> element in my Web.config file as follows:
>
[quoted text clipped - 13 lines]
> What do I need to change to correct the syntax without changing the URL that
> will be mapped to? Thanks.