I am trying to convert a 2.0 web site into a 4.0 web application project.
Everything went OK in doing this on my local machine but as soon as I get the application published and put out on a win2k8 server, the application no longer has access to the scriptmanager ASMX files.
Now, with 4.0 it doesn't put the .vb for the ASMX in the app_code folder, where as in the past it did. I think that was important for this to work but I can't remember.
My services were recreated and moved to the root of the application and that doen't work either.
Can you still use this functionality in a 4.0 web application? If so how?