Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
2k views

Visual Studio Debugging is not attaching to WebDev.WebServer.EXE

I have a solution with many projects. On Debug, I have three web projects that I want to start up on their own Cassini ASP.NET Web Development servers. In the Solution Properties - Common Properties - ...
3
votes
2answers
143 views

How do I start WebDevServer from a .sln file without opening Visual Studio 2008

Is there a way to start WebDevServer (Visual Web Development Server) by passing in the .sln file without actually opening Visual Studio 2008? I am a JavaScript developer and I work in a client ...
2
votes
2answers
62 views

Visual Studio Add-In To Automatically Attach to Development Server

Is anyone aware of a Visual Studio 2010 Add-In that will automatically allow you to attach to a running instance of the ASP.Net Development Server? And if there is more than one currently running, ...
1
vote
2answers
183 views

C++ web development

I understand that as C++ isn't dynamic, its not seen as a particularly great base to build a website, but I believe it partly falls down to support. Are there any servers that run C++ programs as like ...
1
vote
0answers
145 views

Does ASP.NET web development server (WebDev.WebServer.EXE) support HTTP/1.1 persistent connections?

HTTP/1.1 specifies that by default persistent connections should be used. I'm wondering if the ASP.NET Web Development Server supports them. So far I have seen that even though an HTTP request ...
1
vote
4answers
371 views

How to find out a website is created with such and such language?

For Eg..(.HTML gives an idea of that website developed with HTML, .aspx gives an idea of that website developed with ASP.NET and so on...). But, if extension is hidden, then can we able to find out ...
1
vote
2answers
343 views

Why IIS Development server recompiles all my web application every time I build my webapp in VS 2008?

We have a web application project (not a web site), until the day we have added batch="false" to web.config web development server was compiling all the web application instead of the page that was ...
0
votes
1answer
107 views

GUI template for IIS express [closed]

Possible Duplicate: IISExpress User Interface I've installed IIS 7.5 express on my local machine (Windows XP + SP3). I am able to access IIS express from cmdline using (IISExpress /?) . I ...
0
votes
0answers
80 views

Data error (cyclic redundancy check) under IIS and no errors under development web server

I've got some bad blocks on my HDD, and when trying to launch my web app under IIS6 I get IOException: Data error (cyclic redundancy check). However when I launch the web app under development server ...
0
votes
1answer
70 views

Virtual directories in IIS7

I have a domain like: clients.mydomain.com which I want to be able to run multiple websites under as a quick demonstration area for clients, so I might have: clients.mydomain.com/client1 ...
0
votes
1answer
27 views

Managing Client Server

As a person aspiring to be a web developer, I've always wondered. If you ask your client for payment do you include monthly payment for the server cost, or you just have a server of your own and it's ...
0
votes
2answers
200 views

Mixed content error in chrome; Site contains no mixed content; Clearing Cache and reopening Chrome does not solve

I am getting a mixed content warning from Google Chrome. It does not show in Firefox or Explorer. I'm opening the site from a test server on localhost running Vista, Apache2.2.16, mod_ssl2.2.16, ...
0
votes
3answers
45 views

Bad render alert solution?

Any party know of a product which will alert if a website renders bad - different than alert if the website is down. If the http service is operating and the rendered output includes keywords such as ...
0
votes
13answers
18k views

Unable to launch the ASP.NET Development server because port '1900' is in use

I don't know what has got into my computer today. I was developing just fine in VS 2008 and testing my ASP.NET web site on my development server. Then suddenly, out of the blue, I can't run my web ...
-1
votes
1answer
349 views

What is the infrastructure used for Stackoverflow, Twitter, LinkedIn and Facebook [closed]

I am curious, what is the infrastructure used for the following websites : Stackoverflow, Twitter, LinkedIn and Facebook ? (or any other social networks)