I'm running asp.net mvc and have been since last April. All along I have been publishing my site using the Publish feature in Visual Studio. This week, I added some telerik scripts and the jquery 1.4 script. For some reason, when I try to publish, it's failing on the jquery script. All the telerik scripts loaded fine and they are in the same folder. Any ideas?
------ Publish started: Project: Txxx.Sxxx.Web, Configuration: Development Any CPU ------
Connecting to http://exx-txxx.txxxxx.com/sxxxdev/...
Publishing folder /...
Publishing folder App_Data...
Publishing folder App_Data/Uploads...
Publishing folder Content...
Publishing folder Content/2009.3.1320...
Publishing folder Content/Images...
Publishing folder Content/Stylesheets...
Publishing folder DataAccess...
Publishing folder Helpers...
Publishing folder Logs...
Publishing folder Scripts...
Unable to add 'Scripts/jquery-1.4.min.js' to the Web site. Could not find a Web server at 'exx-txxx.txxxxx.com' on port 80. Please check to make sure that the Web server name is valid and your proxy settings are set correctly. If you are sure that everything is correct, the Web server may be temporarily out of service.
Publishing folder Services...
Publishing folder Views...
Publishing folder Views/Account...
Publishing folder Views/Activity...
Publishing folder Views/AdHocCallReport...
Publishing folder Views/Doa...
Publishing folder Views/Fsr...
Publishing folder Views/Home...
Publishing folder Views/Report...
Publishing folder Views/ReqShipment...
Publishing folder Views/ServiceCall...
Publishing folder Views/Shared...
Publishing folder Views/Task...
Publishing folder bin...
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
UPDATE: I actually left the jquery file in the project but deleted all the content in it and it worked fine. When I added the content back then the publish didn't work.