Questions tagged [iis-manager]

The management tool to manage IIS (Internet Information Services)

The management tool to manage IIS (Internet Information Services)

63 questions
589
votes
52 answers

IIS 500.19 with 0x80070005 The requested page cannot be accessed because the related configuration data for the page is invalid error

I want to upload my own asp.net website on IIS with IIS Manager. But when I do this, I get the following error HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page…
Yasmeen
  • 10,991
  • 5
  • 16
  • 15
12
votes
2 answers

How to add users in IIS Manager for an ASP.NET 4.0 application?

I have installed an ASP.NET 4.0 Web forms application in IIS 7.5. If I set the application pool to DefaultAppPool (.NET Framework 2.0) I get the icons for Providers, .NET-Roles and .NET-Users displayed on the configuration page for the application…
Slauma
  • 175,098
  • 59
  • 401
  • 420
12
votes
4 answers

Deploying WCF Tutorial App on IIS7: "The type could not be found"

I've been trying to follow this tutorial for deploying a WCF sample to IIS . I can't get it to work. This is a hosted site, but I do have IIS Manager access to the server. However, in step 2 of the tutorial, I can't "create a new IIS application…
Jimmy
  • 5,131
  • 9
  • 55
  • 81
11
votes
5 answers

IIS 7 Manager can't write to web.config

Everytime I try to add / update settings through the IIS 7 Manager I get the following error. I'm running Windows 7 Ultimate (32-bit). I'm using a LocalSystem AppPoolIdentity
chobo
  • 31,561
  • 38
  • 123
  • 191
5
votes
4 answers

Why is my local website not working in IIS

This problem has a very simple (almost silly) fix, but it took me 2 hours to discover today, and none of my searches gave the answer, so I am posting this along with the answer to help others. I have a website set up in IIS to run locally, which has…
Djinn
  • 102
  • 1
  • 1
  • 9
5
votes
1 answer

Web Platform Installer: Python Installer - Downloaded file failed signature verification and may have been tampered with

I'm trying to install WFastCGI 2.1 Gateway for IIS and Python 3.4 via the Web Platform Installer in Microsoft Server Manager's IIS Manager. Python Installer fails with the error: "This product did not install successfully: Downloaded file failed…
user3753722
  • 153
  • 2
  • 11
4
votes
2 answers

Configure IIS to receive email

According to this answer it is possible to configure IIS to receive email. That is what I would like to do. But the answer says it's done under IIS SMTP under domains. I connected to my website (on a web host) using IIS Manager and the only SMTP…
ispiro
  • 26,556
  • 38
  • 136
  • 291
4
votes
2 answers

IIS Manager Freezes when trying to list App Pools or Sites

I have just updated the password against an application pool identity for my user in IIS to bring it up to date, as per: HTTP Error 503, the service is unavailable However now when I run IIS Manager it freezes when I try to list the application…
PRS
  • 741
  • 1
  • 7
  • 27
3
votes
1 answer

Application Pool vs Application Domain Recycling in Asp.net?

I'm a bit confused about the effects of recycling application pool and application Domain. as i red an high voted article as follows: What exactly is Appdomain recycling It says that appdomain recycling is caused by any changes in settings or bin…
Abolfazl
  • 1,592
  • 11
  • 32
3
votes
1 answer

IIS Manager not showing any of the deployed sites

We have our as.net mvc web application website deployed under IIS , so I login to the server , then I opened the IIS manager but I could not find our web site listed there. Although under c:\wwwroot I can find the web site files and the website is…
John John
  • 1
  • 72
  • 238
  • 501
3
votes
1 answer

Cannot manage DB with IIS Manager

I'm trying to manage my local database stored in MDF file. I was able to do that with Visual Studio 2010, but now I'm trying to use ISS manager for this purpose. I want to add database using the connection string, but just don't see this option in…
Mikhail
  • 20,685
  • 7
  • 70
  • 146
2
votes
1 answer

Diffing web.config is hard, any way to prevent IIS Manager from formatting Web.config differently than Visual Studio's format?

this drives me crazy. Visual Studio does not format Web.config the same way than IIS Manager, which prevent easy diffing of different versions or the same file editing in both tools. When Visual Studio edits a Web.config thru a wizard (like adding a…
Malartre
  • 1,511
  • 18
  • 28
2
votes
0 answers

Return config URLs based on Database stored values

Problem trying to solve: Move the URLS from the config and use class type to dynamically substitute the URL. I have one Website configured in IIS with multiple Host Names. I am working on Art Academy website using .NET Framework WEB API + React…
vran
  • 163
  • 3
  • 11
2
votes
1 answer

HTTP Error 403.14 - Forbidden with Debug of ASP.NET Web Application

I'm trying to start ASP.NET Web Application but I got this error with debug: HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this…
nikorio
  • 671
  • 4
  • 16
  • 28
2
votes
3 answers

How to develop a snap-in for IIS 6.0 manager in MMC 2.0

I have some IIS 6.0 filters and extensions that I need to create a configuration panel for in IIS Manager. I need to create something similar to the ASP.NET tab, for instance. I need to support versions of Windows Server 2003 prior to R2, and can't…
Gerald
  • 23,011
  • 10
  • 73
  • 102
1
2 3 4 5