webdev.webserver.exe is a development web server included with Visual Studio.
Questions tagged [webdev.webserver]
73 questions
0
votes
1 answer
WebDev.Webserver40.exe error (not a valid win32 application) - can't compile in Visual Studio 2010
Everytime I try to compile in Visual Studio 2010 I get the error
Unable to launch the ASP.NET Development server. Unable to start program 'C\path.......\Webdev.Webserver40.exe
I also tried to execute this file (Webdev.Webserver40.exe) and I get…

agarza
- 36
- 3
0
votes
1 answer
Node.js - Serverside Command Promp Commands input?
I´m writing a Web MMO with Node.js and for debug and maintenance reasons i would love to have the ability to open my SSH connection, where i also start my server, and write a command like "logout all".
So what are my options to get command prompt…

Toastbot
- 77
- 9
0
votes
1 answer
Network configuration between nginx server (running on WSL) and Beeware app (Build and run from windows anaconda)
my web server is on wsl, and beeware is on anaconda (windows version not linux), how do I configure beeware app to communicate with wsl server.
is there a feasible way?
current I'm using ngrok host as a gateway.
Is there any alternate way that…

8lurry
- 1
- 1
0
votes
1 answer
Is webdev.webserver.exe dead?
I am following an older book and it talks about webdev.webserver.exe to test an APS page. Looks like it used to come with earlier versions of Visual Studio but I don't see in Visual Studio 2019.
Also any references and posts I see about it pretty…

zar
- 11,361
- 14
- 96
- 178
0
votes
1 answer
Change webserver used by Flex in FlexBuilder to .NET Framework 3.5
I just had to reformat and reinstall Flex and reconstruct a project.
The problem is i am using ASP.NET as my server side technology and using LINQ in my files. The version of WebDev.Webserver.exe that FlexBuilder starts up is the wrong version so I…

Simon_Weaver
- 140,023
- 84
- 646
- 689
0
votes
2 answers
npm related tasks are throwing errors during installations
I've been having this problem recently that nothing related to npm is working for me except npm start.
npm install is giving this error:
$ npm install @material-ui/core
npm ERR! Object for dependency "@babel/generator" is empty.
npm ERR! Something…

Parth
- 87
- 3
- 10
0
votes
1 answer
Apache WILL NOT start without the configured ports free,How to fix this error in xampp?
guys I'm a newbie trying to learn php. Just downloaded Xampp but can't find the fix for errors. I downloaded apache 2.4 in the past, but after this problem occurred I stopped Apache services and deleted the folder. It's still having the same…

Doctor.phil
- 23
- 3
0
votes
1 answer
Connecting to a Oracle database and displaying the contents in a web browser
I'm new to this. Is there a way to link a Oracle database to a web browser and display it's query results in a web browser with angular or node js. Create something like a dashboard.
Basically, I'd like to know on how can we link a database (Oracle)…

Patrick
- 13
- 5
0
votes
1 answer
Download file from webdav server
My VBScript is as follows:
Dim myURL
Dim password
Dim username
myURL = "https://webdav.pcloud.com/Public%20Folder/d.txt" ' change your URL here...
username = "xyz@gmail.com"
password = "xyzpassword"
Dim HttpReq
Set HttpReq =…

rohit7373
- 5
- 4
0
votes
1 answer
how to deploy Visual Studio Development Server with web applications
i want to know how do i deploy ASP.NET web applications on client machines which runs with the visual studio development server rather than configure it in the IIS on the client machine?
I know its possible and telerik also uses this approach.
any…

Inam Jameel
- 237
- 1
- 7
- 13
0
votes
1 answer
deploying project to domain, server error: Connection failed: Connection timed out
ns45.domaincontrol.com - Nameserver that godaddy gave me.
This is my connection.php

dave querubin
- 37
- 7
0
votes
2 answers
Using IIS7 to debug instead of Development Server
Can someone please tell me what needs to be done to debug a asp.net app using IIS7 instead of the Development server with VS2010. I have found multiple resources online that says how to do it and they all have different steps. I cannot seem to get…

B-Lock-a
- 403
- 6
- 8
0
votes
1 answer
How should i build a javascript page out of a xml file?
I currently am helping my father out with his construction website. He asked me if there was anyway I could automate estimates for his customers "bids" and I built him a desktop prototype application over night. The desktop application is a Swing…

user3086956
- 55
- 1
- 7
0
votes
1 answer
How do I ensure my script file isn't cached when debugging a VS MVC website?
I came across a problem today where the only way for the web program I am developing showed the most recent copy of a modified script was to reboot the machine. It is a file bundled in the master layout page, in a script bundle. I tried CTRL-F5 and…

Lammy
- 57
- 1
- 1
- 7
0
votes
2 answers
WebDev.WebServer.EXE hangs
I am using Visual Studio 2008 SP1 with .NET Framework sp1. I am not using IIS but the built-in server provided by vs 2008.
I have an ASP.NET MVC project, which sometimes when started opens the browser window & just keeps on trying to load the…

SoftwareGeek
- 15,234
- 19
- 61
- 78