asp:Menu Not working on webhost

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-03-03T13:46:46Z Indexed on 2010/05/03 10:08 UTC
Read the original article Hit count: 331

Filed under:
|
|

I'm using Visual Studio Web Express 2008 to develop an ASP.Net website. I have a master page that every page inherits from and on that master page I have the asp:menu control. On my local machine the menu control works just fine. The javascript is emitted and the links work as well.

However, when I upload it to my webhost service provider, the javascript is not emitted and my links do not work. I'm getting a feeling that my service provider really doesn't know much about .Net as they suggested that I make sure that I upload the .js files which isn't necessary.

Does anyone have any suggestions that I can give them? They're asking me what requirements are needed. It seems to me that something is not setup on their server properly but according to them, they have .Net 3.5 SP1 installed.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about aspmenu-control