In a Web app I inherited, it runs fine in production (about 1000 miles from here). I need to add some new features, but I can't even run it right unmodified locally in the ASP .Net Development Server.
In my web form I have a menu control with 3 items. The first one shows with a black triangle pointing to the right, because it has three sub menu items. I cannot get the sub menu items to appear. The aspx source shows the sub items that I expect to see but
cannot. No amount of clicking the first menu item will expand it.
Keeping in mind that the identical system works fine in production under IIS, what will I need to get it to work for in in the development server?
Thanks,
Go to the complete details ...