When setting up a .NET website on a web server, is there any reason why the page could should, but the C# code doesn't seem to execute? Our network person has just set up a .NET site, and the page renders OK, but the dropdown that should be populated in the Page_Load event is not populated. After changing the Page_Load event by adding some test code to see whether the event runs at all, it does not seem to run. Any ideas why?