I have an ASP.net site that I am testing on a local machine (localhost) running IIS and .NET Framework.
The site runs, but the Javascript Menu won't. Are there any IIS setting required?
RossWal
6:21 pm on Mar 1, 2004 (gmt 0)
THe execution of the javascript is all client side and IIS should have no bearing. From the browser view the html source and see if it all lloks as you wouls expect (correct javascrip includes, paths, etc.)