I have developed a live scoring application which is based on the long polling approach, or Comet as they also call it. I have used ASP.NET 4.0 running on IIS 6 (windows 2003 - only two CPUs, which do
I am having a terrible time deploying a web app. Environment There is an intranet site that currently has lot\'s of files and folders, and works fine. It was not configured to use ASP.NET, it was ju
The situation is I made a minor bug fix to a class, so they want to just deploy the dll affected.They stopped IIS, replaced the dll in the /bin folder of the iis directory for the web site with the ne
I\'m using Forms Authentication in my current ASP.NET Web Application (not MVC) and my IIS 6 server is configured with the following options:
There is a process that will send an http post request to a specific url, and from there I need to read information stored in the request headers (specifically X-RIM-Push-ID and X-RIM-Push-Status)
I have a classic ASP application that has been stable for years and now we\'re having all kinds of problems with it.After moving the app between machines and wiping the original so we could have a fre
I recently upgraded an ASP.Net 2.0 website to ASP.Net 4.0 using VS2010 upgrade option. Website works fine in cassini and even on our Windows 2003 server with IIS 6.0
The code below works OK and can read everything in a remote IIS 6 server\'s metabase -- except the frikkin\' numeric ID of the properties. I can\'t find them in the PropertyValueCollection object.
I\'m using a JAX-WS generated client (using wsimport, the one bundled with Glassfish 2.1.1) to connect to a ASP.NET generated WebService running in a IIS 6.
I am using a webservice as the endpoint for an XHR request, and planning on gzip/deflate compressing the response for compatible browsers.