web-deployment

How to exclude folders from publish/deployment of Visual Studio 2013 Web Application

余生长醉 提交于 2019-12-30 03:56:21
问题 I'm publishing a Web Application from Visual Studio 2013. I need include folders that are not a part of the project, and exclude some folders (some apart of the project, some not apart of the project). So I went into my project's properties and set Items To Deploy field to All files in this project folder as you can see below: Then I began looking for a way to exclude folders from All files in this project folder . I found this page, which specifically states The Visual Studio UI does not

Publishing vs2012 solution from TeamCity

时间秒杀一切 提交于 2019-12-29 18:39:30
问题 I'm using Visual Studio 2012 and the publishing feature. I have created a publishing profile that deploys my application to a development server, and it works great when executed from vs2012 on my machine. Here is my problem; on the development server I also have TeamCity installed and I would like to trigger the publishing after a build have completed. So I created a simple build step that looks like this: Build file path: .\src\Solution.sln Targets: Rebuild Command line parameters: /p

Publishing vs2012 solution from TeamCity

可紊 提交于 2019-12-29 18:39:02
问题 I'm using Visual Studio 2012 and the publishing feature. I have created a publishing profile that deploys my application to a development server, and it works great when executed from vs2012 on my machine. Here is my problem; on the development server I also have TeamCity installed and I would like to trigger the publishing after a build have completed. So I created a simple build step that looks like this: Build file path: .\src\Solution.sln Targets: Rebuild Command line parameters: /p

Buy or Build for web deployment? [closed]

廉价感情. 提交于 2019-12-29 13:31:22
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I have been evaluating the wide range of installation and web deployment solutions available for Windows applications. I will just clarify here (without too much detail, these tools have been covered in other questions) my understanding of the options: NSIS - Free tool that

Bootstrap's javascript works locally but not when deployed to a server

萝らか妹 提交于 2019-12-29 05:10:23
问题 I downloaded the barebone example of Twitter's bootstrap and customized it. I tested it locally (with WAMP server) and everything works perfectly, both the CSS and the JScript. I uploaded the files to my webhosting service and the JScript just doesn't work. I noticed it because dropdown boxes stopped working. I searched and found other persons with the same problem but they all are using ruby and I'm not. Just the play CSS+JScript provided by bootstrap. Besides they said the solution was to

bundle exec rake assets:precompile fails with `unexpected token`

倾然丶 夕夏残阳落幕 提交于 2019-12-28 17:38:52
问题 I'm ready to deploy my Rails 3.1 app into production, and since I'm using the asset pipeline, I need to precompile my assets. However, when I try this, I get an error apparently related to compiling jQuery: $ bundle exec rake --trace assets:precompile ** Invoke assets:precompile (first_time) ** Execute assets:precompile /home/adam/.rvm/rubies/ruby-1.9.3-p0/bin/ruby /home/adam/.rvm/gems/ruby-1.9.3-p0@rails-3.1/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace **

Deploy Angular 2 with Azure Webapp

只谈情不闲聊 提交于 2019-12-28 05:29:04
问题 How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script. Thanks in advance. 回答1: In order to run angular2 app in azure follow these steps: create a new ng app (with ng cli) : ng new testApp and push to some github repo. create Azure deployment files for Kudu : npm install azure-cli -g azure site deploymentscript --node this will create 2 files .deployment and deploy.cmd edit the deploy.cmd remove the --production from the line :: 3. Install npm

Publishing ASP.Net Core app to Azure silently fails in command line

风流意气都作罢 提交于 2019-12-25 16:46:25
问题 I'm trying to publish a dotnet core app to Azure. I've created a publish profile and using visual studio it all works fine. But since I'd like to setup continuous deployment I need to run the deployment using command line. The official documentation was pretty helpful in identifying that the [ProfileName].ps1 is the best plan of attack. However it gives no clues on how to use it. First I ran it without parameters and got this error: Production-publish.ps1 : The term 'Production-publish.ps1'

Http 403 - Forbidden error

*爱你&永不变心* 提交于 2019-12-25 14:01:46
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext

Http 403 - Forbidden error

孤人 提交于 2019-12-25 14:01:05
问题 I have a problem accessing my simple web application. I have developed hello world application which is inside index.html. This is defined in welcome-file-list in web.xml file. On deploying my web application through eclipse into weblogic 12C, it is deployed. I'm able to see my application deployed using weblogic admin gui console. But when I try to access the application (i.e) helloworld page, I get the following error displayed in a web page. Error 403--Forbidden From RFC 2068 Hypertext