Thanks for responding so quickly, it actually confused me a bit - I took notification of your response for a confirmation of the post itself and did not look at it until now - sorry.
As far as I remember the problem was either that I did not copy the .dll from development to production or that our admin tinkered with security and/or database permissions. Now the code works fine.
However there still are few items where I could use some guidance:
1) How to bring a working project from web server to development machine for modifications?
2) What should be my steps if I need to modify few pages and do not have project on my development computer? How do I incorporate changes in .aspx.vb for these few pages into single .dll assembly for the project?
3) What are references to objects, where are they defined (setup) and how they work?
The documentation has 100s times more info than I need, I did not find a short simple explanation yet...
4) Can I have different project names on development and on web server for the same code or they must be the same (how is "project name" related to namespaces?) I tried to create a project on my development machine with the same name as in production but VS2003 would not let me. It claims that "another project already exists in the folder '\'" and I do not see it anywhere... Then I created new solution and was able to create an empty project with same name as in production. Should I now simply copy all files and folders from production server down to my development machine overriding files created for that project (AssemblyInfo.vb, Global.asax, Styles.css, Web.config and WebForm1.aspx)? After I make changes and build it locally I should be able to upload changed .aspx files and .dll created during the build process? The changed .vb files are needed simply for integrity of the code but they are not used, .dll is used instead, right?
5) Step-by-step guide for upgrading an ASP.NET 1.1 Project to ASP.NET 2.0 - I assume there should be some good "to the point" steps, can you point me to one or more please?
6) Step-by-step guide for changing data sources from using built-in SQL to Stored Procedures (if it exists). If you do not know of one, maybe just say few words on what direction to go and I will do my best...
Thanks a lot in advance