.Net Infrastructure Design Question

G

Guest

Hi!
We are initiating a new project in our company, and we plan to use .Net for
this task. We need latest architectures that are recommended by
Microsoft. Can anyone tell me where I can found the documentation for this?
We think a 3-tier structure for our project and plan to use Web Services. Is
this a secure and appropriate way to design our project?

We are planning to start a project which have the following tiers:
- A local database server
- Web Services
- Application server

There will be 3000-4000 users who are going to use the applications and 1000
user may use the system simultaneously. The application server will run many
web applications at the same time. We plan to design a secure and reliable
infrastructure which runs fast, to achieve our goals.

Thanks for your convenience,
Registered member of Microsoft, Ilker Company
 
A

Anders Norås [MCAD]

...
We need latest architectures that are recommended by
Microsoft. Can anyone tell me where I can found the documentation for
this?
We think a 3-tier structure for our project and plan to use Web Services.
Is
this a secure and appropriate way to design our project?

You should find all the information you're looking for at the Microsoft
Patterns & Practices center:
http://www.microsoft.com/resources/practices/default.mspx

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top