Internet Information Services (IIS) is a web server application from Microsoft.
Questions tagged [iis]
38 questions
33
votes
4 answers
Why after each restart, my local .NET sites take time to load for the first time?
I'm developing sites based on .NET platform. I usually deploy these sites on my local IIS, so that I can test them and see their functionality before going live. However, each time I restart windows, it seems that sites take a long time to run for…

Saeed Neamati
- 18,142
- 23
- 87
- 125
29
votes
3 answers
Kernel mode web servers: A clever optimization or a security nightmare?
I was reading a Hacker News thread where one user posts a link from 2011 explaining that IIS is much faster than most other (*nix) web servers. Another user replies, explaining that IIS gets that advantage by having a kernel module called HTTP.sys.…

James Mishra
- 1,499
- 1
- 12
- 16
24
votes
5 answers
Why does IIS default to Recycling the Application Pool every 1740 minutes?
Why does IIS default to recycle the app pool after a given time? Is there some specific reason other than perhaps most web apps are not managing the memory prudently? Given that you are managing your application's memory properly, is is safe to go…

aceinthehole
- 2,388
- 4
- 18
- 26
18
votes
11 answers
Reasons to Use a VM For Development
Background:
I work at a start-up company, where one team uses Virtual Machines to connect to a remote server to do their development, and another team (the team I'm on) uses local IIS/SQL Server 2005/Visual Studio installations to conduct…

George Stocker
- 6,388
- 2
- 31
- 55
11
votes
1 answer
Why use IIS or apache tomcat instead of self-hosting?
I am a .NET developer. I see ASP.NET MVC framework now started providing a self-hosting feature. It makes a lot of sense (to me). A self-hosted application feels complete with no external dependency.
The question I have in my mind is now why would…

bilal fazlani
- 228
- 2
- 7
10
votes
2 answers
Should I cache the data or hit the database?
I have not worked with any caching mechanisms and was wondering what my options are in the .net world for the following scenario.
We basically have a a REST Service where the user passes an ID of a Category (think folder) and this category may have…

JD01
- 1,279
- 2
- 13
- 20
10
votes
1 answer
Does every ASP.NET Web Application has a Single Application Domain?
I am bit confused. Is there only one application domain for every single ASP.NET Web Application or there can be anywhere between 1 to 100 application domains present in a single application pool of a web application

Pankaj Upadhyay
- 5,060
- 11
- 44
- 60
6
votes
1 answer
Proper way to deploy ASP.net to production web server
Here is how I was told to deploy my ASP.net(mostly intranet) website\program\application to the production web server in my company.
Change necessary settings in web.config for production web server.
Copy EVERYTHING of my source codes, then paste…

Pop
- 219
- 2
- 6
6
votes
2 answers
Full Trust level: should be a concern?
Should I worry about the safety of my application if it runs in Full Trust level?
If yes, why? What damages could be done?
If the trust level should be a concern why it is the default level for asp.net applications instead of medium?
I know all the…

Marcelo De Zen
- 163
- 1
- 5
5
votes
2 answers
How to keep track of links pointing to existing web applications in an Intranet?
At my new place of employment we have a Intranet solution containing multiple web applications hosted in IIS. Outside of the development department other departments either source or create other applications / reports that deep link into these web…

lostinwpf
- 173
- 3
5
votes
1 answer
Hosting long-running worker inside IIS
Is it possible to host a long-running worker inside ASP.NET application? The worker (for it's a windows service) is reading from a queue sending messages to a WCF service.
Would it be possible to run this "light long-running worker" inside an…

redman
- 152
- 1
- 5
5
votes
1 answer
Is there a proven concept to website reverse certificate authentication?
We're looking at exposing some of our internal application data externally via a website. The actual details of the website aren't that interesting, it'll be built using ASP.NET/IIS etc, that might be relevant. With this, I'm essentially I'm looking…

Tom
- 221
- 1
- 3
4
votes
2 answers
Polling versus push notifications
I have a hybrid web app for android. The webpage or website the app shows is in asp.net. The javascript for the webpage running in the webview of the app is sending out an ajax request every 10 seconds to an asp.net page which queries a database…

user192632
- 59
- 1
- 4
3
votes
4 answers
Recommend a technical book explaining how the browser and server communicate
Although I've been developing web applications for close on 6 years now I still do not know what happens when a request reaches the server. I am looking for book that works through what happens when a request reaches the server and how the server…

StevenMcD
- 141
- 6
3
votes
1 answer
System response times --- A good Service Level Agreement?
In order to view system performance, I have been asked by management to give page response times for a few key pages. I want to make sure I am giving a good picture of the overall health of the system, and not just narrowing in on a single…

mpeterson
- 647
- 4
- 10