473,394 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

project questions

I'm developing a system in ASP.Net C#, It'll be implement in a lot sites in
diverse servers; I need to update the system, sending a newer version, all
sites has to be immediately updated. I thought keep the script in my server,
that be access by the sites.

But I have some questions:
1. Could that overcharge my server?
2. What better way, perhaps webserver?
3. How Could I keep the security, accepting only the site that I want?

thanks a lot
and sorry my English....
Nov 18 '05 #1
1 1091
Hi Eduardo:

I hope I understand your question correctly.

1. Generally, this is something you can really only answer by testing.
Are you running a script on your server that pushes out new changes to
a list of other servers? If so, you couldn't expect this to happen
instantly. Set a goal, like one hour maximum for all changes to
propogate, then try to optimize to meet that goal.

2. Web servers really only respond to requests. If you need something
that acts proactively you'll need a service, or a scheduled task, or a
web application with a background thread that is actively monitoring
for changes in the filesystem or a database.

3. The safest way would be to use client certificates with SSL. This
increases the complexity and cost, however, so you might consider
restricting based on an IP address - which has drawbacka also (IPs can
change, IPs can be spoofed). There is always the ability to setup user
accounts with passwords for the remote services to login with. The
first step would be to set a goal for how secure you want to be.

HTH,

--
Scott
http://www.OdeToCode.com

On Thu, 9 Sep 2004 10:33:56 -0300, "Eduardo Rosa"
<ed******@yahoo.com.br> wrote:
I'm developing a system in ASP.Net C#, It'll be implement in a lot sites in
diverse servers; I need to update the system, sending a newer version, all
sites has to be immediately updated. I thought keep the script in my server,
that be access by the sites.

But I have some questions:
1. Could that overcharge my server?
2. What better way, perhaps webserver?
3. How Could I keep the security, accepting only the site that I want?

thanks a lot
and sorry my English....


Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Piotrek Stachowicz | last post by:
Hi, Sorry, it's gonna be a bit off-topic but I'm looking for experienced ..NET (c#) developers and I guess there're quite many here. I'm looking for a topic for my final year project (B.sc). It...
7
by: Martin Strojek | last post by:
Hi, I have the following problem with developing some web site. I use Visual Studio 2003 to build a website. I tried Windows 2003 Server and switched now back to Windows XP with PWS but the...
0
by: Jobs | last post by:
All answers to the below interview questions are at http://www.geocities.com/dotnetinterviews/ or you can download the complete answer zip file from...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
6
by: manojchhabria13 | last post by:
Hi can anyone plz suggest me few good topics for project in .net ? Anyone have any idea on artificial intelligence ?
24
by: =?Utf-8?B?RHIuIFMu?= | last post by:
I am incorporating three existing programs into a new "all in one" program. I have added the three projects to the new all in one project. How do I instruct the new initial menu to launch the main...
4
MMcCarthy
by: MMcCarthy | last post by:
http://bytes.com/images/howtos/projectscope_blocks.jpgAs a freelance IT consultant for over 10 years, I’ve come to appreciate well defined project scopes. A project scope is a common understanding...
0
by: LoganSquareDon | last post by:
Please distribute this email. Data on both agile and plan-driven projects are welcome. Dear To Whom It May Concern, My name is Donald Buresh, and I am a Ph.D. student at Northcentral...
7
by: adfghergaer | last post by:
First of all, I'm not a programmer. I'm here because I had an idea for a software program that my employer may hire someone to design, and I'm wondering what kind of investment it would take to hire...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.