web-development-server

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 requested. <compilation debug="true" batch="false"> <assemblies> ... </assemblies> </compilation> This make us faster....

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 site any more! As soon as I hit F5, the message appears: Unable to launch the ASP.NET Development server because port '1900' is in use. An...

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 "error" then i would like a notification. this is different than if the http service is not available. for scenarios if consultant makes ...

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 - Startup Project, I have Multiple startup projects chosen with the three web applications' Action set to Start. All three web development s...

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 project and I want to save the memory overhead consumed by VS and give it to multiple browsers for cross-browser testing. I am hesitant with set...

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 in any other way? Is it possible to know ?..Thanks.. ...

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

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

Hosting images from unsecured servers (travelnow.com)

Hi, My application needs to serve images hosted in travelnow.com (ie. this image) but the application only allow images hosted on a secured server (ie. https). What are my options? TravelNow's suggestion is as follows. How do I do this? Akamai image servers are not secure. Therefore you are unable to serve any of the image urls wit...

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, OpenSSL0.9.8, and PHP5.3.3. All content is forced through https by apache. I am using a self-signed certificate. The entire source code i...