Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [iis-7.5]

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

0 votes
0 answers
24 views

IIS is not correctly picking up the root

I have a asp,net core app and it was hosted in a windows server. in there https://test.com/ popup the IIS screen https://test.com/home shows home page correctly This was working fine until yesterday. ...
Prageeth Liyanage's user avatar
0 votes
0 answers
51 views

Forms authentication failed for the request. ASP.NET 4.0.30319.0

I have a SOAP webservice which integrates an ecommerce platform and my ERP. From time to time I see an authentication failed error on the web store and the store completely stops working. The webstore ...
LakiR's user avatar
  • 1
0 votes
0 answers
44 views

Multiple browser windows not working independently

I have users complained that every time they are on my website trying to view data/graphs and if they want to multitask by having multiple browser windows, then they cannot use multiple windows. If ...
saqibm's user avatar
  • 11
0 votes
0 answers
25 views

Issue when moving a very old XMLRAD IIS app to another server

We are trying to move a very old XMLRAD IIS HR application from a dead windows 2003 server to a new server. I'm in the sysadmin team and there is no developper knowing XMLRAD technology in our teams ...
kjack51's user avatar
  • 41
0 votes
0 answers
44 views

MVC default Route Denied Access

I have an MVC application -->MyApp, I have a controller --> mycont. When I enter my site as www.mysite.com/MyApp/Mycont/index, it goes to the index page as expected. When I type my site as www....
Haim Katz's user avatar
  • 463
0 votes
0 answers
52 views

Not getting any output of a query when hosted site on IIS server but it is running fine on windows powershell

How can this problem can be solved and there is permission granted to the account used to host the site on IIS server still not getting the query the query is for finding something in AD directory
Montu Jain's user avatar
0 votes
1 answer
72 views

I can't create websites because the associations don't appear in IIS Express 10

I can't create websites, because the associations don't appear in IIS Express 10. I've activated almost everything and restarted and nothing changes, any solution? I'm trying to install this site via ...
Victor Marconi's user avatar
0 votes
1 answer
103 views

How to validate Microsoft.Web.Administration ObjectState

Hello here is my csharp code to get all sites from the IIS Server List<IISObject> iisSiteList = new List<IISObject>(); ServerManager serverMgr = new ServerManager(); SiteCollection ...
Umar Draz's user avatar
  • 131
0 votes
1 answer
31 views

Bind IIS to hostname (internal computer name)

I first tried to bind IIS site to IP. While being successful at doing so, the internal organisation IPs are dynamic so the site went offline the next day. Non-dynamic are hostnames (computer names). ...
Bennet Turner's user avatar
0 votes
0 answers
290 views

pwsh command with python subprocess is not working when using IIS server

I am running one api using flask . in that I have a powershell script . I am calling this script in a python program using subprocess and using pwsh(because of POWERCLI which uses powershell higher ...
learningCap's user avatar
0 votes
1 answer
27 views

IIS redirect from page.nl to page.nl/other

I am trying to figure out how to send the user of a website from https://my.site.nl to https:/my.site.nl/site Our setup is like this: root folder site folder webservice folder The root folder ...
Eric's user avatar
  • 115
0 votes
1 answer
1k views

windows server 2008 r2 self signed certificate sha256

I need a self signed certificate for a site in the intranet, but the server runs windows server 2008 r2 when i create a self signed certificate in IIS (7.5) it is created with the SHA1RSA algorithm ...
M. Gar's user avatar
  • 889
0 votes
1 answer
621 views

How to map "Configuration Editor" items with "Feature Delegation" items?

In IIS Manager, I can tweak the "Feature Delegation" items. But "Feature Delegation" items have friendly names, and sometimes no clue to which "Configuration Editor" ...
AlexLaforge's user avatar
0 votes
1 answer
483 views

SSO Works on Local Computer IIS but not on IIS

I have been working on a webapp on a locally domain joined computer and when I run the app everthing works fine. It redirects to the Microsoft site, asks for my credentials, and then signs in to the ...
Darren M's user avatar
0 votes
0 answers
455 views

Much memory use by .net 7 on windows server 2008

I have a problem with publishing an asp.net core MVC .net7 application on a web server with Windows server 2008 operating system. When I start the application it takes up 500 MB of RAM memory. ...
Bruno Rigoni's user avatar

15 30 50 per page
1
2 3 4 5
281