Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
99
votes
8answers
47k 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!
94
votes
3answers
30k views
What is the difference between 'classic' and 'integrated' pipeline mode 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 ...
86
votes
16answers
48k views
Best way to run scheduled tasks [closed]
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 ...
86
votes
12answers
29k 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 ...
84
votes
32answers
72k 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 ...
83
votes
10answers
9k views
How To improve ASP.NET MVC Application Performance
How do you improve your ASP.NET MVC application performance?
82
votes
12answers
183k views
How do I get current page full URL in PHP on a Windows/IIS server
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:
...
71
votes
1answer
14k views
What are all the user accounts for IIS/ASP.NET and how do they differ?
Under Windows Server 2008 with ASP.NET 4.0 installed there is a whole slew of related user accounts, and I can't understand which one is which, how to they differ, and which one is REALLY the one that ...
70
votes
11answers
17k 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.
...
69
votes
5answers
88k views
How to add ASP.NET 4.0 as Application Pool on IIS 7, Windows 7
Configuring servers is not my strong suit by any means.
I'm trying to move a development project to Windows 7.
One of the things that I need to run the application is to select ASP.NET v4.0 as the ...
69
votes
6answers
19k views
Using Custom Domains With IIS Express
Traditionally I use custom 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 working ...
68
votes
3answers
49k views
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
I Installed DotNetOpenAuth SDK-3.4.5.10201.vsix and I can't get it working.
It works locally (when I run as localhost) but when i try to publish it ain't working.
The IIS error message I get is
...
63
votes
8answers
35k 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 ...
58
votes
5answers
31k views
Maximum request length exceeded
I am getting this error when I am trying to upload a video in my site.
Can you tell me how to fix this?
58
votes
7answers
7k 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 ...
53
votes
6answers
17k 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. :(
50
votes
8answers
72k 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 ...
48
votes
9answers
27k 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 ...
46
votes
2answers
18k views
How to configure static content cache per folder and extension in IIS7?
I would like to set up rules in IIS7 for static content caching in my ASP.NET website.
I have seen these articles, which details how to do it using the <clientCache /> element in web.config:
...
45
votes
5answers
24k views
IIS - this configuration section cannot be used at this path (configuration locking?)
I've encountered an error deploying a site to a server. When trying to load the home page, or access authentication on the new site in IIS, I get the error:
Config Error: This configuration section ...
44
votes
11answers
27k views
ASP MVC in IIS 7 results in: HTTP Error 403.14 - Forbidden [closed]
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 ...
44
votes
1answer
26k views
How to set .net Framework 4.5 version in IIS 7 application pool
I installed the Visual Studio 11 Beta and suddenly all the async action methods I had created under the VS 11 Developer preview started hanging (apparently this issue: ...
44
votes
4answers
16k views
What is the aspnet_client folder for under the IIS structure?
I notice that there's frequently an aspnet_client folder under the standard IIS web folder structure. What is this used for? Is it needed?
42
votes
28answers
8k 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 ...
42
votes
5answers
8k 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 ...
41
votes
17answers
77k 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.
...
39
votes
5answers
22k 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 ...
39
votes
11answers
52k views
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2
This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we get the following ...
38
votes
2answers
1k 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 ...
37
votes
10answers
41k 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 ...
37
votes
7answers
12k 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, ...
36
votes
3answers
25k 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 ...
34
votes
12answers
32k views
Script not served by static file handler on IIS7.5
I've just tried to deploy my first web application to IIS on my Windows 7 Home Premium notebook. After creating the application, I had to change to the Classic App Pool, then set that pool for ...
34
votes
2answers
21k 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 ...
34
votes
3answers
8k views
How do I enable gzip compression when using MVC3 on IIS7?
Does anybody know how to enable gzip compression in MVC 3? I'm using IIS7.
Google Chrome Audit's result:
Enable gzip compression (4)
Compressing the following resources with gzip could ...
33
votes
6answers
8k 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 ...
32
votes
5answers
11k 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 ...
30
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 ...
30
votes
3answers
10k views
How to keep ASP.NET assemblies in AppDomain alive?
Scenario: I've an n-Tier enterprise ASP.NET application deployed using Web Deployment Projects. All tiers produce independent assemblies that is consumed by the ASP.NET application.
Problem: When I ...
28
votes
4answers
6k 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: ...
28
votes
4answers
39k 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 ...
27
votes
4answers
49k views
How to register ASP.NET 2.0 to web server(IIS7)?
I have a web-page application already created, but when I open it in visual studio 2008, it says there that:
ASP.NET 2.0 has not been registered on the Web Server. You need to
manually configure ...
27
votes
2answers
18k views
How to start IIS Express Manually
Is there a command line program or service that I can use to start IIS Express manually?
26
votes
9answers
22k views
How to solve error message: “Failed to map the path '/'.”
I've searched and searched on Google, and I can't find anything that even seems applicable to my situation, let alone solves the problem. It doesn't matter which address in my website I try to ...
26
votes
10answers
14k 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 ...
26
votes
4answers
52k 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 ...
26
votes
5answers
24k views
ASP.NET 4.0: How do I fix the “'compilerVersion' ” IIS error?
System.Configuration.ConfigurationErrorsException: The value for the 'compilerVersion' attribute in the provider options must be 'v4.0' or later if you are compiling for version 4.0 or later of the ...
26
votes
6answers
11k 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 ...
26
votes
5answers
13k 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 ...
26
votes
6answers
8k 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 ...