0
votes
3answers
291 views
PHP webserver connect to C# program on same server — What am I looking for?
So I have a webserver in which user can remotely control an external electronic board which due to certain conditions force me to put a desktop program using C# as the middle-man.
What is t …
0
votes
1answer
344 views
C# SmtpClient error: not local host?
I'm sending a simple mail with attachment using SmtpClient but I get this error:
Mailbox unavailable. The server response was: not local host
example.com, not a gateway …
0
votes
0answers
51 views
Steps to Impersonate with Forms Authentication
I have a finished web app that store user db in flat file, not MSSQL. Now I want to implement impersonate feature for admins. I said finished because it will be a lot of work to change the login me …
