Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9042325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T10:27:36+00:00 2026-06-16T10:27:36+00:00

My team will be building iOS and Android versions of an application that would

  • 0

My team will be building iOS and Android versions of an application that would be used by a few hundred employees in the field. We will be developing a .NET webservice in-house for the purpose of providing data to these applications. Since this will be our first foray into mobile development, I’d like to ensure that we do it properly. 🙂

With that in mind, what is the best way to achieve the following:

  • Secure the .NET webservice such that no other app other than our ours can consume it.
  • Ensure that transmission of data is from the webservice to the client apps is secure.
  • Authenticate our users – Windows or Forms authentication?

Also, if there are any good tutorials you can recommend on best practices for developing webservices intended for mobile apps, let me know. Thanks much!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T10:27:37+00:00Added an answer on June 16, 2026 at 10:27 am

    -Use https instead of http with a proper certificate.

    -With using IIS rewrite module just allow your app agent name, or block others in web config.

      <rules>
        <rule name="Ban user-agent RogueBot" stopProcessing="true">
          <match url=".*" />
          <conditions>
            <add input="{HTTP_USER_AGENT}" pattern="googlebot|msnbot|slurp|yandex|yahoo|chrome|safari|google|explorer|mozilla|gecko|opera"/>
          </conditions>
          <action type="AbortRequest" />
        </rule>
      </rules>
    

    -Let your mobile clients generate unique random UUIDs during first startup of app, use this UUID to identify client, of course you should send this ID with every request and also you should send it in post body not in query string. SSL!. before you do something in web service you can always check received ID is registered or not.

    -Addition to unique ID NTLM authentication would work but also you should consider implement OAuth, i suggest 1.0 instead of 2.0. documentation can be found here

    for web API this is good place to start

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a web application that will allow team collaboration. That is, a user
My team (3 developers) will be building a Silverlight LOB application. This is the
I am building an Ajax Based application that will run on our local intranet
I am building a calendar application which will allow our admin team to input
Hey team i am new to android and building an application in which there
Im building an GUI that will help my team mates to execute some jars
My team will develop an internal (known users) application that has an architecture based
I am building a build script for our web development team. We will be
There were promises from the MEF team that MEF will support DLR plugins in
I am in a team developing a web-based university portal, which will be based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.