How to fix sp1 breaking asp.net remote development on windows 2003??
-
Hello all, I'm in the middle of setting up a windows 2003 server for asp.net (with vb.net 2003) remote development/deployment. The problem is that as soon as I install service pack 1 on windows 2003 I can no longer remotely develop asp.net apps with vs.net 2003. I have set-up servers with all the patches except service pack 1 and they work fine but as soon as I install service pack 1 it breaks the remote development of asp.net. The error I get is that vs.net is "unable to add" files such as the project file (.vbproj) to the remote project. I have made a screenshot of this error , it is at http://www.matcmp.ncc.edu/error-after-sp1.jpg I'm trying to upload via frontpage extensions. I have double checked the IIS settings and front page extensions are enabled and so is asp and asp.net. I have also tried installing all the other updates after sp1 and running security config. wizard and making sure all the ports and iis extensions are enabled but still same error. I have also tried turning off firewall. Some files do get uploaded and a subdirectory does get created on the server but the error occurs and can't develop after that. I know that one recommended way is to develop on local instance of IIS and then upload the project but this won't work in my case because this server is for a college class and students have to be able to work from home. Thanks in advance for any help. -Steve