Questions tagged [iis-manager]

The management tool to manage IIS (Internet Information Services)

The management tool to manage IIS (Internet Information Services)

63 questions
0
votes
0 answers

How to configure #IISManager with modern & advanced techniques?

#IISManager functionalities to be elaborated for all types of users for the development & deployment purpose. I tried many functionalities but didn't get to know what's the standard flow of #IISManager.
0
votes
0 answers

HTTP 400 Bad Request IIS Manager

I hosted a website on IIS server and it was done successfully. I am able to access the website from outside of the server and it works fine BUT when I try to run the website from my IIS server by clickin on Browse link on IIS I get the login page…
0
votes
0 answers

React App environment variable is undefined hosted on IIS manager

I have added the REACT_APP_SERVER_URL env key in the web.config file and the React App is hosted on the IIS…
calvert
  • 631
  • 10
  • 33
0
votes
0 answers

Production website becomes unresponsive on certain pages

I have a weird issue that just started popping up for our customers. The portal they've been using for years has started freezing on some of the pages that the user navigates to. I tried restarting the IIS Server, the site within and the Application…
Eddie
  • 271
  • 4
  • 18
0
votes
1 answer

i am trying to deploy ASP.NET CORE API Version 3.1 to local IIS Hostiing but can not connect to SQL Server

I have deployed asp .net core api app on local IIS Manger when i call action that need to retrieve data from sql database does not work,i opned C:\inetpub\logs\LogFiles\W3SVC3 found 404 not found error , i found another error in my log as Login…
0
votes
2 answers

IIS Manager - Cant start W3SVC and IIS Admin is missing from Service

I am trying to start W3SVC on Windows 10 but I am facing several issues here: I went to Task Manager and clicked the Services tab then I found the W3SVC service and I right clicked it and choose start but it did not start. I tried to click it…
Brett
  • 3
  • 1
  • 3
0
votes
1 answer

Configure Application Pool .NET CLR Version using C# .NET Core

When trying to assign a Managed RunTime Version version with this code: using (ServerManager serverManager = new ServerManager()) { ApplicationPool newAppPool = serverManager.ApplicationPools.Add("HICS"); …
0
votes
1 answer

IIS Manager Unable to Save Connections

Running IIS Manager on WinServer2K12 R2. I am unable to Save the connections. I ran as admin just to rule out permission issues. As you can see the Save icon is greyed out/disabled. How can I enable this?
Bmoe
  • 888
  • 1
  • 15
  • 37
0
votes
1 answer

How to deploy Angular application to IIS-manager?

I know the question is some kind of generic, but there are two solutions I have in mind but can't manage to fix. I will update the question if there's a better summary of the problem.. I'm deploying an Angular application from the Azure DevOps…
Salomé
  • 303
  • 1
  • 4
  • 14
0
votes
1 answer

How to add entries to IIS virtual directory's configuration

I'm trying to add some custom properties to the configuration of a virtual directory in IIS but when I'm committing the changes I get a DirectoryNotFoundException I've tried multiple ways of doing it, most something like this var config =…
AzeExMachina
  • 104
  • 14
0
votes
2 answers

IIS 8.5 How to set up reverse proxy with URL Rewrite

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…
sdMarth
  • 521
  • 1
  • 8
  • 15
0
votes
0 answers

403 - Forbidden: Access is denied. IIS

I have seen all the other Forbidden Access is denied post, But i have added a DefaultDocument and have enabled Directory Browsing. When I enable Directory Browsing I see the files but once i click a folder or file it says Server Error in '/MyApp'…
0
votes
0 answers

Redirect Users if they try and access the application on the wrong server

I have an MVC application, and my company has their own web servers that we publish to. Now, this application is on server x.. but I have since published it to a new web server (server y). If user's try and access the application on server x, I…
Grizzly
  • 5,873
  • 8
  • 56
  • 109
0
votes
1 answer

web.config: URL rewrite to remove directory

So currently I've got the URL websitename.com/posts/post and I would like to change it to websitename.com/post I've been trying now for 3 days with no luck. Seen loads of stuff for .htaccess but not much for web.config Apologies in advance as I'm…
Jack Edwards
  • 43
  • 1
  • 2
  • 8
0
votes
1 answer

IIS manager url rules for similar urls

I have two urls: http://...../m?PageView=View1&Language=English&AName=AAA and another http://...../m?PageView=View2TName=T1&AName=XYZ. Both this urls are for separate section/functionality. But as the number and pattern of parameters are same one…
ghetal
  • 403
  • 2
  • 11
  • 30