Need a Security Scenario for asp.net webservice

Posted by Karamafrooz on Stack Overflow See other posts from Stack Overflow or by Karamafrooz
Published on 2012-08-15T21:08:48Z Indexed on 2012/11/17 11:04 UTC
Read the original article Hit count: 325

Filed under:
|
|
|

I have developed a .Net 3.5 windows forms application. I also want to design a website that has a webservice with multiple Webmethods to query the database on the host machine. I want the webservice to be called ONLY through my winapp and my website! And I don't want any other people to be able to call and use my webservice but only some people who have access to the windows application that I have developed.

I need a good security scenario for this! I truly appreciate anyone who can help me because this is my first experience of developing a webservice and I really need it to be as secure as I mentioned!

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET