Re: How to connect into remote server
- From: "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 17 Apr 2007 12:24:11 -0500
"MSK" <mannaikarthik@xxxxxxxxx> wrote in message news:1176826204.683657.263440@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am a newbie to .NET/Networking
if I develop a project in
1. VB.NET + SQL server database
2. ASP.NET + SQL server database
3. .NET ( vb or asp) + Access database
Which one is advisable, in terms of hardware, security, cost...?
one more thing, my user has just internet connection (NTL- internet
provider)
SQL Server Standard or Enterprise costs more, is more secure and more available. But, there is SQL Express, which is free, and will work fine for a small number of users. Used with a web app, the small number of users allowed at any one millisecond can still translate to hundreds or thousands of users, if designed correctly. Access will not scale as well as full SQL Server or SQL Express.
If I develop desktop application (vb.net) and install in one
location , keep the server at another location, how can we connect?
can I achive via CODE ? any settings ? should internet provider
change anything for me ?
Create the code and deploy using the no touch deployment options. The person hits a website and downloads the smart client. You can even have it so the client updates if newer bits are placed out on the server. Look up on the MSDN site for more information. IF you do smart client, some of the app will sit on the user's desktop.
If I develop WEB app (asp.net), I can develop and install in the
server, how we can map these clients with the server via the private
network.
If you are at least WIndows 2000 on your servers, you can get sample code on mapping to LDAP for users. That would prevent them having passwords out of sync with the network.
Will .NET (vb or asp) work with Access database (any performance or
functionality issues?)
Yes, you can use Access as a data store with .NET. Yes, it will not perform at the same rate at SQL Server.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
*********************************************
Think outside the box!
*********************************************
.
- References:
- How to connect into remote server
- From: MSK
- How to connect into remote server
- Prev by Date: Re: GridView(ASP.NET 2.0)
- Next by Date: Re: problem with custom membership provider
- Previous by thread: How to connect into remote server
- Next by thread: Re: How to connect into remote server
- Index(es):
Relevant Pages
|
Loading