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
2 answers

Registering a .NET COM interop dll works from project build but not from regasm

I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the "Register for COM interop" option checked under build properties. In this method, everything…
Sai
  • 693
  • 3
  • 10
  • 27
0
votes
1 answer

Specify RequireJS "data-main" attribute in JSF

I am creating a JSF web application and I am trying to use RequireJS to structure my JavaScript files. However, I cannot get it to work, as RequireJS requires a "data-main" attribute to be placed in the HTML script tag and outputScript does not…
ergysdo
  • 1,139
  • 11
  • 20
0
votes
1 answer

Web Deployment Project error "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level."

Ok, Here's the skinny I have a smallish Visual Studio 2008 web application that I'm attempting to set up a Web Deployment Project with. If I skip attempting to build the Deployment Project, the application builds successfully. If I build the…
0
votes
1 answer

java frameworks for web applications

I am new to Web App Development and am working on a small web application and have so far made all the HTML files which are linked to their respective CSS files. I have also used JavaScript for performing certain tasks such as the Validations etc.…
TheLuminor
  • 1,411
  • 3
  • 19
  • 34
0
votes
1 answer

Localization of Custom Controls in a redistributable assembly

I'm trying to build a redistributable assembly containing several custom controls (CommonControls). My environment: MSVC 2010, ASP.NET (WebForms) .NET 2.0/3.0/3.5 The problem: Compiling everything with a Web Deployment Project won't work if I…
0
votes
1 answer

How to get ID from URL in WordPress

I have programming experience from PHP but now I am creating a WordPress theme which is a bit mixture.I have a blog which contains posts , when a user click on a post i want to show the clicked ID content in the other page , i am new to wordpress i…
0
votes
1 answer

ASP.NET web setup class is not defined

I've got an ASP.NET application that I installed by creating a web setup. I ran into a problem where ASP.NET wasn't registered with IIS so it gave me a "installation was interrupted" message that told me exactly nothing. Anyhow, I finally got it…
Wayne Werner
  • 49,299
  • 29
  • 200
  • 290
0
votes
0 answers

Django WSGI error

I'm using Django for a per project. When I use an external API call in my views (function based view), I'm getting bad responses. Here are my code snippits: views.py def stock_name(request): if request.method == 'POST': form =…
ablimit
  • 2,301
  • 6
  • 27
  • 41
0
votes
1 answer

How to create a shortcut to a website installed in IIS using an MSI Installer created using a Visual Studio 2010 Setup project?

I have created a Setup project for Visual Studio 2010 installing a website directly under IIS, but after installing it in IIS, I want to create a shortcut for the application in my desktop, so that after I click the shortcut icon it should open the…
0
votes
1 answer

Creating froms within a loop on a web page

i am trying to develop Medical billing System using JSPs and Servlets in which there is a page to show stock , stock is shown in tabular form with columns ProductName,Price,ExpiryDate and Quantity , if user wants to update any detail then he can…
Alok Mishra
  • 926
  • 13
  • 39
0
votes
1 answer

Missing Master Pages when using Web Deployment Project

I am trying to deploy an ASP.NET 3.5 Web Application to my production server and I am using the Web Deployment Project for this purpose. I have a folder named MasterPages in the root of the application which contains all the master page files. When…
Kumar
  • 2,863
  • 11
  • 45
  • 60
0
votes
1 answer

CGI script programing assistance needed

I have a script, in the cgi-bin which generates this page. The intent of which is to serve as an interface for a panning web camera I built. The camera, does the pan, then quickly returns to the center position. I figured out that this is because…
0
votes
3 answers

Error while printing crystal report, with that exception message "No printers are installed"

I got an exception with message "No printers are installed." while printing a report for depolyed release of our website. I use _rptDocument.PrintToPrinter(1, false, 0, 0); to print a report. I got that exception, even I've more than one printer…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
0
votes
1 answer

Web Deploy Package Error 'File ... does not exist'

I've trying to package up and old MVC 3 project to send it out but I keep getting a strange error where it telling me 'The file '/Views/Shared/print.Master' does not exist. /Views/Questionnaire/View.aspx' But I can clearly see the file and have…
Myzifer
  • 1,116
  • 1
  • 20
  • 56
0
votes
1 answer

Playframework : Deploy website

So, I have completed developing a website using Play 2.2 framework. I have a basic question of How to deploy the play application? I have followed the steps given in Play Production mode and generated files in target/universal/stage/bin and all…
Incpetor
  • 1,293
  • 6
  • 25
  • 46