Questions tagged [iis-manager]

The management tool to manage IIS (Internet Information Services)

The management tool to manage IIS (Internet Information Services)

63 questions
2
votes
2 answers

How to Allow IIS Manager User to a IIS Site using ServerManager Programatically

I would like to Allow the Existing IIS Manager User to a IIS Site or Website Using C# . anyone can share the sample code . It would be really helpful . Look at the image I want to add those users programmatically . Thank You, Jaswanth
2
votes
1 answer

IIS Manager IIS6 Rights Management on Windows Server 2003

We are using a dedicated hosting provider to host several of our public websites. There are two development teams/divisions within our company who each maintain public websites on these same servers. Is there a way through ACLs or some sort of…
Chris
2
votes
1 answer

IIS 6.0 W3C Log Folder

In IIS 6.0 Manager when setting the logging properties for a web site I have selected W3C Extended Log File Format. I have selected a log file directory but would also like to be able to change the name of log folder which is auto-generated(i.e.…
surfball
  • 31
  • 5
1
vote
1 answer

IIS Manager is installed but shows empty page

I hope this is the right place to ask. I was thinking serverfault might not be correct, since the computer in question is not a server. Feel free to migrate if StackOverflow is not right. I usually install IIS on servers but have installed it on…
Alex
  • 781
  • 10
  • 23
1
vote
1 answer

How to assign an existing SSL certificate to a new IIS site through code?

I'm working on a simple tool for a test environment where I have to set up a few dozen sites through C# code. Thus I have a list of (sub)domain names (and other properties) in an array and I run through it to create the sites with their bindings.…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
1
vote
1 answer

localhost works but IIS Manager won't open on Window10 even after everything has been turned on in Install Programs and Features

I've followed the instructions here to turn Internet Information Services on in Install Windows Programs and Features, along with Web Management Tools and World Wide Web Services, and the items in the expando list below each of…
Tim
  • 8,669
  • 31
  • 105
  • 183
1
vote
1 answer

IIS can't install custom module

i'm trying since hours to install a custom module on IIS from the manager. I coded it in C#. I'm able to load it into a test ASP.NET app that i created. I copy it into the bin folder, and add this line into the web.config :
Tom
  • 47
  • 7
1
vote
1 answer

Modify FTP default Internet Explorer page

I am trying to find the default page of the FTP webpage, as the one shown in below: How I can modify this page, or which HTML file / or FTP attribute I should change to get my needs? Another thing, how I can add a link to that page to allow users…
L29101987
  • 25
  • 2
  • 7
1
vote
1 answer

IIS doesn't care about IIS Manager User

I'm running IIS 7.0 on a Windows 2008 R1 Server and want to setup IIS Manager Users. Due to some fact, every last try to access the site is rejected (HTTP Unauthorized). The following additional IIS components are installed: Security\Basic…
SSIS2013
  • 13
  • 5
1
vote
0 answers

publishing asp.net correctly but project is appear without styles on server version

I am working with asp.net webforms project. I have published my project on iis . I checked project link on server with browser . pages are looking without styles. On iis manager, I have put my project on application pool with these properties…
1
vote
3 answers

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

I want anyone browsing for "MyDomain.com" to see what's in "MyDomain.com/Folder1/HomePage.aspx". I tried adding a page with but there is a slight delay. I'd rather it…
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
1 answer

IIS manager rewrite all URLS after mysite.com/

I'm trying to rewrite all the urls for my website. For example, if the user types in mysite.com/index.aspx it'll change the url in the top to www.mysite.com/index.aspx Any suggestions?
Hani Honey
  • 2,101
  • 11
  • 48
  • 76
0
votes
0 answers

Could not load file or assembly 'BeginCollectionItemCore, Culture=neutral, PublicKeyToken=null'. net core 6

Here BiginCollectionItemCore (v-1.1.0) used in .net core 6 application. this assembly called by @using HtmlHelpers.BeginCollectionItemCore @using HtmlHelpers.BeginCollectionItemCore @using (Html.BeginCollectionItem("GiftCardInfos")) { …
0
votes
0 answers

Enable Compression of Asp.Net WebAPI payload request from IIS Manager

I want compress my request payload before going to the api request call. I want to compression the request payload from IIS. any settings will solve my problem I want to se
0
votes
0 answers

IIS Manager - how to immediately switch to the new version after changing the path

I'm looking for a way to make the site deployment without downtime as cheap as possible. So far, I deploy the site by clicking stop in the IIS manager, deleting the old site files, uploading the new compiled site files to the same folder and…