User-284642143 posted
Yea your correct, after i asked i started to change the project but probably have confused myself a little in the process :-)
So an incoming request would reach a public URL i control, this URL would handle the request (i.e. process the incoming request and take appropriate actions on our database). Once completed i need to return a HTTP response. That would be the entire process.
So i added an ashx file to my project and i could access it via a URL i.e. http://localhost/myfile.ashx which returns "Hello World", meaning the structure is setup correctly before i start writing code.
Security wise, i am using forms auth.
Before i go any further does this all sound ok? (So i may not need Web API)?