webdev.webserver.exe is a development web server included with Visual Studio.
0
votes
0answers
27 views
WCF service using VS web server won't use the port I've assigned
My (VS 2010) setup:
A WCF service application project
A winforms client that uses the WCF service
A unit test project that exercises the parts of the winforms client that call the service.
I am ...
-1
votes
0answers
15 views
USBWebServer - Very Slow Browsing When in Flash Drive [closed]
I am using USBWebServer | http://www.usbwebserver.net/en/
And my issue is... when using it from a usb flash drive, page reload is so so painfully slow, compared when it is being run from my hard ...
0
votes
0answers
36 views
Using [AspNetDevelopmentServerHost()] for web UI testing
I have a WebApp project that runs normally in debugging. Now I try to run it for UI testing with Selenium:
[TestMethod]
[HostType("ASP.NET")]
[AspNetDevelopmentServerHost(@"D:\WebAppPath", "/")]
...
1
vote
1answer
65 views
How does an ASP website match a dll to a webpage?
When you go to the root of an ASP website (either webforms or MVC), how does the web server know which .aspx or .cshtml file to load, and which dll in the bin/ directory contains the code to execute? ...
0
votes
1answer
40 views
land of lisp src webserver.lisp
while I was learning in "land of lisp" chapter 12 and 13 about "socket".
I use lispbox, so I need install a socket.At last, I found usocket available.
this is a sample about how to use usocket, to ...
0
votes
0answers
87 views
How to run a Web Service on ASP.NET(2.0) Development Server(File System)
I am not running the IIS. I am working on ASP.NET development server. I created asp.net website using File system and I created simple ASP.NET web service that is Dollar Converter. While adding Web ...
0
votes
1answer
39 views
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 ...
4
votes
2answers
285 views
Why does SimpleHTTPServer redirect to ?querystring/ when I request ?querystring?
I like to use Python's SimpleHTTPServer for local development of all kinds of web applications which require loading resources via Ajax calls etc.
When I use query strings in my URLs, the server ...
0
votes
1answer
360 views
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 ...
1
vote
3answers
84 views
Websites Without Frameworks
How do I start a website from scratch without the use of a framework?
I want to create a web service that communicates with a database and dynamically displays the contents based on a user's ...
1
vote
1answer
154 views
Does Visual Studio's built-in web server support HTTP PUT?
Does the web server built into Visual Studio 2010 (and earlier, but 2010 in particular), WebDev.WebServer.exe, support the HTTP verb PUT? If so, does it support it by default or does it require ...
1
vote
0answers
424 views
Connecting to Oracle 10g (with the parenthesis bug) DB from VS Dev Server on a 64 bit machine
there's a known bug while connecting to an Oracle 10g database from MS Visual Studio on a 64bit machine because of the parenthesis in "c:\program files (x86)" directory where VS is installed.
This ...
0
votes
0answers
479 views
Start ASP.NET Development Server automatically in unit tests
In Visual Studio, if you begin debbuging on a webservice, the ASP.net Development Server will start up for you.
I have a series of unit tests that rely on this server being here. How can I find out ...
0
votes
1answer
209 views
Visual Studio 2008 Development Server not starting
I have a C# web service that I am trying to debug in Visual Studio 2008, and when I try to run it, Internet Explorer pops-up as expected, but it just displays 'waiting for response from localhost...' ...
1
vote
1answer
664 views
Webdev.Webserver40.exe crashes when using Code Contracts
Sometimes when debugging with my application I encounter Contract.Requires() failing due to the condition its evaluating returning false (all good so far). However, if I click the Abort button ...
0
votes
3answers
919 views
Why do my ETag headers work under IIS but not under the VS2010 web server?
In my ASP.NET MVC 2 app, I have the following lines:
Response.Cache.SetMaxAge(TimeSpan.FromDays(90));
Response.Cache.SetETag(lastWriteTime.Value.Ticks.ToString());
Using Fiddler to trace the HTTP ...
0
votes
1answer
657 views
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 ...
11
votes
4answers
7k views
Unable to map an HttpHandler to a “path/*” wildcard mapping
So I've been trying to map an http module to a sub-path of an MVC3 site. It should be pretty simple as I understand it, but it has not been working. The module is setup like so:
<handlers>
...
2
votes
2answers
2k views
Restart WebDev.WebServer
How can I restart WebDev.WebServer in ASP.NET through code? I'm able to stop it, but I'm not able to start again.
3
votes
0answers
708 views
Why a program starts and exits right away?
This is kind of weird. Sometimes when I start my ASP.NET page in Visual Studio 2010 in debug mode, I can see IE starting, data initializing, controls loading and there is stuff in the output log.
But ...
12
votes
3answers
17k views
Firebug equivalent for Internet Explorer
I am looking for a tool/add-on like Firebug on Firefox ( that is immensely useful for debugging web applications) which works for Internet Explorer. Any suggestions ?
-thanks
0
votes
1answer
318 views
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 ...
1
vote
1answer
190 views
Sitecore CMS 6.2 - Fails to start up
My local Sitecore CMS 6.2.0.3322 has stopped working. I can no longer start up a local debug build and attach it to IIS or WebDev.WebServer20.exe (The VS2010 built in web server).
When I start with ...
1
vote
1answer
256 views
Webserver on python3
I've created a web app in Python 3. It all runs beautifully until I have to upload a file... There's no way to find the path or the file in the environment. I am using wsgi and I am thinking of ...
0
votes
2answers
1k views
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 ...
3
votes
2answers
217 views
Is it possible to prevent VS2010 killing the WebDev.WebServer process?
Since I've starting using VS 2010 I've noticed that whne I stop the debugger it also kills the development web server. In VS 2008 I would regularly work without the debugger attached. Is it possible ...
2
votes
1answer
162 views
ASP.NET Development Server - is the source available?
I remember several years back it was called Cassini and the source was available for download.
Is this no longer the case? Either my Google skills are lacking or I can't seem to find the source code ...
0
votes
2answers
545 views
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 ...
9
votes
2answers
6k views
Visual Studio 2010 debug in a fixed port
Is it possible to choose a fixed port for the Visual Studio 2010 debug webserver?
0
votes
2answers
6k views
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 ...
3
votes
2answers
3k views
VS2010/Windows 7 -> can't connect to ASP.NET Development Server
I have a clean installation of Windows 7 with VS2010 RTM and am trying to get the ASP.NET Development Server to work.
When I run the project, the WebDev server starts and shows that it's listening ...
2
votes
1answer
273 views
Multiple asp.net development server ports
I've got a few projects and websites in my solution. When I debug a website, ports are opened for all the websites. I'm thinking this slows down my debugging. How do I switch off these extra ports ...
0
votes
0answers
490 views
Why does IIS use so much more RAM than WebDev (ASP.NET development web server)?
As I was investigating excessive memory usage problems in my ASP.NET application I noticed that the production server seems to use a lot more RAM than my development machine for the exact same input. ...
6
votes
4answers
5k views
Is there a way to add a virtual directory to Visual Studio Development Server?
I'm using the Visual Studio Development Server, with a specific port. Is there a way to add a virtual directory to it?
EDIT:
Sorry, I wasn't very clear. I'd like to be able to add one or more ...
0
votes
2answers
447 views
ASP.Net Development Server performance
I am developing a simple ASP.Net application on a Windows 7 x64 machine using Visual Studio 2008 SP1. The computer itself is a very strong machine.
I am using the built in development server for ...
9
votes
6answers
192 views
Dev server for Java, like VS has for .NET?
I am on a Java learning spree recently, however I am normally a .NET developer. (So please forgive my newbie questions.)
In .Net I can develop ASP.Net pages without using IIS, as it has a watered ...
3
votes
3answers
4k views
How stops webdev.webserver.exe
how can stops WebDev.WebServer.exe process without kill it??
I can do this:
taskkill /F /IM WebDev.WebServer.exe -works on Windows XP- but another solution without kill the proccess ???
thanks in ...
2
votes
1answer
89 views
How do I make WebDev clean up its tooltray “tracks”?
After I've shut down a VS 2008 web project, well, a lot of times, I see many instances of the WebDev icon in the "tooltray" / system notification area:
These are no longer active instances; they ...
24
votes
5answers
9k views
Is Visual Studio 2010 WebDev WebServer (Cassini) 64-bit compatible?
I'm now developing on Visual Studio 2008 on a 64-bit OS (Windows Server 2008 64-bit).
While the apps I write are 64-bit capable, as is IIS7, the built-in ASP.NET Development Server (aka Cassini aka ...
9
votes
1answer
673 views
How do I stop the Development Server starting during Unit Testing?
I have a Visual Studio 2008 solution that contains around 30 projects. Some of these are web services / WCF services / ASP.NET MVC applications.
When I run all unit tests (Ctr+R, A) it insists on ...
3
votes
2answers
4k views
How to install WebDev.WebServer.exe as a Standlone application?
How can I install Visual Studio's Web Development Server (WebDev.WebServer.exe) as a Standlone application?
So that our web designers can get the latest code from SVN, then run the MSBuild batch file ...
0
votes
1answer
601 views
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 ...
0
votes
3answers
555 views
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 ...
4
votes
4answers
3k views
Force visual studio to start development server using the hostname localhost. (with period at end)
Is it possible to change the hostname that the development server fires up in visual studio 2008? Ultimately I would like visual studio to start directly on http://localhost.:xxxx/ (note the ...
12
votes
5answers
2k views
How can I stop Visual Studio running all my web services
How to stop Visual Studio 2008 from automatically running my web services.
I have a large Visual Studio 2008 solution that contains a number of web app projects and also several wcf web services. I ...
11
votes
3answers
3k views
stop development server when i stop debugging
How can automatically I stop the development web server when I stop debugging in Visual Studio?
0
votes
1answer
558 views
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 ...
0
votes
4answers
1k views
Stopping ASP WebDev and Selenium servers from command line
I am introducing Selenium tests into my build for the first time. I figured that to do this in NAnt, I would have to start the WebDev server first:
<exec program="path/to/WebDev.WebServer.exe"
...
1
vote
1answer
95 views
Why did my css not work until added to project?
I have an asp.net mvc project, and I replaced the default css the wizard built with the iui css and javascript package. They were placed in ~/Content/iui/ folder. When i ran the site through the dev ...
15
votes
4answers
7k views
How to utilize WebDev.WebServer.exe (VS Web Server) in x64?
Visual Studio is x86 until at least the 2010 release comes around update: this is still an issue in VS2010, there is no native 64bit Cassini support. My question is can anyone think of a way or know ...
