DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Posts
    5

    ASP Web Services Security

    Hello guys,
    I'm currently working on an ASP.NET project. The project requires an asp.net website and a vb.net application. The website and the application must be linked to the database, so I uploaded the database with the website on a web hosting server somewhere on the Internet and created a web service and uploaded it on the web server to link the database and the vb.net application. Finally, I added the web service as a reference in the vb.net project in order to make the required function calls.

    The problem is that I want more security; I mean that I should make sure that no one can add my web service as a reference in his project and make the calls and change my data. I thought of adding a password and passing it to the web service as a parameter when calling a function and the web service checks if the password is correct then it will proceed, otherwise it will not execute the code, but it seams like a very primitive way of handling this issue. So, is there any other ways to do it?

  2. #2
    Join Date
    Apr 2007
    Location
    Sterling Heights, Michigan
    Posts
    8,649
    Have a look at this MSDN article.
    I don't answer coding questions via PM or Email. Please post a thread in the appropriate forum section.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    Modifications Required For VB6 Apps To Work On Vista

Similar Threads

  1. Newbie to Web Services general ?
    By bubberz in forum ASP.NET
    Replies: 2
    Last Post: 06-28-2006, 11:38 AM
  2. .Net Compact Framework and Web Services
    By Greg Rothlander in forum .NET
    Replies: 6
    Last Post: 06-07-2006, 02:18 PM
  3. Web services
    By madhavi pathi in forum .NET
    Replies: 4
    Last Post: 09-03-2002, 12:49 PM
  4. Re: Do consumers even want web services?
    By Robert Lantry in forum .NET
    Replies: 278
    Last Post: 03-27-2002, 01:00 PM
  5. Replies: 0
    Last Post: 08-13-2001, 06:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links