Click here to Skip to main content
15,894,955 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
We have an old application developed in ASP 2.0. We recently converted to ASP.NET 4.0 (using the default converter of VS2012). The menu in this application is dynamically build using xml and user control. There were no errors while converting and works as expected in the local host. But when we uploaded to the server, the menus were not working, the user control which load the menu is not getting displayed.
I tried copying the whole set of files including the .cs files, but it didnt worked.
Please advise how to host the user control in the server.
Posted
Comments
No need to copy the User Control Files to server. My guess is the path of UserControl mentioned in aspx pages are wrong. Please check them out.
maksha 26-Jan-15 12:13pm    
I've checked the path, it is correct.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900