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
1 answer

How do I link my website pages using my domain?

I'm building a website and I plan on buying a domain. After purchasing the domain, do I need to change the links in the nav to fit the domain? For example: Changing:
  • Home
  • To:
    RojiE
    • 35
    • 5
    0
    votes
    0 answers

    Input Processing in JavaScipt

    I'm new to Web Development (including JavaScript and HTML) and have a few issues within my personal project that seem to have no clear fixes. Overview My project is taking input from a user on the website, and feeding it to my back-end to output a…
    0
    votes
    0 answers

    Is it advisable to use grid template areas?

    I just found out about CSS grid today and I think it is a very easy and manageable way to create responsive websites. However, I would like to know if using grids, specifically grid-template-areas, is a good way to write quality and robust code. I'm…
    NotATomato
    • 23
    • 4
    0
    votes
    1 answer

    Using DataTables to a table with content from ajax

    I am working on this program. The program displays the topics under a specific subject. My main question is, will the DataTable work in this kind of setup? This is the code in HTML.
    0
    votes
    1 answer

    Putting php on already running config of nginx(front)+apache(mod_wsgi)+django

    I already have a running server with nginx at front end doing a proxy_pass to apache which is serving django. I just want to put a simple coming-soon page for another site and found a simple PHP script to do that. Since I've never used php, I…
    PlanetUnknown
    • 3,956
    • 4
    • 49
    • 67
    0
    votes
    0 answers

    Data sharing on multiple angular apps

    Seeking your advice on effective ways of sharing data in between multiple angular apps (not multiple apps in one project. multiple war file). Local storage has few limitations Url driven approach is not good for keeping json like data Can i have…
    Nuwan
    • 51
    • 9
    0
    votes
    0 answers

    fetching data from adjusted checkbox into codeigniter controller

    So I have a page where users can edit their profile. There users first get data fetched from my database so for example one of the checkboxes is checked. Then I want the users to be able to update their checkboxes but for some reason the "post"…
    0
    votes
    2 answers

    I'm unable to align my Navbar in react js

    I'm quite new to ReactJS and I just started to make a portfolio web page. I started to make the navigation bar which would contain all the menus. Also, I made use of react-bootstrap. I've already run the following commands on the terminal: npm…
    Neha Chaudhary
    • 1,071
    • 4
    • 15
    • 31
    0
    votes
    0 answers

    CDI SessionScoped bean are not available in SessionMap

    Using @Named("XYZ") and @SessionScoped before the Class declartion, the Session Bean is created but these beans are not stored in Session Map. Session Map is checked as final FacesContext context = FacesContext.getCurrentInstance(); Object obj…
    0
    votes
    1 answer

    WebConfig Replacement CruiseControl.Net

    I have to deploy my solutions in many environnement (dev,staging,..) 2 Options: replace the whole file of just sections. Solution on either of them would be appreciated I made 4 differents files: appSettings.Staging.config, appSettings.Dev.config,…
    0
    votes
    0 answers

    Identify from which QR code, request got originated

    I have 10 QR codes which point to a common webpage www.demoexp.com/index.html. How does this site knows that it is accessed from which of those 10 QR codes. My index.html needs to know the QR code from which request is originating.
    0
    votes
    1 answer

    Web Deployment Project on VS2019

    I've created a blank solution in VS2019. Using the option "add existing web site" I've added a website to the solution which was built in VS2010. Normally, after that, I was used to add a Web Deployment Project to the solution, to compile all the…
    Jortx
    • 707
    • 1
    • 7
    • 22
    0
    votes
    2 answers

    Linking and displaying data from tables in cake php 3

    I am trying to display the names from the types table in my jobs/index.ctp not sure how to echo this, so far I have written this but it is not working but also not giving any error message class Jobs extends Table { public function…
    Ola
    • 11
    • 1
    0
    votes
    1 answer

    Unable to access an app deployed in wildfly using IP address of the system

    I have deployed the the java webapp on the server successfully with desired changes in the standalone.xml file. for your information, OS platform is Windows 10 and trying to access the app from the same machine using IP address. Accessing URL is:…
    Rohit
    • 406
    • 1
    • 5
    • 21
    0
    votes
    1 answer

    Custom loginform when using windows authentication

    Is it possible to have a custom loginpage when using windows authentication on your IIS site? I guess I need to mix form+windows authentication to make this happen?
    steb
    • 436
    • 3
    • 12