39,427 questions
Best practices
0
votes
1
replies
19
views
BizTalk Server 2020: Best practice for exposing HTTP POST endpoint to receive JSON and write to file (HTTP adapter vs WCF-WebHttp)
I am completely new to BizTalk, so please excuse if this is a basic question.
I am working with BizTalk Server 2020 and my goal is fairly simple:
Expose an HTTP endpoint on the BizTalk server
A ...
0
votes
1
answer
44
views
DLL stopped loading in ASP.NET Core application hosted in IIS
I have been using HtmlAgilityPack in an ASP.NET Core 8.0 application hosted in IIS. It is used during certain database updates to validate input, but after some time after deployment the dll is no ...
-3
votes
0
answers
54
views
Communication between OnlyOffice (Docker) and local APP on IIS [closed]
I have set the sudomian test.example.com point to a local ip (10.1.1.250) inside my local network so the subdomain test.example.com is serving my web app and only resolvable inisde my local network.
...
Advice
0
votes
3
replies
41
views
How does the TCP "Time_Wait" work together with FTP?
Can someone explain to me the way Time_Wait in TCP is working? I'm doing some testing with FTP on IIS Windows in passive mode and allowed only one single Port as Data Channel.
I did several commands ...
1
vote
1
answer
56
views
How do I configure my ASP.NET Core 10 Core/Blazor Server app to work automatically when installed in an IIS subdirectory?
Repro:
Create one of the default/sample ASP.NET Core 10 Blazor Server apps in VS 2022.
Install it in the root directory of an IIS site (http://mysite.example/). Note that everything works as ...
0
votes
0
answers
45
views
ASP.NET MVC AntiForgeryToken could not be decrypted
I have an ASP.NET MVC 5 application (.NET Framework 4.7.2) running on IIS Express.
I am getting the following exception when posting a form:
System.Web.Mvc.HttpAntiForgeryException: the anti-forgery ...
0
votes
0
answers
32
views
Enable module in IIS location tag via Microsoft.Web.Administration or AppCmd
I'm working on an application which needs to load an IIS module into IIS. Up until now, I've been loading my module at the global level using the Microsoft.Web.Administration ServerManager via:
public ...
0
votes
0
answers
15
views
AutoGenerate,IsolateApps options for machinekeys in IIS
If we set AutoGenerate,IsolateApps on the ValidationKey and DecryptionKey in IIS for the site, do we also need to generate <machinekeys> node in the Web.config?
How would we use the ...
1
vote
0
answers
25
views
Microsoft.Web.Administration.ServerManager can't access Sites due to UnauthorizedAccessException
When I'm trying to access Sites on ServerManager I'm getting UnauthorizedAccessException.
new ServerManager().Sites["site-name"];
This is the stack trace. I added Authenticated Users with ...
0
votes
0
answers
38
views
WebSockets: upgrade works over http, but not over https
We’re trying to configure a third-party ASP.NET Core application that uses WebSockets on a windows server machine (IIS). When the application runs over HTTP, the WebSocket calls work as expected and ...
0
votes
0
answers
55
views
Quartz.NET scheduler updates next fire time but jobs stop executing silently after 2–3 days (ASP.NET Core 8 + MySQL)
I am using Quartz.NET with a persistent MySQL job store in an ASP.NET Core 8 application.
The scheduler is used to send scheduled email reports from a web portal.
Users create reports in the portal ...
Best practices
0
votes
0
replies
22
views
Azure DevOps Deploy Web App to IIS On Premise
I have a question about the best way to deploy a web application to an IIS Server on Premise with Azure DevOps.
I have two pipelines, one for the Build and one for the Deployment in YAML. The Web ...
0
votes
0
answers
27
views
CCAvenue encResp not received in ASP.NET WebForms; POST converted to GET
I'm integrating CCAvenue payment gateway with my ASP.NET WebForms application (.NET 4.8).
The payment request works fine, but when CCAvenue redirects back to my response URL:
https://xyz/...
1
vote
0
answers
42
views
ASP.NET ViewState MAC failed even with known machine key and disabled security features
I'm creating an educational lab to demonstrate ViewState deserialization attacks. Despite having the machine key and disabling security features, I keep getting an error
Validation of viewstate MAC ...
3
votes
0
answers
64
views
Azure DevOps IIS deploy with file transform web.config issue [closed]
I have Azure DevOps IIS deployment issue with file transform. The file transform is working and I see the transformed file in the WebApp.zip file. But on the deployment it is somehow still using the ...