G
G
Gruapk2020-03-12 11:44:08
Apache HTTP Server
Gruapk, 2020-03-12 11:44:08

How, for example, after entering the correct password, do it so that another .Cs file is executed?

How, for example, after entering the correct password, do it so that another .Cs file is executed?
Well, in a separate script, authorization, and in another, the program itself.
Ps I am making a console application

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
SagePtr, 2019-08-04
@Sc0undRel

Do you have HTTPS configured at all, have you received a certificate? If Apache does not have a single configured domain with SSL, then it will not listen on port 443.

F
freeExec, 2020-03-12
@freeExec

You don't have any scripts. All this is eventually collected in one assembly (file). You need to call another class that you may have placed in this other .cs file

V
Vladimir Korotenko, 2020-03-12
@firedragon

If the password is correct, then execute the code from the file
If the password is not correct, execute from another one
Sorry for the pseudocode, I am writing from a mobile phone
And as noted above, the sharp is compiled into assemblies, so you do not have a file call, but a call to some class

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question