Questions tagged [web-deployment-project]

Web Deployment Projects provides developers with advanced compilation options for ASP.NET projects. A Web Deployment Project is an extensible MSBuild script, enabling web developers to create pre-build and post-build actions.

Web Deployment Projects provides developers with advanced compilation options for ASP.NET projects. A Web Deployment Project is an extensible script, enabling web developers to create pre-build and post-build actions.

Web Deployment Projects have been deprecated since Visual Studio 2012, as equivalent functionality is available through the Web Publishing Pipeline ()

379 questions
0
votes
0 answers

Hashing data traveling in URL

I am new to web development, i want to know how to hash the data traveling in URL. i have done this so far. $(document).ready(function () { var budget; var guest; $('#budgetbtn').click(function () { var guest =…
0
votes
2 answers

How to loop over li in ul using javascript

I want to loop over each li> in ul> and later add them into an array. How should I go about creating a for loop to return each li and put them into array. Getting the li in a loop is where I got stuck. var Nightmare = require('nightmare'); var…
JSjohn
  • 77
  • 1
  • 1
  • 14
0
votes
3 answers

How to deploy an ASP.NET website with a Linq to Sql component

I have a .NET 3.5 web application that I recently added some Linq to Sql functionality to -- a dbml file, etc. Locally, it works fine. However, when I try to deploy it, I get a null reference exception, apparently when it's trying to call the…
Cynthia
  • 2,100
  • 5
  • 34
  • 48
0
votes
2 answers

ExcludeFromBuild failing in VS2010 web deployment project

I have a web deployment project that is misbehaving. I have inherited an App_Data folder that contains a substantial number of .pdf files. Some of the filenames include invalid characters and are overly long. In my deployment project file I include…
David Clarke
  • 12,888
  • 9
  • 86
  • 116
0
votes
1 answer

How can I create (deploy) multiproject?

I have three pools(apps) that transform data sequentially and communicate with each other by socket (or get, post - nevermind). And I have servlets, that accept data and transfer data to one of the starting pool. How can I run it all in one…
kcc
  • 5
  • 3
0
votes
1 answer

undefined method `users' for #

I keep running into errors using this code. def create new_post @post.save! (@post.users.uniq - [current_user]).each do |user| Notification.create(recipient: user, actor:current_user, action: "posted", notifiable: @post) …
CJK
  • 39
  • 1
  • 7
0
votes
3 answers

Navigation menu covering main site content

The navigation menu of my webpage is covering the main content/content of the site (stuff inside parent). When I add margin to navbar or parent then the navbar shifts down along with the image/content in parent. Below is the code: …
0
votes
0 answers

How to use Google Web Font in my web-application without any external links?

I need to use some google fonts on an my web-application. The clients may or may not have internet connection. Is there any legal way to use it legally? like,…
Jignesh M. Mehta
  • 904
  • 2
  • 12
  • 27
0
votes
1 answer

How do I exclude the contents of a directory but not the directory itself in MSBuild

I'm using a Web Deployment Project 2008 to build my web application. I'd like to exclude the contents of several folders from the build but keep the blank directory itself. However, if I do this
Dan Maharry
  • 1,499
  • 2
  • 19
  • 35
0
votes
1 answer

Deploy .net application using command Line

I have an .WPF application.Using XBAP project the project as web application. The solution file having 15 projects. Among 15 projects, one is root project names 'cp'. This has other project dll. i am able to build the code. My goal is that to…
0
votes
1 answer

Web Deploy - How to create a package with selected items

I would like to try the 'Web Deploy' method to deploy our website. Before my questions, I would like to provide a few details about the current deployment procedure: It is an enterprise site & is hosted on multiple servers (with continuous…
0
votes
2 answers

How to change URI of WAR file in EAR file in MyEclipse?

We have following projects: office - web application project console - web application project MyEclipse by default deploys these web applications to following locations: C:\tools\jboss-5.1.0.GA\server\web\deploy\office.war …
Volodymyr Bezuglyy
  • 16,295
  • 33
  • 103
  • 133
0
votes
2 answers

Upgrade install only leaves files new to the new version, deleting files common to both old and new

I have a Web Application and Deployment Project that was originally built in VS 2008 that installed version 1.51 of my application. I am now using VS 2010 (and my app requires .Net 4 and Installer 4.5) and updated my application and the deployment…
0
votes
1 answer

mod_wsgi not working with pinax of django

I tried hard to configure mod_wsgi for an pinax project. I followed the exact instructions from the site (pinaxproject.org), unfortunately, I always got the following error: [Thu Aug 26 17:32:46 2010] [error] [client 173.48.119.55] (13)Permission…
john
  • 2,572
  • 11
  • 35
  • 51
0
votes
1 answer

deploying asp.net MVC 1.0 app with HTTPS

We have an application built on ASP.NET MVC 1.0 which, once deployed, should be accessed with HTTPS. I tried few approaches for HTTPS but I have a few questions.: My home page does not need to be Secured (HTTPS), but rest of the hyperlinks…
amit
  • 71
  • 1
  • 6