Top "Iis-7" questions

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows.

Add IIS 7 AppPool Identities as SQL Server Logons

I'm running an IIS 7 Website with an AppPool of Integrated Pipeline Mode. The AppPools does NOT run under NetworkService, etc.. …

sql-server iis-7
Server cannot set status after HTTP headers have been sent IIS7.5

Sometimes I get exception in my production environment: Process information Process ID: 3832 Process name: w3wp.exe Account name: NT …

asp.net-mvc http iis-7
Remove Server Response Header IIS7

Is there any way to remove "Server" response header from IIS7? There are some articles showing that using HttpModules we …

security iis-7 header response
Accessing a local website from another computer inside the local network in IIS 7

Ok, so here is the scenario: I have computer A inside my local network running IIS 7. I added a new …

iis networking iis-7 localhost
"401 Unauthorized" on a directory

I assume this is an IIS error, as this doesn't happen if I run the project on my local machine. …

asp.net asp.net-mvc iis iis-7
The remote host closed the connection. The error code is 0x800704CD

I receive error emails from my website whenever an exception occurs. I am getting this error: The remote host closed …

asp.net iis-7
IIS7: A process serving application pool 'YYYYY' suffered a fatal communication error with the Windows Process Activation Service

We're running a 32-bit Windows server 2008 with an IIS version of 7. We're attempting to publish an asp.net 4.0 webapp and …

asp.net iis-7 windows-server-2008 http-status-code-503
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

I been strugling with this for 2 days now without comming any closer to solution. I have read 20-30 threads alteast …

asp.net sql-server-2008 iis-7 web-config connection-string
IIS7 Settings File Locations

Where does IIS7 saves its configuration for each virtual directory/ application and its physical path? Is it an XML file? …

iis-7
How to publish a Web Service from Visual Studio into IIS?

I have written a WCF web service in C#. I had originally self-hosted it and then decided to host it …

web-services iis iis-7 publish