web-deployment-project

Heroku — “We're sorry, but something went wrong”

僤鯓⒐⒋嵵緔 提交于 2019-12-04 05:18:27
问题 Hi I'm pretty new on Heroku. I have finished part of my app. Currently I'm working locally, but I want to deploy to Heroku. When I typed heroku logs I got this: 2012-07-30T16:36:27+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this:

Web Deployment Project & TeamCity

走远了吗. 提交于 2019-12-04 04:56:56
I am trying to build a web deployment project 2010 project for a solution. I have installed the Windows SDK and Web Deployment Project 2010 RTW on the build server, as well as copied over the missing .target files for MSBuild. When attempting to build the project it spits out the following error C:\Program Files\MSBuild\Microsoft\WebDeployment\v10.0\Microsoft.WebDeployment.targets(1589, 9): error MSB6004: The specified task executable location "C:\Program Files\MSBuild\Microsoft\WebDeployment\v10.0\aspnet_merge.exe" is invalid. Unfortunately, searching around Google for results about this

Deploy a PHP project from Git to a server that does not have Git installed

血红的双手。 提交于 2019-12-03 16:56:19
问题 I need to find a method of deploying a PHP project stored in a git repo to a staging and production server that do not have git installed . Scripts I've found so far (ie Capistrano) require Git on the target server. Unfortunately, my host does not allow this, and the only way so far is via standard FTP, with which I keep missing files. This makes for an unprofessional look. I would like to be able to deploy from my local git repo, which will check the .git folder on the target to see which

Using VS 2008 Web Deployment Projects with ASP.NET MVC

别来无恙 提交于 2019-12-03 14:46:22
Has anyone got a Web Deployment Project to work with ASP.NET MVC? When I open the "deployed" project, a lot of the files are missing that MVC requires and makes it tough to Publish to the server with all the missing files in the project. Or... Is there a better way than a Web Deployment Project to modify the Web.Config for MVC apps? I have differences (SMTP and connection strings) that need to be updated before uploading and Web Deployment Projects seem to be the right method. Thanks as always! Update: I am missing at least global.asax, global.asax.cs, and default.aspx.cs. Update 2: Once I

<compilation debug=“true”> in precompiled asp.net website - Does it matter?

余生颓废 提交于 2019-12-03 11:43:02
问题 I'm deploying a precompiled and all-page-merged website using Web Deployment Projects on Visual Studio 2008. Note that all assemblies and projects have been compiled in Release mode. All my pages are pre-compiled in release mode. So they wont be recompiled, they'll just be loaded by runtime. In that case when the page compilation is not required, Setting <compilation debug="true"> in system.web will make any difference ? 回答1: Check out the excellent links below: ASP.NET Memory: If your

Publishing an ASP.NET MVC2 site with Web Deploy

丶灬走出姿态 提交于 2019-12-03 05:54:40
问题 I currently use Web Deploy, http://learn.iis.net/page.aspx/346/web-deploy/ to publish my MVC2 app. It used to work well, but now it is got to the point where I can't continue using it: When the MVC app was small and had only a few users it was easy to publish. Just right click the project in Visual Studio and choose "Publish". And because there were only a few users it was easy to find a time when no one was using the site to do a quick update. Then the app got bigger and had a few more users

Invoke a publish from msbuild for visual studio 2012

╄→гoц情女王★ 提交于 2019-12-03 05:35:14
For VS2010 and before I was utilizing Web Deployment Projects (WDP) to help package my website for production deployment. I had a MSBuild script that compiled the solution in release mode. An output of that was production ready website files compiled and cleaned by the WDP. I see for 2012 WDP have been removed, and a new tab has been created in the properties for the web application. The options are the same, but now the invocation of this is done via the Publish option (before you just compiled in release mode). So the question is this. From an MSBuild script, how do I invoke a Publish

Publishing an ASP.NET MVC2 site with Web Deploy

怎甘沉沦 提交于 2019-12-02 20:34:58
I currently use Web Deploy, http://learn.iis.net/page.aspx/346/web-deploy/ to publish my MVC2 app. It used to work well, but now it is got to the point where I can't continue using it: When the MVC app was small and had only a few users it was easy to publish. Just right click the project in Visual Studio and choose "Publish". And because there were only a few users it was easy to find a time when no one was using the site to do a quick update. Then the app got bigger and had a few more users. The "Publish" action started taking longer and longer and occasionally timing out. Even when I

msdeploy v2 doesn't work with vs2010's packages

馋奶兔 提交于 2019-12-01 06:45:00
I had v1 of msdeploy installed and I uninstalled it to install the v2. Now my vs2010 packages fail when I run the deploy.cmd because it can't find the registry entry - even though I've created an MSDeployPath environment variable pointing to the v2 path? I have MSDeployPath set to "C:\Program Files\IIS\Microsoft Web Deploy V2" in the Advanced System Settings/Environment Variables under My Computer/Properties. The error I get when I run the VS2010 deploy.cmd file is: Files\IIS\Microsoft was unexpected at this time. Anyone know how to fix this? The vs2010 package's deploy.cmd looks for /1 in the

How to disable warnings in Visual Studio for a Visual Basic Web Deployment Project

本秂侑毒 提交于 2019-11-30 14:13:00
问题 For our VB.NET websites we use SVN for Source Control and CruiseControl.NET for continuous integration. To use the SVN build number in the compilation by CruiseControl.NET we need to use Web Deployment Projects. We then replace in the configuration file the Version field with this variable from SVN Labeller $(CCNetLabel) This works great but my problem is that this variable causes warnings in Visual Studio for the solution. I'm working to remove all warnings and am left with just these two: