I am taking a stab at the dark and what you are tryingto accomplish as I have had similar issues while going to .net 2.0. First, the development environment will not pull down any of your iis settings when you run it through VWD (Visual Web Developer). It is for quick testing only unless you have the info in your web.config or global files. If you have an IIS server running check the asp settings and make sure 2.0 is selected. I had that issue where it would run fine in the development environment but give me a server app error in IIS. If you app runs fine in the development environment, it should run fine in IIS. If your server is seperate from your development machine, make sure .net 2.0 is installed on it and it is selected to use that environment for rendering.
|