We can successfully use the .NET 2.0 web service from the Flex / AS3 application. Besides SSL, how else can we make security more reliable (i.e., authentication)?
You can use ASP.Net built-in to session management by decorating your web methods with
<EnableSession()>
Then, inside your method, you can verify that the user still has a valid session.
, , - (WSE) , . , (.. ), https.
abut autentication, auth ( , ). - ( ) - IIS, NTLM . HTTPModule, , .
WebOrb . - mecahnism. Adobe WebOrb .Net .
You can use asp.net authentication (e.g. forms authentication) without much effort. Protecting an asmx file is similar to protecting an aspx file. There's a ton of forms authentication information there, just search for “asp.net forms authentication”
If you use Microsoft technology, you can create a small Asp.Net/C# application that will ask for credentials before redirecting to the correct swf.
Thus, you can restrict access and have different SWF files depending on the user.
Source: https://habr.com/ru/post/1696837/More articles:Should I use multiple assemblies for an ASP.NET sandboxed web application? - coding-styleUse SSL in code in ashx handler - sslHow to create custom MenuHeaders in WPF using accelerators? - templatesNative language as the default language for the application - user-interfaceMapPoint 2009 download performance - performanceMaking big system changes - architectureC # NetCDF Library - fileIs it possible to implement and use portable executable in DLL.net? - command-lineWhat is the best way to make throbber in c #? - c #How do you balance the creep function with time constraints? - project-managementAll Articles