Hi!
I’ve been doing research for quite a while about asp net handling different requests but I couldn’t find anything that would help me. My goal is to send from C# program request to asp net website for example:

http://127.0.0.1/website.aspx?id=ImportantRequests and then asp net website should return true or false if database contains the “ImportantRequests” string. I’ve been programming in C# for a long time but asp net is something completly new to me. I am beginner. I’d be thankful if someone could give me tutorials/guides about this types of things.

Sounds like you want ‘web services’?
ex: https://www.c-sharpcorner.com/UploadFile/1d42da/web-service-basics/
Thanks! That’s the keyword that I was searching for 🙂

source