iis-manager

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

对着背影说爱祢 提交于 2019-12-20 19:39:14
问题 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 in IIS Manager and I can manage users and roles within IIS. (I'm using Forms authentication.) But if I set the application pool to ASP.NET v4.0 I get a problem: Double clicking on the icons for Users or Roles in IIS Manager throws an error telling

IIS 8.5 How to set up reverse proxy with URL Rewrite

孤街浪徒 提交于 2019-12-13 03:43:06
问题 I am trying to get one (public) server A to act as a reverse proxy for another (private) server B. Server B is visible to server A. i.e. if I'm on server A and I type in a browser: https://serverb.us/folder/application I see the application. I want it so that if the user types: https://servera.us/folder/application he sees the web application that is on server B. Is that possible? I have tried adding a rewrite rule in IIS Manager by doing URL Rewrite > Add Rule(s) > Reverse Proxy > I changed

What is the correct way for redirecting from the domain name itself to a page in a directory?

有些话、适合烂在心里 提交于 2019-12-11 13:36:51
问题 I want anyone browsing for "MyDomain.com" to see what's in "MyDomain.com/Folder1/HomePage.aspx". I tried adding a page with <meta http-equiv="refresh" content="0;URL='MyDomain.com/Folder1/HomePage.aspx'" /> but there is a slight delay. I'd rather it is done silently. I tried using iis-manager's HTTP-Redirect, but all sub-directories inherit it. (And asking here https://stackoverflow.com/questions/13629137/prevent-subdirectories-from-inheriting-an-http-redirect-in-iis about solving that

Configure IIS to receive email

可紊 提交于 2019-12-10 06:15:18
问题 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 option I see is SMTP E-mail under the ASP.NET heading. (I have one more heading which is IIS , but doesn't have any SMTP under it.) Clicking on SMTP E-mail shows me an option to "Use this feature...when sending e-mail...". and it has a textbox for E

Configure IIS to receive email

混江龙づ霸主 提交于 2019-12-05 16:35:23
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 option I see is SMTP E-mail under the ASP.NET heading. (I have one more heading which is IIS , but doesn't have any SMTP under it.) Clicking on SMTP E-mail shows me an option to "Use this feature...when sending e-mail...". and it has a textbox for E-mail address and radio buttons to choose from Deliver e-mail to SMTP server and Store e-mail in pickup

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

一笑奈何 提交于 2019-11-29 12:19:51
问题 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 that is physically located in this application directory". I can't seem to find a menu item, context menu item, or what not to create a new application. I've been right-clicking everywhere like crazy and still can't figure out how to create a new app.

The requested page cannot be accessed because the related configuration data for the page is invalid error

本小妞迷上赌 提交于 2019-11-26 15:35:59
I want to upload my own asp.net website on the IIS through 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 is invalid Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070005 Config Error Cannot read configuration file due to insufficient permissions Config File \\?\C:\Users\Yasso\Documents\Visual Studio 2008\WebSites\WebSite5\web.config I searched many times for a solution for this error but none of the solutions solved

The requested page cannot be accessed because the related configuration data for the page is invalid error

廉价感情. 提交于 2019-11-26 03:46:34
问题 I want to upload my own asp.net website on the IIS through 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 is invalid Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070005 Config Error Cannot read configuration file due to insufficient permissions Config File \\\\?\\C:\\Users\\Yasso\\Documents\\Visual Studio 2008\