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

When ever I create react project by npx create react app , for using sass in my project , I have install npm i sass , but still getting this error

s Solution : When ever I create react project by npx create react app , for using sass in my project , I have install npm i sass , but still getting this error .
0
votes
0 answers

Where can I find a code example for 3D image classification / seriers of image classificaiton deployment via streamlit?

I have been looking for examples to help me deploy my predictive model (3D image classification model) using stramlit. The resourses I have found are all using one-image-input with one-Prediction-result. However, I am dealing with CT images. I would…
0
votes
1 answer

Error importing Switch when using create-react app

I really do not know how to resolve this issue. I need help... the Error states; "export 'Switch' (imported as 'Switch') was not found in 'react-router-dom' (possib: I can't create a link tag in react due to this error. I do need help with…
0
votes
1 answer

Deployment of RIA Services app not working with Web Deployment Project

I'm attempting to deploy a RIA services 1.0SP1 project that has been precompiled with a Visual Studio 2010 Web Deployment Project. When I deploy the application to IIS using Visual Studio, the application runs fine. However, when I use a web…
Steve Wranovsky
  • 5,503
  • 4
  • 34
  • 52
0
votes
0 answers

I am trying to display PDF file from SQL Server using ASP.NET and C#

When I click on download link, then the error shown occurs - please help me. Thank you.
0
votes
1 answer

Wordpress setup on existing node server

I have a website running on node/express as www.example.com. It is running on ubuntu server. I am new to WordPress and trying to set up WordPress so that I can create blogs on www.example.com/blog. I have created a new directory as blog under public…
psel
  • 11
  • 2
0
votes
1 answer

Can't build 32 bit asp.net app deployment package on 64 bit Windows 7

I'm building a web app that's going to be deployed on a 32 bit server, using a cproj_deploy and web deployment project to build my msi file. If I build this on XP, everything works fine. If I build it on Windows 7, I get the following error. File…
Mike Swaim
  • 21
  • 2
0
votes
1 answer

ASP.NET Core 6 Session Idle Timeout

I'm trying to access the idle timeout from the session on razor view. I want to get the time in the idle timeout property (e.g.20 minutes) then when the time idle hits 18 minutes open a modal popup that will have a timer counting down from 2…
0
votes
1 answer

How to increase the number of cards in website when data get from JSON using url in jQuery

json { "id":1, "title": "Fire Fire with Fire", "desc": "Donec id consequat orci.", "img": "images/one.jpg", "datetime": "24 MAYBy: Admin", "comment_count": 25, "like_count":15 }, …
0
votes
1 answer

requirement.txt error in virtual environment

I am running pip freeze > requirements.txt instead of making requirements.txt my virtual environment is making only requirements file which is empty. Any advice?
0
votes
1 answer

How to solve the following error "Uncaught TypeError: Cannot read properties of undefined (reading 'pathname')" and 2 more errors I wrote on the body?

I am using react-router to change the content of my website and I am getting the following errors. I installed the latest version and tried to follow the new syntax given on the document but it's still not working. I keep getting all these ambiguous…
0
votes
1 answer

How to remove keydown event in searchbar of drum website?

I have made drums and assigned a theme to play on the keydown event. I want to add a search bar leading to different pages. But on inputting text inside the search bar audio of the drums is still playing. How do I remove it from that section? Or…
0
votes
0 answers

How to fix HTTP Status Internal 500 error for eclipse and tomcat

I am new to using Java Servelets and Java web application. I was previously getting a error 400 error until I imported my web Xml file into my project, however, the project can not recognize the JSP file I currently have. My project is able to load…
Donnyb
  • 21
  • 8
0
votes
1 answer

DOMException: Failed to load because no supported source was found in html file

im getting DOMException: Failed to load because no supported source was found in audio.play(). im getting his issue on audioElement.src = 'songs/${index+1}.mp3' ; console.log("Welcome to music player"); //initialize the Variables let…