iis Questions
11
I have to move some customer sites from a very old IIS Server to a newer one, and some sites have troubles to work in the correct way. Most of them complain about a failure called:
Microsoft OLE D...
Wrangle asked 11/1, 2013 at 14:47
4
Solved
I am working with a legacy ASP Classic solution which is load balanced (via external hardware and has an IIS site the home directory of which is an UNC path. I've been told that the following issue...
Piefer asked 23/9, 2008 at 20:24
2
We have an ASP.NET project using IIS Express while debugging. After starting VS2013, then loading the solution, building the solution and starting the web application in debug mode, the output wind...
Sulfonation asked 27/3, 2015 at 15:45
3
I have tried to setup an website in a new server and I get this error for all static files html/css/js, etc.
HTTP Error 500.0 - Internal Server Error
The page cannot be displayed because an inter...
Piers asked 22/9, 2017 at 14:56
4
Solved
I'm trying to fix a php_curl call on a Windows server (running IIS) that is returning the familiar error "SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routine...
3
Solved
I have bundled all my js libraries into one large file in order to spare a number of http requests.
But for some reason it takes 9.29 seconds (sometimes +15) to download this bundle of 1.2mb.
In...
Ancohuma asked 2/8, 2018 at 13:18
2
Solved
When hosting a .NET core web application in IIS, you can choose between in process and out of process hosting model.
Except for better performance by using in process, what are some pros and cons...
2
Solved
I'm new to Azure and setting up Microsoft Hosting so hoping someone can shed some light on environment specific Web.config files.
I've inherited a .NET web application which has different Web.confi...
5
Solved
I have read all posts about this issue, here and on IIS forum, got it to the second page on Google too... and still can't get it to work.
I want to run Flask/Python app in IIS on Windows server 20...
Ulita asked 3/2, 2020 at 16:13
10
I want to start and stop application pool in IIS using powershell script. I had try to write the script but i didn't get this.
Narcotize asked 13/4, 2016 at 13:10
6
Solved
I've checked lots of posts about this error but not been able to fix the problem yet.
I have simple MVC5 website built in VS2013 running on Windows 8 pro. When the site was created the option for...
Gagnon asked 12/2, 2015 at 17:17
5
Solved
From what I understand this error occurs when the web.config is not configured properly. However when I publish the app the following web.config gets generated
<?xml version="1.0" encoding="ut...
Edgeways asked 13/2, 2020 at 22:0
6
Ok, I'm designing a web app using asp.net and need to use the IIS Application Manager to control it. I have a server and all of that but when I tried to go into it and set everything up I got a war...
5
Solved
I have in my ASP.NET static variable that flushes itself to DB every X insertions.
Problem is, if I publish the application , the IIS process is killed with all my static material.
How can I prese...
5
Background
I have a relatively new ASP.NET Core 2 site. It's running on just one server (Windows Server 2012 R2, IIS 8.5), and I only restart the site once every few days when I upload an update. A...
Scop asked 10/1, 2018 at 3:8
3
Solved
%WINDIR%\system32\inetsrv\appcmd.exe set site /site.name:"WebRole_IN_0_CB" /[Path='/'].applicationPool:"ASP.NET v4.0" >>CBLog.log
powershell.exe -command Set-ExecutionPolicy Unrestricted
powe...
Grume asked 30/11, 2011 at 21:53
12
Solved
How can I restart(recycle) IIS Application Pool from C# (.net 2)?
Appreciate if you post sample code?
Locke asked 30/10, 2008 at 11:54
6
Solved
I'm getting the follow error when trying to run my ASP.NET project. Can anyone advise?
Could not load file or assembly 'System.Web.Helpers' or one of its dependencies. The located assembly's manif...
Mincey asked 12/3, 2017 at 23:4
3
Solved
I am having an issue posting a large file using IIS 10 and .Net.
The error code i receive is from IIS:
HTTP Error 413.1 - Request Entity Too Large
The request filtering module is configured to deny...
6
i have an Asp.NET MVC application with this Authentication setup:
ConfigureServices():
services.AddSession()
services.AddAuthentication(sharedOptions => sharedOptions.SignInScheme = CookieAuth...
Preponderance asked 29/11, 2016 at 11:39
3
Solved
In VS Community 2017 (v15.9.26) I am unable to debug as IIS Express Web Server Produces the following error.
Output for IIS Express: Failed to register URL "localhost:xxxxx/" for site. E...
Birt asked 8/10, 2021 at 19:37
2
I have an Ionic/Angular PWA for a project, which has a native (Ionic Cordova) app as well for mobile. On the app we need to accept deeplinks that will have the same URL as the PWA (so you can acces...
Glutton asked 17/7, 2020 at 21:12
3
Solved
I am developing Asp.Net Core 3.1 API. Its running fine and I am deploying it on IIS and It's giving me the below error.
HTTP Error 403.14 - Forbidden
I have found out the root cause of the issue,...
Impermissible asked 10/7, 2020 at 15:49
3
Today I encountered ERR_SSL_KEY_USAGE_INCOMPATIBLE error:
This site can't be reached
The webpage at https://... might be temporarily down or it may have moved permanently to a new web address.
ERR_...
Retarded asked 20/11, 2023 at 22:2
11
Solved
I developed website with web forms in asp.net 3.5. I ran it with IIS. It worked good earlier. But exception occured suddenly, when I debugged it. Message was
An unhandled Microsoft .Net Framewo...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.