My menu works properly on my local machine, but not on the host server.
How do I find out which version of asp.net is being used on my local machine?
How can I set web.config statements that specify a asp.net version?
I realize that this may require a different web.config file to be published to the server.
Thanks,
It's a 3rd party control??
On the Visual Studio you go to WebSite/Start Option /Build and you will see the Framework that you're using
To Set The TArget Framework on the Web.Config
<system.web>
  <compilation debug="false" strict="false" explicit="true" targetFramework="4.0" />
</system.web>
Also double check that the Control, if is a 3rd party control, gets into the Web.Config on the host server and CHeck in both browser(Mozilla Firefox and IE just in Case)