I have an ASP.NET app (.NET Framework) deployed to an ec2 instance running Windows Server and IIS. The app never loads in my browser - it just spins forever. Th
W/eak ETags -> No Caching Yesterday I published a single index.html and index.hash.js file to an IIS website. The generated ETags had a “W/“ pref
I realized an app front Angular, back-end Django, deployed on Windows server using IIS and FastCGI. This app serves media files on a certain URL. It works fine
Good morning. I have seen several topics about the same problem in the forums. But applying the tips equally I can't get it to work for me. I have contracted Wi
Can I use a connection string with the System.Data.SqlClient provider to connect to an Azure SQL Managed Instance? Or just to a Microsoft SQL Server? If so, sho
I currently have an https domain https://example.com hosted in a Windows Server R2019 machine. I am also developing a web application in Node.js in my laptop th
Our organization is removing our proxy web servers and integrating Zscalar. We were informed that all we had to do is remove the proxy property/settings. So I
We are having an IIS hosted web service and randomly some incoming requests get stuck post authentication. I have added some logging in the code but the call is
Traffic to my site is using HTTP1.1, and I want to force the server to only use HTTP/2. I'm running Windows Server 2016 and IIS 10. I've tried adding HKEY_LOCA
I dont have aspnetcoremoduleV2 in iis modules, even after installing the runtime/hosting bundle so I cant deploy or test any core service P.S: I used to hav
I'm trying to convert web sites from Adobe ColdFusion (ACF) to the open source Lucee instead. My issue is to make sure all my previous ACF work runs without err
Hi i want to add line numbering to the opened .docx file before converting it to .pdf and i really didn't find how to do that on code, it is converting my .docx
We have ASP.NET MVC application which is running on windows server machine. I have renamed classes to satisfy sonar scanning. The code deploys and runs without
i have my blazor app hosted on azure with iis got some GLTF file i want to access with three.js but its like my app can't see any of my GLTF files. i have added
I am trying to connect to a FTP server hosted on azure VM using IIS I can connect but I keep getting the following error: Error: Connection timed out after
I was migrating my web application to another server. Everything works fine except for viewing any uploaded file. It keeps showing the same error whenever I tr
I was developing an ASP.NET application. Then I did not test the application in the debugger of Visual Studio, but transferred it via File Deploy to another ser
I implemented a dotnet core Api where endpoints are defined based on the Controller attribute Route. I have for example 2 endpoints api/controller1 and api/cont
I am deploying an Azure App Service from Azure DevOps via a release pipeline that is configured to perform an Azure App Service Deploy task on my build agent. T
I tested ASP.NET Web API in local environment with IIS Express and on other server with full IIS. At both places, token api and post api is working fine. I am u