Questions tagged [iis-7.5]
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. Released with Windows Server 2008 R2 and Windows 7.
                                	
	iis-7.5
    
                            
                        
                    
            4,219
            questions
        
        
            435
            votes
        
        
            14
            answers
        
        
            498k
            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 doesn't work.
The IIS error message I get is:
...
            
        
       
    
            432
            votes
        
        
            4
            answers
        
        
            336k
            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 ...
            
        
       
    
            342
            votes
        
        
            28
            answers
        
        
            311k
            views
        
    ASP.NET MVC on IIS 7.5 - Error 403.14 Forbidden
                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 to ...
            
        
       
    
            207
            votes
        
        
            15
            answers
        
        
            367k
            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 a more detailed error.
I've ...
            
        
       
    
            193
            votes
        
        
            4
            answers
        
        
            90k
            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?
            
        
       
    
            182
            votes
        
        
            8
            answers
        
        
            561k
            views
        
    How to increase request timeout in IIS?
                How to increase request timeout in IIS 7.0? The same is done under application tab in ASP configuration settngs in IIS 6.0. I am not able to find the asp.net configuration section in IIS 7.0
            
        
       
    
            182
            votes
        
        
            19
            answers
        
        
            302k
            views
        
    ASP.NET 4.5 has not been registered on the Web server
                In my Win 7 development machine, and in order to use SQL Express instance instead of the localDB installed by default. I unchecked "Use IIS Express" in my MVC 4 project properties page (Web tab), then ...
            
        
       
    
            159
            votes
        
        
            24
            answers
        
        
            294k
            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 ...
            
        
       
    
            144
            votes
        
        
            7
            answers
        
        
            179k
            views
        
    Fixing slow initial load for IIS
                IIS has an annoying feature for low traffic websites where it recycles unused worker processes, causing the first user to the site after some time to get an extremely long delay (30+ seconds).
I've ...
            
        
       
    
            136
            votes
        
        
            22
            answers
        
        
            303k
            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 ...
            
        
       
    
            126
            votes
        
        
            7
            answers
        
        
            206k
            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 ...
            
        
       
    
            106
            votes
        
        
            12
            answers
        
        
            172k
            views
        
    Viewing my IIS hosted site on other machines on my network
                At home I have a simple network setup containing 2 machines.
On one machine i have a site hosted with IIS7. Rather than the standard localhost/index.htm address I have added an entry in the HOSTS ...
            
        
       
    
            102
            votes
        
        
            34
            answers
        
        
            270k
            views
        
    HTTP 404 Page Not Found in Web Api hosted in IIS 7.5
                I have a Web Api application. It works perfectly well when I tested it using the VS 2010 debugging dev server. But I now deployed it to IIS 7.5 and I am getting a HTTP 404 error when trying to access ...
            
        
       
    
            100
            votes
        
        
            4
            answers
        
        
            162k
            views
        
    How to Find App Pool Recycles in Event Log
                I have configured an app pool in IIS 7.5 to recycle when the memory usage goes above a certain level. I have also configured it to log this information.
Where in the event log should I look for this?
...
            
        
       
    
            100
            votes
        
        
            9
            answers
        
        
            218k
            views
        
    "Cannot verify access to path (C:\inetpub\wwwroot)", when adding a virtual directory
                I am trying to set up IIS web services and ASP.NET services on Windows Server 2008 R2. The physical directory was created, but I cannot get it to work. This is a fresh IIS Role installation.
The ...
            
        
       
    
            99
            votes
        
        
            16
            answers
        
        
            357k
            views
        
    The client and server cannot communicate, because they do not possess a common algorithm - ASP.NET C# VB Visual Basic IIS TLS 1.0 / 1.1 / 1.2
                I have an issue with a C# PayTrace Gateway. The below code was working fine until yesterday when I believe they turned off SSL3 due to the Poodle Exploit. When running the code below we got the ...
            
        
       
    
            94
            votes
        
        
            6
            answers
        
        
            141k
            views
        
    How do I enable HTTP PUT and DELETE for ASP.NET MVC in IIS?
                I use HTTP PUT and DELETE in my ASP.NET MVC3 application. When I run it in local, every thing works correctly; But when I publish the application to the server, these methods do not work.
Are there ...
            
        
       
    
            77
            votes
        
        
            45
            answers
        
        
            183k
            views
        
    IIS error, Unable to start debugging on the webserver
                I want to run my application from IIS on my local machine. I created the virtual directory and added the application to it and in the properties folder of the application I checked the radio button '...
            
        
       
    
            77
            votes
        
        
            4
            answers
        
        
            86k
            views
        
    IISExpress User Interface [closed]
                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 ...
            
        
       
    
            72
            votes
        
        
            4
            answers
        
        
            208k
            views
        
    HTTP Error 404.3-Not Found in IIS 7.5
                I'm using IIS 7.5 on Windows Server 2008 R2 x64 Enterprise Edition. In the project we have developed with ASP.NET 4.0 we used WCF Service. But it doesn't run over domain when the software is running ...
            
        
       
    
            72
            votes
        
        
            11
            answers
        
        
            72k
            views
        
    iFrame parser error after upgrading to .NET 4.5
                We have recently upgraded all of our WebForms projects to .NET 4.5, and encountered a parser issue when loading pages with an iFrame element. We have corrected this by converting of the iFrame from ...
            
        
       
    
            71
            votes
        
        
            12
            answers
        
        
            143k
            views
        
    HTTP Error 500.19 - IIS 7.5 Error 0x8007000d
                While Transferring Website to new IIS 7.5 I am facing below error:
I am not sure whether it is programming error or server error 
  Summary
  
  HTTP Error 500.19 - Internal Server Error
  The ...
            
        
       
    
            69
            votes
        
        
            8
            answers
        
        
            283k
            views
        
    How prevent CPU usage 100% because of worker process in iis
                My CPU usage is 100% most of the the time in Windows Server 2008-R2 with my own vps, vmware, quad core, and 4GB Ram. When I open windows Task Manager and go to the resource monitor I see that 100% ...
            
        
       
    
            66
            votes
        
        
            8
            answers
        
        
            56k
            views
        
    ERROR 404.3 Not Found for JSON file
                I have been getting the "ERROR 404.3 Not Found" for JSON file that I am calling using AJAX call on "Internet Information Services 7.5" even after I have activated all the "Application Development ...
            
        
       
    
            66
            votes
        
        
            4
            answers
        
        
            143k
            views
        
    How do I give ASP.NET permission to write to a folder in Windows 7?
                I have a new Win7 workstation and I am trying to get ScrewTurn Wiki to run on the machine.  My STW installation is using the file system option to store its data, and as such I need to give write ...
            
        
       
    
            63
            votes
        
        
            8
            answers
        
        
            50k
            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 called ...
            
        
       
    
            63
            votes
        
        
            7
            answers
        
        
            64k
            views
        
    IIS Server & ASP.Net Core - 500.19 with error code 0x8007000d on httpplatformhandler tag
                I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... I published the website (File System option in Visual Studio) to a specific directory successfully. ...
            
        
       
    
            62
            votes
        
        
            7
            answers
        
        
            50k
            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 ...
            
        
       
    
            59
            votes
        
        
            7
            answers
        
        
            82k
            views
        
    Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
                I have classic ASP running on IIS 7. 
Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to ...
            
        
       
    
            59
            votes
        
        
            3
            answers
        
        
            53k
            views
        
    IIS application using application pool identity loses primary token?
                (This is a question about a vague problem.  I try to present all relevant data, in the hope that someone has helpful information; apologies for the long description.)
Our web app
We have a .NET 4 ...
            
        
       
    
            54
            votes
        
        
            17
            answers
        
        
            146k
            views
        
    Can't use WAMP , port 80 is used by IIS 7.5
                I am trying to use WAMP on Windows 7, my WAMP is online, but when I open localhost I get the welcome page of IIS 7.5, although I have uninstalled IIS 7.5 from my PC!
Apache server test says that port ...
            
        
       
    
            53
            votes
        
        
            7
            answers
        
        
            118k
            views
        
    The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration
                I am getting error (The configuration section system.web.extensions cannot be read because it is missing a section declaration) while installing my Web Application in Server 2008 32 bit machine with ....
            
        
       
    
            53
            votes
        
        
            3
            answers
        
        
            68k
            views
        
    "Access to the registry key 'Global' is denied" when accessing performance counters
                I'm attempting to read some performance counters from my ASP.NET application. When I do, I get the error "Access to the registry key 'Global' is denied."
I have tried following the instructions here ...
            
        
       
    
            51
            votes
        
        
            14
            answers
        
        
            57k
            views
        
    401 response for CORS request in IIS with Windows Auth enabled
                I'm trying to enable CORS support in my WebAPI project, and if I enable Anonymous Authentication then everything works fine, but with Windows Auth + disabled anonymous authentication, the OPTIONS ...
            
        
       
    
            46
            votes
        
        
            1
            answer
        
        
            28k
            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.
...
            
        
       
    
            45
            votes
        
        
            5
            answers
        
        
            78k
            views
        
    How to set up FTP on Azure VM
                I need some help setting up FTP on my Azure VM instance.
The VM is Windows Server 2012 R2.  I have set up the Web Server Role and created an FTP site in IIS.  I have confirmed that I can access the ...
            
        
       
    
            44
            votes
        
        
            4
            answers
        
        
            213k
            views
        
    How do I get to IIS Manager?
                In trying to reconnect and reconfigure an existing project on a new machine, I find here (The Web Application Project [...] is configured to use IIS. The Web server [...] could not be found. ), based ...
            
        
       
    
            44
            votes
        
        
            23
            answers
        
        
            91k
            views
        
    Build succeeds, but publish fails
                Up until two days ago, I was able to use Visual Studio 2010's "Publish Web" option by right clicking on my project and clicking the publish button on the context menu. Now when I try to do the same ...
            
        
       
    
            44
            votes
        
        
            4
            answers
        
        
            40k
            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 C:\windows\...
            
        
       
    
            44
            votes
        
        
            1
            answer
        
        
            3k
            views
        
    ExecuteRequestHandler spent most of the time
                I'm working on some performance related tasks and using new relic to diagnose first.
Here is what I have got
I'm wondering is it possible to improve on the ExecuteRequestHandler part? Any help will ...
            
        
       
    
            43
            votes
        
        
            2
            answers
        
        
            57k
            views
        
    Memory Usage of Each Application Pool
                I Use IIS 7.5 and I have Some ASP.NET sites and Some Web Services in different Application pools. In current days the Memory of server is in high usage, So how I know each application pool used memory?...
            
        
       
    
            42
            votes
        
        
            4
            answers
        
        
            47k
            views
        
    Unable to authenticate to ASP.NET Web Api service with HttpClient
                I have an ASP.NET Web API service that runs on a web server with Windows Authentication enabled. 
I have a client site built on MVC4 that runs in a different site on the same web server that uses the ...
            
        
       
    
            41
            votes
        
        
            1
            answer
        
        
            47k
            views
        
    IIS 7.5 Fixing An attempt was made to load a program with an incorrect format problem?
                I have a unusual problem throwing an exception "An attempt was made to load a program with an incorrect format" error? I have two identical websites on the same IIS server and my build configuration ...
            
        
       
    
            41
            votes
        
        
            3
            answers
        
        
            85k
            views
        
    Windows Authentication for ASP.NET MVC 4 - how it works, how to test it
                I have never used Windows Authentication for ASP.NET MVC web applications before, but Forms Authentication. Recently, I have had an ASP.NET MVC 4 web application that requires a Windows Authentication ...
            
        
       
    
            40
            votes
        
        
            3
            answers
        
        
            55k
            views
        
    How to config application pool in IIS 7.5 automatically re-start when it was stopped?
                My website was down several times per day and when I check the application pool (IIS 7.5), I saw it was stopped and I must restart it manually. How can I setup application pool so that it ...
            
        
       
    
            40
            votes
        
        
            1
            answer
        
        
            59k
            views
        
    Granting access to IIS 7.5 ApplicationPoolIdentity [duplicate]
                When I try to access my ASP.NET MVC application I get the error:
Access to the path 'C:\inetpub\wwwroot\website\bin\test.Platform.Config.xml' is denied
I run IIS 7.5 with an application pool that ...
            
        
       
    
            40
            votes
        
        
            1
            answer
        
        
            42k
            views
        
    How to stop/start IIS 7 application through command line?
                I would like to create a batch file to start one IIS application, and stop another one.
How it can be done using command line? 
How to combined it in batch file?
            
        
       
    
            39
            votes
        
        
            5
            answers
        
        
            177k
            views
        
    HTTP Error 401.2 - Unauthorized You are not authorized to view this page due to invalid authentication headers
                i want to allow access to Anonymous.aspx page to all user,
i have set Basic Authentication to Enabled, and Connect as to specific user.
my problem is when trying to access http://MyIPAddress/MyAlias/...
            
        
       
    
            39
            votes
        
        
            6
            answers
        
        
            125k
            views
        
    Is there a way to reset IIS 7.5 to factory settings?
                I modified a lot of options in IIS, and would like to reset its settings to default. 
I already tried installing/reinstalling it. After the reinstall, it still had the site I created. It was still ...
            
        
       
    
            39
            votes
        
        
            5
            answers
        
        
            19k
            views
        
    Validation type names in unobtrusive client validation rules must be unique
                Validation type names in unobtrusive client validation rules must be
  unique. The following validation type was seen more than once:
  required
This is referring to the EmailAddress property, here:
...