Asked by:
SiteMap problems

Question
-
User-1688878515 posted
I installed the starter kit and let it use ASP.NET 2.0, even though I have 3.5. I didn't change anything and I ran it, but I can't click the project, reports and administration links in the beginning. I have tried to provide links for the web.sitemap but I can't. =/ Any ideas?
Tuesday, March 31, 2009 8:41 PM
All replies
-
User555306248 posted
What kind of error you are getting, can you post the details.
See on Left bottom corner of IE, if there are javascript related error you will see yellow icon
Tuesday, March 31, 2009 11:22 PM -
User-1688878515 posted
It doesn't cause an errors, but when I click the links, it just puts a # at the end of it, like this:
http://localhost:54173/TimeTracker2/TimeTracker/TimeEntry.aspx#
Wednesday, April 1, 2009 6:17 AM -
User555306248 posted
Have you modified the sitemap file, I suggest to check this file
Wednesday, April 1, 2009 11:20 PM -
User-1688878515 posted
Not at all =/
Wednesday, April 1, 2009 11:30 PM -
User-1688878515 posted
Here is the sitemap:
1 <?xml version="1.0" encoding="utf-8" ?> 2 <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > 3 4 <siteMapNode title="" url="" description="foo" roles="*" > 5 <siteMapNode title="Log" 6 url="~/TimeTracker/TimeEntry.aspx" 7 description="Log a time entry" 8 roles="Consultant,ProjectManager,ProjectAdministrator" /> 9 10 <siteMapNode title="Reports" 11 url="" 12 description="Get usage reports" 13 roles="ProjectManager,ProjectAdministrator" > 14 15 <siteMapNode title="Project Reports" 16 url="~/TimeTracker/Report_Project.aspx" 17 description="Get project usage reports" 18 roles="ProjectManager,ProjectAdministrator" /> 19 20 21 <siteMapNode title="Resources Report" 22 url="~/TimeTracker/Report_Resources.aspx" 23 description="Get resource reports" 24 roles="ProjectManager,ProjectAdministrator" /> 25 26 </siteMapNode> 27 28 <siteMapNode title="Projects" 29 url="" 30 description="List of available projects" 31 roles="ProjectManager,ProjectAdministrator" > 32 33 34 <siteMapNode title="Create New Project" 35 url="~/TimeTracker/Project_Details.aspx" 36 description="Create a new projects" 37 roles="ProjectManager,ProjectAdministrator" /> 38 39 40 <siteMapNode title="List Projects" 41 url="~/TimeTracker/Project_List.aspx" 42 description="List of available projects" 43 roles="ProjectManager,ProjectAdministrator" /> 44 45 </siteMapNode> 46 47 <siteMapNode title="Administration" 48 url="" 49 description="Adminitrattive tasks" 50 roles="ProjectAdministrator" > 51 52 53 <siteMapNode title="Create New User" 54 url="~/TimeTracker/User_Create.aspx" 55 description="List of current users" 56 roles="ProjectAdministrator" /> 57 58 <siteMapNode title="List Users" 59 url="~/TimeTracker/User_List.aspx" 60 description="List of current users" 61 roles="ProjectAdministrator" /> 62 63 64 </siteMapNode> 65 66 </siteMapNode> 67 </siteMap> 68
Thursday, April 2, 2009 3:09 PM -
User555306248 posted
It seems to be in condition, Can you please reinstall the application
Thursday, April 2, 2009 11:20 PM -
User-1688878515 posted
I have reinstalled it, I also got the community edition but same thing =/
Friday, April 3, 2009 6:18 AM -
User555306248 posted
Which edition you installed, community edition or regular one
Sunday, April 5, 2009 10:41 PM -
User-1688878515 posted
Both =/Sunday, April 5, 2009 11:07 PM -
User555306248 posted
I installed it my side working well.
Are you sure, you are not getting any javascript error
Monday, April 6, 2009 11:26 PM