We have a .net 2.0 folder and a .net 3.5 folder in our web application. I am able to simply upload a new .vb file and see the changes in 2.0 without having to compile and upload the build. However, In 3.5 it seems I only see my changes after doing a compile and uploading the build. Does anyone know what is forcing me to have to compile my .net 3.5?
Many Thanks
It sounds to me like your 3.5 project was created as a “Web Application” rather than a “Web Site.” The former requires compilation, while the latter does not.