Tagged Questions
IIS (Internet Information Services) Version 7.5 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
72
votes
11answers
20k views
ASP.NET MVC on IIS 7.5
I'm running Windows 7 Ultimate (64 bit) using Visual Studio 2010 RC. I recently decided to have VS run/debug my apps on IIS rather than the dev server that comes with it.
However, every time I try ...
33
votes
5answers
8k views
Can't run ASP.NET MVC 2 web app on IIS 7.5
I'm trying to run an ASP.NET MVC 2 web application under IIS on Windows 7, but I get a 403.14 error. Here are the steps to reproduce:
Open Visual Studio 2010
Create a new ASP.NET MVC 2 project ...
22
votes
1answer
6k views
IIS AppPoolIdentity and file system write access permissions
Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated.
My question is: using ASP.NET in IIS 7.5, how does IIS and/or the ...
19
votes
7answers
12k views
Getting an ASP.MVC2/VS2010 application to work in IIS 7.5
I've recently downloaded beta 2 of VS2010 and started playing with ASP.NET MVC2. Initial development was done with Casini, but now I wanted to run the application from IIS 7.5 (I'm running Windows 7).
...
18
votes
2answers
6k views
Mercurial client error 255 and HTTP error 404 when attempting to push large files to server
Problem:
19/06/10 Update: More evidence problem is server-side. Receiving this error on Windows 7 command line (see below for full traceback):
URLError: <urlopen error [Errno 10054] An existing ...
15
votes
1answer
5k views
IIS Manager can't configure .NET Compilation on .NET 4 Applications
i tried to configure the .NET Compilation Settings in the IIS Manager but all i see is an Error Message that tells me that there is an unrecognized element in the web.config file in ...
15
votes
1answer
2k views
What is the difference between customErrors and httpErrors?
What is the difference between the customErrors and httpErrors sections of the web.config file in ASP.NET MVC applications?
What are the guidelines for using each section?
Thanks.
Alan T
13
votes
10answers
22k 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 ...
11
votes
4answers
225 views
Performance and security of ASP.NET MVC app - handler mappings and modules
i just have read an interesting article. Basically it says, you should fine-tune IIS settings for every application in 2 ways:
handler mappings - remove all unused by application
modules - remove ...
11
votes
1answer
4k 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
...
11
votes
5answers
4k views
Stopping cookies being set from a domain (aka “cookieless domain”) to increase site performance
I was reading in Google's documentation about improving site speed. One of their recommendations is serving static content (images, css, js, etc.) from a "cookieless domain":
Static content, such ...
10
votes
2answers
990 views
GZip Compression On IIS 7.5 is not working
I am trying to support GZip compression for my static files under IIS (which should be enabled by default but not) but not working so far. Here is the the section under <system.webServer> node ...
10
votes
5answers
650 views
Can a page opt out of IIS 7 compression?
My pages are automatically being compressed by IIS7 with GZIP.
That is great... but, for one particular page, I need to stream it to the user, using Response.Flush() when needed. But when the output ...
9
votes
1answer
1k views
IIS 7.5 URL Rewrite Module with non-existent files and no extensions
I'm using the IIS URL Rewrite module successfully for known file extensions (.aspx, .html, etc.) However, how can I use the IIS URL Rewrite module for requests with no extensions, or files that do ...
9
votes
4answers
955 views
Detecting Memory Leaks in ASP.NET
My development team is using ASP.NET 3.5 / 4.0 right now, and our sites are running on IIS 7.5. Recently, we've been having problems (about once a week) that are causing Out of Memory exceptions to ...
9
votes
1answer
2k views
IISExpress User Interface
I have just downloaded and installed IIS express and it all works well running it from the command line:
But how do i configure options for it, is there a standalone windows interface for it like IIS ...
9
votes
1answer
700 views
IIS error in deploying asp.net mvc2 [closed]
I am trying to deploy a wcf webhttp service onto IIS. I am Running Windows 7, IIS 7.5, VS2010.
The Steps
- Created a project WCF Rest Service Application.
- Published the project to localhost
- ...
9
votes
7answers
10k views
Developing in Visual Studio 2010 with the new IIS Express web server?
Although this question isn't directly about code it's related to programming and seems better put here than, say, serverfault or superuser.
--
I'm a developer with Visual Studio 2010. Microsoft's ...
8
votes
4answers
603 views
Google AdSense JavaScript causing multiple page-loads?
Update
Ok - I now know where the multiple page loads are coming from! (However, the mystery is not yet solved).
It seems that immediately after a request is made to a page containing AdSense ads, ...
8
votes
2answers
190 views
What's so bad about running an IIS web application from an UNC share, as suggested in DotNetNuke docs?
I've been taught in the past that it is unwise to run a web application from an UNC share. Reasons I remember are security, rights and authorization trouble and performance. However, in the DotNetNuke ...
8
votes
7answers
13k views
Detailed 500 error message, ASP + IIS 7.5
IIS 7.5 , 2008rc2, classic asp, 500 error msg:
The page cannot be displayed because an internal server error has occurred.
I need to know how to configure iis to get detailed error.
I've tried ...
7
votes
2answers
153 views
Why is ASP.NET replacing a Content-Length header with a Transfer-Encoding header when manually flushing a response?
Our web application (ASP.NET Web Forms) has a page that will display a recently generated PDF file to users. Because the PDF file is sometimes quite large, we've implemented a "streaming" approach to ...
7
votes
1answer
3k views
What is the correct usage of “runAllManagedModulesForAllRequests” in ASP.NET MVC2/3?
I've read various posts and questions about the use of runAllManagedModulesForAllRequests in the modules section of <system.WebServer> and I'm concerned that I'm using this setting incorrectly.
...
7
votes
3answers
6k views
How to give ASP.NET access to a private key in a certificate in the certificate store?
I have an ASP.NET application that accesses private key in a certificate in the certificates store. On Windows Server 2003 I was able to use winhttpcertcfg.exe to give private key access to the ...
7
votes
4answers
3k views
Setting up IIS7.5 for local ASP.Net Development
Are there any particular settings one should optimally enable/disable/tweak when doing ASP.Net MVC development on local test machine Windows 7 using IIS 7.5 and moving in and out the debugger & ...
6
votes
3answers
241 views
IIS understand static files in MVC as dynamic content
Playing with the httpCompression I relalized that IIS understand static files in MVC as dynamic content, so even if you tick the "Enable static content compression", but don't tick "Enable dynamic ...
6
votes
4answers
490 views
How can I attach the Delphi debugger to 64-bit IIS 7.5?
I'm running Delphi XE on Windows 7 Pro 64 and IIS 7.5, developing an ISAPI application. IIS is configured correctly (including allowing 32-bit code to run in an ISAPI process). The ISAPI process runs ...
6
votes
1answer
2k views
IIS 7.5 applicationHost.config file is not being updated
I'm currently playing around with the Microsoft.Web.Administration (MWA) namespace in order to adjust our application to configure IIS 7.5 with the new API.
I understood that all IIS level changes ...
6
votes
2answers
618 views
Installing RoR on Windows IIS 7.5 using FastCGI and Url Rewrite
I'm trying to get RoR 3 installed on my Windows 7 Installation with IIS 7.5 using FastCGI.
So far, I have gotten Ruby on Rails installed and it works using 'rails server' and I can see the site on ...
6
votes
2answers
3k views
IIS express from command line
I've installed the IIS Express 7.5 Beta 3 and tried it on multiple computers (Windows 7, Windows Server 2008 R2 and Windows XP) and on each one of them I get the following error when running
...
6
votes
2answers
222 views
IIS 7.5 receive emails?
In the good old days with IIS 6, it was possible to use the SEOLib to make a managed hook in the SMTP service that would run whenever a mail got delivered.
In Vista and W7 they stopped shipping ...
5
votes
2answers
113 views
ASP.NET MVC3 Debugging Application_Start
I am trying to deploy my first MVC3 application to a server running IIS-7.5. I've got the thing up and running, but I'm having some trouble with my debugging methods. I use a proprietary debugging ...
5
votes
1answer
165 views
IIS7 Application Pool crash when reading cookies
This one is a real challenge:
I've set IIS7.5 on my computer and started to develop a website. Each night I'm backing it up on my web server, win 2008r2 sp1 (all updates). It works flawlessly.
Yet, ...
5
votes
4answers
176 views
Requests for static files are hitting the managed code in ASP.NET MVC3
Creating custom IHttpModules, I have realized that the requests for static files (e.g.: .css and .js files) are hitting the managed modules. Probably pictures have the same problem. Shouldn't IIS ...
5
votes
5answers
395 views
What is consuming over 65% of time in an ASP.NET application?
I have an .Net Framework 4.0, ASP.NET, ASP.NET MVC 3 web application hosted on a Windows 7 / IIS 7.5. IIS logging is enabled on this machine and set to log in W3C mode.
The application is compiled by ...
5
votes
1answer
274 views
Stackoverflows Mini Profiler [closed]
http://code.google.com/p/mvc-mini-profiler/
This looks amazing, and I'm really excited about it, but my site is IIS7.5/ASP.net 4 webforms, I looked at the FAQ but couldn't find much, will this work ...
5
votes
1answer
612 views
How to configure Perl/FCGI (FastCGI) with IIS 7.5?
I'm trying to get Perl/FastCGI (FCGI) running with IIS 7.5. The version of C:\Windows\System32\inetsrv\iisfcgi.dll is 7.5.7601.17514. Here's my web.config and my Perl script:
D:\MiLu\Dev :: more /t1 ...
5
votes
7answers
3k views
ASP.NET MVC3 In IIS 7.5
Hi
I want to publish an MVC 3 site in Windows Server 2008 R2 SP1. I installed MVC 3 and MVC 2. When I created an MVC 2 site, it worked fine but the MVC 3 site did not work. I installed MVC 3 first and ...
5
votes
4answers
3k views
Can PHP and ASP.Net run together within the same web site in IIS 7.5?
A portion of our site is done in PHP and a portion of our site is done in ASP.Net. We just set up a new web server with Windows Server 2008 R2 which has IIS 7.5 installed.
I understand that IIS 7+ ...
5
votes
1answer
280 views
Use Web Garden to simulate Web Farm session issues?
I just stumbled across the concept of a "Web Garden" in an IIS App Pool. That is, when more than one process serves the same webpage. From what I understand, this means ASP.NET InProc sessions have ...
5
votes
2answers
662 views
How to add net.tcp to the “Enabled protocols” by using a WIX 3.5 project/setup?
We have a few MSI packages (generated by WIX) that install WCF services. Most of these services need net.tcp for their endpoint bindings.
I'd like to make our deployment life easier and automate the ...
5
votes
5answers
6k views
Deploy ASP.NET MVC 2 to IIS 7.5 targeting .NET 3.5
I created an ASP.NET MVC 2 application in Visual Studio 2008. I set the release build to go through the ASP.NET compiler to precompile all the views, minify Javascript and CSS, clean up the ...
5
votes
1answer
2k views
Installing IIS 7.5 on Windows Server 2008
I would like to know if I can install IIS 7.5 on Windows Server 2008 and NOT Windows Server 2008 R2?
5
votes
2answers
5k views
How to correctly debug web applications on local IIS 7.5 with VS 2010 Beta2?
I'm sort of new to developing Asp.net webapplication projects while running them on a local IIS. Till now I used the 'Use Visual Studio Development Server' option.
I'm using Visual Studio 2010 Beta ...
5
votes
5answers
17k views
IIS 7.5 and ASP .NET 2.0
Are there any known issues with IIS 7.5? I'm getting the following error when I try to browse/start/view any page on the site.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be ...
4
votes
8answers
326 views
ASP.net How to output cache a webusercontrol on controls public properties
I have a web user control, it serves some potentially intensive data calculations and I would like it to be output cached so that each page view doesn't recalculate the data. It resides on very ...
4
votes
1answer
87 views
VSTS Error SerializationException
I tried debugging my code in team foundation server and I was receiving an error stating that
SerializationException was unhandled by user code and its description is Type is not resolved for member ...
4
votes
2answers
150 views
mvc mini profiler (1.4) & IIS
The solution works great with cassini but as soon as I make it run into IIS (7.5 on Windows 7 / 64), it stops working. All js & css file are never downloaded and the script fails. I looked into ...
4
votes
2answers
92 views
Any performance difference between http 304 and 404?
We have a web site that does not have a favourite icon favicon.
Therefore, we get a lot of http 404 errors for the file favicon.ico.
For the functionality of the web site it does not make a ...
4
votes
1answer
186 views
Controlling a long running and critical ISAPI process
Scenario:
Client makes ISAPI call with POST to IIS 7.5 server - the call will generate mission critical output to be distributed to numerous users. (using Delphi XE with Indy 9 HTTP client in this ...