I had a page node (e.g. Test) under this structure:
Code:
Content
--Home
----en
------Test
and I used to reach it with pointing to this url:
http://localhost/en/test.aspx
Everything worked fine until I changed the name of 'en' node to 'en-US' and tried to reach it with
http://localhost/en-US/test.aspx
I got the error
No node found (http://localhost/default.aspx?umbPage=/test.aspx, '/root/node [@urlName = "test"] | /root/node/node [@urlName = "test"]')but I could reach it with these 2 urls:
http://localhost/en/test.aspx
http://localhost/en-US.aspx/test.aspx
I've already tried to republish everything again, each node, restart IIS and everything seems well except this tiny issue...
Whats wrong!??