webdev.webserver.exe is a development web server included with Visual Studio.
Questions tagged [webdev.webserver]
73 questions
0
votes
2 answers
VS2010 Ultimate - Unable to launch ASP.NET Development Server
I've worked with ASP.NET once before and had a project where it was potentially useful, so I started creating an ASP.NET website as part of a solution that contained several C# class libraries.
I'm using Visual Studio 2010 Ultimate Edition and…

sohum
- 3,207
- 2
- 39
- 63
0
votes
1 answer
visual studio development server automatically redirects to default port with machine ip
This is a weird issue I have been facing for a couple of days now. When I run my ASP.Net web app from visual studio 2010, it starts the dev server and opens IE. I can see the correct URL getting formed (ex: http://localhost:53990/index.aspx).
But…

Kedar
- 25
- 3
0
votes
1 answer
VS 2008: Launching Silverlight Apps in Debugger: Various Random Errors
We have been getting a range on infuriating error dialogs using Visual Studio 2008 SP1 when debugging our solution which is a 38 project solution with a group of Silverlight 3.0 projects. These errors are seemlingly random, but they are getting so…

MrLane
- 1,728
- 22
- 41
0
votes
1 answer
Make visual studio stop running dev web server when I attach
Why the heck does visual studio (2012 I'm using, I think previous versions did this too) load the WebDevServer for all web projects in my solution when I tell my solution to attach to another process?
If I'm attaching, obviously I don't want it to…

Jimmy Hoffa
- 5,909
- 30
- 53
0
votes
3 answers
Programmatically start an asp.net integrated webserver with visual studio files
I'm not sure what keywords to google for, so i'm gonna ask SO.
I have an asp.net website which host a database, wcf dll and silverlight application. I would like to create an .exe file to automatically run an integrated webserver with the…

Shawn Mclean
- 56,733
- 95
- 279
- 406
0
votes
1 answer
Change default Webdev.Webserver Physical Path on a VS2008 project
I think I've seen this done once, but I cannot find it again after a long Googling/Binging session!
I'd like to create a new ASP.NET MVC project, then create a folder "Web" inside the project, and move all the "web-related" files to inside this…

Bruno Reis
- 37,201
- 11
- 119
- 156
0
votes
1 answer
Block development server window
Is there any way to avoid the window of development server? (Not stopping or avoiding to run the development server, just the window).
In Visual Studio 2010 (and before) it only appears when the development server was started. Now, in Visual Studio…

Diego
- 16,436
- 26
- 84
- 136
0
votes
1 answer
Cannot issue PURGE request to Varnish cache
I am using Varnish 3 in front of nginx running multiple WordPress sites. I am using a default.vcl recommended and used by many large WordPress sites.
default.vcl: http://pastebin.com/KaSdvuRS
I am using W3 Total Cache which has an option to…

Michael
- 525
- 1
- 8
- 20
-1
votes
1 answer
Why is this says Uncaught TypeError: Cannot read properties of undefined (reading 'map') but when i reload the page it works file
Here is my code , I am making a full stack app where a user asks a question and people can come and reply to those questions but for some reason my code does not work i am beginner and trying to learn concepts by making this project.I tried anything…

Yuvraj
- 1
-1
votes
1 answer
PHP request causes AJAX to reload wrong page
I have a function that calls a HTML code switch when the 'signup' button is clicked. The problem I am having is when I test for a wrong password or wrong email on sign up. I successfully check if the data is correct, but it loads the previous html.…

odus
- 48
- 8
-1
votes
1 answer
Golang creating dynamic functions (during run time)
I need some help developing a web server in go. I took initial code from http://golang.org/doc/articles/wiki/ , in particular, this example :
func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "Hi there, I love %s!",…

efel
- 1,054
- 3
- 14
- 29
-1
votes
2 answers
I am trying to get some form data with php and put it in my mysql db, not sure what's wrong
I am trying to teach my self how to code websites and I need to get some info from a form and put it in my mysql db, and from what I have gathered the best way to do what I want is to use php. When I hit the submit button, the script in my index.php…

user2865156
- 291
- 8
- 14