I have the identical config, and I was able to get Task Server running. The process was a bit convoluted.
First, I deployed the source code on my Windows 2000 laptop. Next, I copied / recreated the two websites on my server machine. To do this, I copied the directories, then I mapped these directories as virtual directories on my server. Then, I copied the SQL scripts to my server, and executed the "Create_DB" script and then the "Load_Data" script.
The key item to change was in IIS manager. I had to change the identity for the "DefaultApplicationPool". If you change it to be "Local System", the web service was then able to authenticate to the database.
At this point, I changed my config file on my client, and voila, I was up and running with the back end on Win 2K3
Hope this helps |