Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
37 views

The only place we have used AI so far in any of my projects was Azure Document Services, user would upload a document and we used Azure to validate the document. Making sure for example that it's a ...
Paritosh's user avatar
  • 4,573
0 votes
0 answers
41 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
-1 votes
0 answers
26 views

Hangfire performs background work by requesting data from a third-party API. There are several tasks, but I'll only use one for this example. I discovered a strange background task schedule on the ...
Nik's user avatar
  • 97
0 votes
0 answers
29 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
14 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 votes
1 answer
82 views

I need to pass some data from an .aspx file to its code behind file. <form id="form1" runat="server"> <div> Name : <input type="text" id="...
blue piranha's user avatar
  • 3,918
0 votes
1 answer
75 views

I have an ASP.NET Webforms framework 8.0 that is working fine but I would like to load the Web Url where my webform is hosted in a Winforms app and determine whether the webform url was loaded from ...
AlDiz's user avatar
  • 31
1 vote
1 answer
73 views

Our application is a legacy ASP.NET Webforms app, we have our web.config customErrors setup like this: <customErrors mode="RemoteOnly" defaultRedirect="/Error/Error.aspx" ...
MB34's user avatar
  • 4,510
0 votes
0 answers
28 views

I'm integrating CCAvenue (test environment) with an ASP.NET webforms app. Payment initiation works, but when the user is redirected back to my response page, the encResp parameter is never received. ...
Cid Kagenou's user avatar
0 votes
1 answer
96 views

I have an ASP.NET MVC web application on .NET 4.6 that works just fine in one environment, but fails in the second, when all configurations are the same. Doing a bit of debugging showed that the ...
Sallew's user avatar
  • 3
0 votes
1 answer
78 views

My ASPX code looks like this Dim ms As New MemoryStream printDoc.Save(ms, False) Dim byteArray As Byte() = ms.ToArray() ms.Flush() ms.Close() With HttpContext.Current.Response .ClearContent() ....
Phil's user avatar
  • 7
1 vote
0 answers
70 views

So I actually implemented it, but there is one last problem I need to resolve. My implementation can be summarized by these two classes: Hooking into the ASP.NET MVC startup code to register ...
mark's user avatar
  • 63.8k
1 vote
0 answers
40 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
1 answer
90 views

What is happening Browser sends a preflight OPTIONS request Server responds with 405 / CORS error Actual API request never reaches the controller Angular console shows CORS policy blocked error What ...
Ashu's user avatar
  • 40
0 votes
1 answer
60 views

I’m implementing Azure AD SSO in an ASP.NET Blazor Server app using Microsoft.Identity.Web. My environment: Corporate network blocks direct internet. Azure AD endpoints (login.microsoftonline.com, ...
Lemon_ya's user avatar

15 30 50 per page
1
2 3 4 5
24881