Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
60
votes
11answers
13k views
How to setup Mercurial and hgwebdir on IIS?
I've been looking all over for decent instructions on how to get hgwebdir working on IIS but I haven't found much of worth.
There's this "step by step" on the Mercurial wiki, but it's not very good.
...
60
votes
12answers
18k views
Comet implementation for ASP.NET?
I've been looking at ways to implement gmail-like messaging inside a browser, and arrived at the Comet concept. However, I haven't been able to find a good .NET implementation that allows me to do ...
58
votes
9answers
4k views
How To improve ASP.NET MVC Application Performance
How do you improve your ASP.NET MVC application performance?
54
votes
15answers
27k views
ASP.Net:Best way to run scheduled tasks
Today we have built an console application for running scheduled tasks for our ASP.NET website. But I think this approach is a bit error prone and difficult to maintain. How do you execute you ...
52
votes
9answers
22k views
Enable IIS7 gzip
How can I enable IIS7 to gzip static files like js and css and how can I test if IIS7 is really gziping them before sending to the client?
Thanks!
43
votes
7answers
4k views
How to deploy an ASP.NET Application with zero downtime
To deploy a new version of our website we do the following:
Zip up the new code, and upload it to the server.
On the live server, delete all the live code from the IIS website directory.
Extract the ...
33
votes
1answer
11k views
What is the difference between classic and integrated in IIS7?
I was deploying an ASP.NET MVC application last night, and found out that it is less work to deploy with IIS7 set to integrated mode. My question is what is the difference? And what are the ...
31
votes
7answers
15k views
Where does Console.WriteLine go in ASP.NET?
In a J2EE application (like one running in WebSphere), when I use System.out.println(), my text goes to standard out, which is mapped to a file by the WebSphere admin console.
In an ASP.NET ...
31
votes
28answers
6k views
What are the (dis)advantages of using Cassini instead of IIS?
I've found that on some occasions I can edit the source while debugging, are there any other advantages of using the Visual Studio built-in webserver instead of a virtual directory in IIS?
I'm using ...
30
votes
2answers
502 views
Is IIS performing an illegal character substitution? If so, how to stop it?
Context: ASP.NET MVC running in IIS, with a a UTF-8 %-encoded URL.
Using the standard project template, and a test-action in HomeController like:
public ActionResult Test(string id)
{
return ...
30
votes
7answers
8k views
IIS URL Rewriting vs URL Routing
I was planning to use url routing for a Web Forms application. But, after reading some posts, I am not sure if it is an easy approach.
Is it better to use the URL Rewrite module for web forms? But, ...
29
votes
12answers
59k views
How do I get current page full URL in PHP
I moved a WordPress installation to a new folder on a Windows/IIS server. I'm setting up 301 redirects in PHP, but it doesn't seem to be working. My post URL's have the following format:
...
28
votes
4answers
2k views
ASP.NET MVC Routing vs. Reserved Filenames in Windows
In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File Names—COM1 through COM9, LPT1 through LPT9, CON, AUX, PRN, and NUL—anywhere in our routes. They ...
28
votes
5answers
4k views
IHttpHandler vs IHttpModule
My question is simple (although the answer will most likely not be): I'm trying to decide how to implement a server side upload handler in C# / ASP.NET.
I've used both HttpModules (IHttpModule ...
28
votes
14answers
49k views
WCF, Service attribute value in the ServiceHost directive could not be found
I'm trying to host my service with IIS 6 but I keep get this exception.
Server Error in '/WebServices' Application.
...
28
votes
10answers
25k views
What does an IISReset do?
On IIS 6, what does an IIS Reset do?
Please compare to recycling an app pool and stopping and starting an ASP.NET web site.
If you replace a DLL or edit/replace the web.config on an ASP.NET web ...
24
votes
4answers
10k views
IIS7 Cache-Control
I'm trying to do something which I thought would be fairly simple. Get IIS 7 to tell clients they can cache all images on my site for a certain amount of time, let's say 24 hours.
I have tried the ...
22
votes
5answers
4k views
IIS Express enable external request
How can I enable remote requests in IIS Express. Scott Guthrie wrote that is possible but he didn't say how :(
22
votes
17answers
24k views
The breakpoint will not currently be hit. No symbols have been loaded for this document
Ok, what i have:
Visual Studio 2010 RC, W7 x64, started a new project type of Silverlight application. Hosting the Silverlight application in a ASP.NET Web Application Project. Silverlight Version ...
22
votes
3answers
7k views
How can I get my webapp's base URL in ASP.NET MVC?
How can I quickly determine what the root URL is for my ASP.NET MVC application? I.e., if IIS is set to serve my application at http://example.com/foo/bar, then I'd like to be able to get that URL in ...
22
votes
3answers
13k views
Add Expires or Cache Control Header to static content in IIS
After running the YSlow plugin on a site, I saw that one of the recommendations was to add far future expires headers to the scripts, stylesheets, and images.
I would like to do this, does anyone ...
22
votes
4answers
37k views
Downloading Docx from IE - Setting MIME Types in IIS
I am sure there is a simple answer to this one.
I have a docx file that I get an error when trying to download(document cannot be found).... .doc is fine .txt is also fine. I am sure this is just an ...
21
votes
3answers
6k views
Using Custom Domains With IIS Express
Traditionally I have used customer domains with my localhost development server. Something along the lines of:
dev.example.com
dev.api.example.com
This has provided me a ton of flexibility when ...
21
votes
5answers
8k views
Step-By-Step ASP.NET Automated Build/Deploy
Seems like there are so many different ways of automating one's build/deployment that it becomes difficult to parse through all the different scenarios that people support in tutorials on the web. So ...
21
votes
5answers
10k views
ASP.NET MVC and IIS 5
What is the best way to get hosting of an ASP.NET MVC application to work on IIS 5 (6 or 7). When I tried to publish my ASP.NET MVC application, all I seemed to get is 404 errors. I've done a bit of ...
21
votes
6answers
8k views
How do you implement caching in Linq to SQL?
We've just started using LINQ to SQL at work for our DAL & we haven't really come up with a standard for out caching model. Previously we had being using a base 'DAL' class that implemented a ...
20
votes
5answers
13k views
WCF WebService / IIS Hosting & Configuration Issue Behind a Firewall
I have a simple WCF Web service. It's hosted on IIS under the default website in our production domain. (local address: 10.10.20.100)
By default this default website was setup for "All Unassigned" ...
20
votes
9answers
9k views
How to detect IIS version using C#?
How to detect IIS version using C#?
Update:
I meant from a winapp (actually the scenario is developing a custom installer that wants to check the version of the installed IIS to call the appropriate ...
20
votes
4answers
8k views
Load testing WCF service (hosted on IIS)
What tools are there that I can test out a WCF service?
I am expecting allot of load so I want to have an idea how much a single server can handle.
19
votes
2answers
13k views
Using makecert for Development SSL
Here's my situation:
I'm trying to create a SSL certificate that will be installed on all developer's machine's, along with two internal servers (everything is non-production).
What do I need to do ...
19
votes
5answers
32k views
IIS hosted WCF-service + Windows auth in IIS + TransportCredentialOnly/Windows auth in basicHttpBinding
I want to create a WCF-service hosted in IIS6 and disable anonymous authentication in IIS. And don't use SSL.
So only way I have is to use basicHttpBinging with TransportCredentialOnly, itsn't it?
I ...
19
votes
1answer
1k views
How do I use LogParser to find out the LENGTH of a field in an IIS Log?
I'm trying to find LONG UserAgent strings with LogParser.exe in my IIS logs. This example searches for entries with the string 'poo' in them.
LogParser.exe -i:IISW3C
"SELECT COUNT(cs(User-Agent)) AS ...
18
votes
2answers
537 views
Does ASP.NET worker process still return data in chunks of 31kb
Does ASP.NET worker process still return data in chunks of 31Kb
This MSDN article written in May 2004 specifies the following.
When using the ASP.NET process model,
the ASP.NET worker process ...
18
votes
20answers
2k views
Are you using Virtual Machine as your primary development enviroment?
Recently I have purchased a notebook that cames with Windows Home Basic (that don't have with ASP.Net/IIS. I thought in upgrade the Windows version to one with ASP.Net/IIS, but I thought in another ...
17
votes
4answers
4k views
msdeploy (Web Deploy) failing with 401 auth issues
I'm trying to get msdeploy installed and set up. I've installed the remote service on the web server, but all my tests are giving me a 401 unauthorised error. The server is Windows 2008 R2.
I'm ...
17
votes
3answers
1k views
ASP.NET MVC + IIS7 + FireFox : trailing slash in URL
Note: I have done hours of digging for the answer, and couldn't find one.
I have an ASP.NET MVC (2.0) application, hosted on IIS7 (integrated mode).
When GET request is made to /Toons/List - I ...
17
votes
2answers
2k views
IIS Session Timeout vs ASP.NET Session Timeout
In IIS 6 (and other versions too afaik), there is a Session Timeout setting in Properties -> Home Directory Tab -> Configuration button -> Options tab. Looks like this:
And in the ASP.NET ...
16
votes
4answers
2k views
Starting and stopping IIS Express programmatically
I am trying to build a small application in C# which should start/stop an IIS Express worker process. For this purpose I want to use the official "IIS Express API" which is documented on MSDN: ...
16
votes
2answers
7k views
IIS 7.5 under Win7 Prof. 64bit Returning Blank Page (No HTML at all)
I am trying to setup my development environment in Windows7 and am having trouble getting IIS to work. I have set everything up like I have been doing since IIS6 so I have the basics down. My problem ...
16
votes
6answers
6k views
How do I setup IIS with a cookieless domain to improve performance?
I was reading in google's documentation their new pagespeed plugin, that they recommend using cookieless domains to improve performance:
Static content, such as images, JS and CSS files, don't ...
16
votes
5answers
21k views
What is the difference between DefaultAppPool and Classic .NET AppPool in IIS7?
I have a problem with timeouts in IIS. In the web.config the session timeout was set to 60 minutes but after 20 minutes the session ends.
This problem only occurs in IIS7 and not in IIS5.
After ...
16
votes
5answers
3k views
Can I use threads to carry out long-running jobs on IIS?
In an ASP.Net application, the user clicks a button on the webpage and this then instantiates an object on the server through the event handler and calls a method on the object.
The method goes off to ...
16
votes
8answers
3k views
Are there any plans to officially support Django with IIS?
I say properly because everyone I have spoken to in the past said running Django on IIS was a hack. I had it working somewhat but it never did quite right and did feel like a hack. I like python but ...
15
votes
6answers
3k views
Slow first page load on asp.net site
Every now and then (always after a long period of idle-time, e.g. overnight) when I access a site built using asp.net - it takes around 15 seconds to load the page (15 seconds before I see any ...
14
votes
6answers
414 views
What is limiting the # of simultaneous connections my ASP.NET application can make to a web service?
I have an ASP.NET 4.0 application running atop IIS 7.5 on a 64-bit Windows Server 2008 R2 Enterprise machine with gobs of RAM, CPU, disk, etc.
With every web request, the ASP.NET application makes a ...
14
votes
3answers
293 views
Stack overflow in .NET sends IIS to 100% CPU usage - why no StackOverflowException?
I had some code in an ASP.NET application running on Server 2008 R2 + IIS 7.5. Whenever I loaded a particular page, it would hang forever and send IIS to 100% CPU usage. I eventually tracked down the ...
14
votes
6answers
9k views
WCF : Could not establish trust relationship for the SSL/TLS secure channel with authority - back to the drawing board
Really thought I had this issue fixed, but it was only disguised before.
I have a WCF service hosted in IIS 7 using HTTPS. When I browse to this site in internet explorer, it works like a charm, ...
14
votes
6answers
8k views
ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden
I 'm developing an ASP MVC web project. Now i have a requirement which forces me to deploy to an IIS7 inmiddle of development (to check some features). I 'm getting the above mentioned error message ...
14
votes
5answers
3k views
IIS WCF service hosting vs Windows Service
We developped a WCF service and we're looking to deploy it.
Our clients will be using it with basicHttpBinding but our internal team will be using it with namedPipesBinding.
We are wondering if is it ...
14
votes
7answers
27k views
Port 80 is being used by SYSTEM (PID 4), what is that?
I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
When I look up the process in task manager, it shows PID 4 is ...