Skip to main content
Best practices
0 votes
1 replies
19 views

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 ...
Flat3ric's user avatar
0 votes
1 answer
44 views

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 ...
redrobot's user avatar
  • 1,009
-3 votes
0 answers
54 views

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. ...
Ali Sheikhpour's user avatar
Advice
0 votes
3 replies
41 views

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 ...
Michael_IT's user avatar
1 vote
1 answer
56 views

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 ...
Heinzi's user avatar
  • 174k
0 votes
0 answers
45 views

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 ...
Atakan D.'s user avatar
0 votes
0 answers
32 views

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 ...
Darc's user avatar
  • 923
0 votes
0 answers
15 views

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 ...
MB34's user avatar
  • 4,510
1 vote
0 answers
25 views

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 ...
Yola's user avatar
  • 19.4k
0 votes
0 answers
38 views

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 ...
Luis Abreu's user avatar
  • 4,692
0 votes
0 answers
55 views

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 ...
Pratik's user avatar
  • 1
Best practices
0 votes
0 replies
22 views

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 ...
Francis Roy's user avatar
0 votes
0 answers
27 views

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/...
Cid Kagenou's user avatar
1 vote
0 answers
42 views

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 ...
user22635323's user avatar
3 votes
0 answers
64 views

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 ...
77Vetter's user avatar
  • 309

15 30 50 per page
1
2 3 4 5
2629