-->

Monday, December 29, 2014

SiteMapPath not visible in visual studio 2013

SiteMapPath not visible in visual studio 2013

When i run the SiteMapPath in visual studio 2010 then i found that it run successfully. When i run same sitemap file in visual studio 2013 then didn't run. I found the Error, that error is:
.aspx extension
Because visual studio 2013 support hide extension functionally or you can say it provide friendly url to the users. Like
http://localhost:25367/marketus
Here, marketus is the page name, not a directory. So problem structure is:

SiteMapPath not visible in visual studio 2013

Now the solution is, remove .aspx extension of the url attribute from the web.sitemap file. Now you can see after removing the extension.


 Now the output page of the file is:

Read other related articles

Also read other articles

© Copyright 2013 Computer Programming | All Right Reserved