J
Jon
Hello all,
I have the following urlMapping element in my web.config:
<urlMappings enabled="true">
<clear />
<add url="~/establishments.aspx" mappedUrl="~/
EstablishmentList.aspx?type=1"/>
</urlMappings>
This was taken from help on MSDN. When i try to navigate to
establishments.aspx I just get a 404 Page not found error, rather than
having EstablishmentList.aspx?type=1 served. Can anyone please help?
Thanks,
Jon
I have the following urlMapping element in my web.config:
<urlMappings enabled="true">
<clear />
<add url="~/establishments.aspx" mappedUrl="~/
EstablishmentList.aspx?type=1"/>
</urlMappings>
This was taken from help on MSDN. When i try to navigate to
establishments.aspx I just get a 404 Page not found error, rather than
having EstablishmentList.aspx?type=1 served. Can anyone please help?
Thanks,
Jon