I am debugging on the production server using Visual Studio 2005 Express Edition.
I have compiled the website on the production server. I was not able to find a \bin directory and if I remove the aspx.
vb files, I receive an error message that the aspx.
vb file cannot be found. Perhaps the build failed somehow?
Production vs. development appear to be rendering correctly. How would I check if the right version of ASP.NET is selected on the server application? Are other postbacks firing correctly?
What about if you create a very simple page with a couple different controls and see if some simple operations work so you can rule out a fundamental problem? - The simple page shows the same problem behavior.