webdev.webserver Questions
2
I came across this joke the other day. Someone on the internet was asking why do we need a backend, just connect the frontend to the database.
It seemed funny at first, but really is it possible to...
Scotticism asked 27/8, 2020 at 8:56
6
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. ...
Adnah asked 11/9, 2009 at 8:11
2
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 ...
Cornerwise asked 9/12, 2009 at 17:20
3
Solved
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 f...
Presbyterate asked 5/12, 2009 at 20:43
4
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
Roxyroy asked 9/12, 2010 at 5:24
3
Solved
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 a...
Sadomasochism asked 18/10, 2012 at 11:26
3
Solved
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>
...
Militarist asked 9/5, 2011 at 21:0
3
Solved
How can automatically I stop the development web server when I stop debugging in Visual Studio?
Spectroscopy asked 26/8, 2009 at 14:3
5
Solved
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 ak...
Becht asked 11/12, 2009 at 20:13
4
Solved
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 vir...
Washedout asked 6/4, 2010 at 21:23
4
Solved
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 pe...
Michealmicheil asked 16/10, 2009 at 12:30
2
Solved
Is it possible to choose a fixed port for the Visual Studio 2010 debug webserver?
Elephus asked 27/5, 2010 at 11:23
4
Solved
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 kno...
Asante asked 7/5, 2009 at 22:5
5
Developing an ASP.Net website.
Running IE8.
Need to test website under IE6.
MultipleIE6 install broken by IE8 install (can't type in textboxes, yes I deleted cache, yes I re-registered the dll's)....
Antemortem asked 25/3, 2009 at 19:47
6
Solved
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 ...
Hollishollister asked 2/2, 2010 at 22:19
2
Solved
I have a visual studio 2008 solution that includes an asp.net-hosted remoting project in c#. The solution also contains other c# projects and c++ projects.
When debugging the interaction between ...
Redding asked 27/1, 2009 at 1:10
1
© 2022 - 2024 — McMap. All rights reserved.