473,568 Members | 2,935 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sample site

Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards

Nov 18 '05 #1
6 1300
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and links
to other sites which might be helpful.

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards

Nov 18 '05 #2
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:ei******** ******@TK2MSFTN GP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and links to other sites which might be helpful.

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi

Is there an asp.net sample site with access backend that I could use to
learn good asp.net development practices?

Thanks

Regards


Nov 18 '05 #3
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past

thats about all thats wrong with access...

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:ei******** ******@TK2MSFTN GP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a
good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Hi

Is there an asp.net sample site with access backend that I could use to learn good asp.net development practices?

Thanks

Regards



Nov 18 '05 #4
Like most situations, IT DEPENDS...
Access is great in a small defined scope of size and activitiy, like 10
users or less.
If your website only ever has that many connections, you might be alright.
I started my career in MS Access, so I have a love/hate relationship with
it. I currently use it as a backend on a volunteer website that I
administer. So far no problems...but if we ever get a ton of hits at one
time, it will be very noticeable.
I would seriously consider SQL Server (if you want to stay with Microsoft)
or some other company's higher end database if your application needs to
scale to more than 10 users. I use SQL Server and I am very pleased with
it's performance all-around.
Your results may vary.

HTH

Todd

"Hermit Dave" <he***********@ CAPShotmail.com > wrote in message
news:uw******** *******@tk2msft ngp13.phx.gbl.. .
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past
thats about all thats wrong with access...

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:ei******** ******@TK2MSFTN GP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> Hi
>
> Is there an asp.net sample site with access backend that I could use

to > learn good asp.net development practices?
>
> Thanks
>
> Regards
>
>
>



Nov 18 '05 #5
Amen to that!!!

I have built many ASP websites using mdb backends and have had downtime. I
haven't even tried it with ASP.NET because I learned EARLY. If you open the
database and try to modify it, users will "sometimes" get a "Page cannot be
displayed" error because you have the database locked. In early versions of
IIS, closing the database would still not release the locks for some reason.
The only way I could get it back online was to stop IIS and copy, then
rename the mdb, then restart IIS - unbelievable... so... I resorted to
copying the thing elsewhere, modify it as fast, then replace the production
mdb. Hopefully, you are not collecting data while this is going on or else
it would obviously be lost. Sure, you could import some of the changes, but
geez...

On both mdb releases I had instances where ISP administrators did a blanket
permission assignment and gave all web files "read only" thinking that they
were "just html files". That certainly doesn't set well with a mdb.

Using Sql Server is wonderful, I have dozens of sites running with it and
wouldn't think twice about changing anything. Once you set up the
permissions and connection string, it's very unlikely you will ever have to
look at that again unless the entire server changes somehow.

But really, too many Access things like this to list... small database or
large, this is Access and you pay with frustration for keeping things simple
with one little mdb.

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access

"Hermit Dave" <he***********@ CAPShotmail.com > wrote in message
news:uw******** *******@tk2msft ngp13.phx.gbl.. .
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user
connectivity...
i have had so many issues... i reckon others have had similar issues in past
thats about all thats wrong with access...

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:ei******** ******@TK2MSFTN GP09.phx.gbl...
dont know bout developing with access but try www.asp.net it should be a good starting point. There you will find a whole lot of tutorials and

links
to other sites which might be helpful.

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> Hi
>
> Is there an asp.net sample site with access backend that I could use

to > learn good asp.net development practices?
>
> Thanks
>
> Regards
>
>
>



Nov 18 '05 #6
very well explained... unfortunately i was a bit short of time this
morning... usually am in the mornings... shouldnt get on newsgroups then.
but i agree, locking was the most frustrating thing bout access... most of
the times restarting IIS did the thing but then i got used to rebooting the
machine as well...

since i moved to asp.net i havent even looked at access.... sql is good and
it behaves.... (sometimes the clients are just too skint to pay anything...
dont take those ones any more..)

plus there are lot more things you can do... i love using stored procs for
everything related to the db and sql client does take me away from the pre
..net era of using ole db providers. yes i know internally it still does...
having used OLE for the great many years i rather leave it with win32s.....

:)

HD

"Jerry Boone" <je***@antech.b iz.killspam> wrote in message
news:t_******** ***********@new ssvr11.news.pro digy.com...
Amen to that!!!

I have built many ASP websites using mdb backends and have had downtime. I haven't even tried it with ASP.NET because I learned EARLY. If you open the database and try to modify it, users will "sometimes" get a "Page cannot be displayed" error because you have the database locked. In early versions of IIS, closing the database would still not release the locks for some reason. The only way I could get it back online was to stop IIS and copy, then
rename the mdb, then restart IIS - unbelievable... so... I resorted to
copying the thing elsewhere, modify it as fast, then replace the production mdb. Hopefully, you are not collecting data while this is going on or else it would obviously be lost. Sure, you could import some of the changes, but geez...

On both mdb releases I had instances where ISP administrators did a blanket permission assignment and gave all web files "read only" thinking that they were "just html files". That certainly doesn't set well with a mdb.

Using Sql Server is wonderful, I have dozens of sites running with it and
wouldn't think twice about changing anything. Once you set up the
permissions and connection string, it's very unlikely you will ever have to look at that again unless the entire server changes somehow.

But really, too many Access things like this to list... small database or
large, this is Access and you pay with frustration for keeping things simple with one little mdb.

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access

"Hermit Dave" <he***********@ CAPShotmail.com > wrote in message
news:uw******** *******@tk2msft ngp13.phx.gbl.. .
Well the reason is simple... access is limited to what it can do how much
data it can hold.... and isnt very good when you are talking of multi user connectivity...
i have had so many issues... i reckon others have had similar issues in past

thats about all thats wrong with access...

HD
"John" <jo**@nospam.in fovis.co.uk> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Thanks for that. Why does everyone hate access?

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message news:ei******** ******@TK2MSFTN GP09.phx.gbl...
> dont know bout developing with access but try www.asp.net it should be a
> good starting point. There you will find a whole lot of tutorials

and links
> to other sites which might be helpful.
>
> HD
>
>
> "John" <jo**@nospam.in fovis.co.uk> wrote in message
> news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> > Hi
> >
> > Is there an asp.net sample site with access backend that I could

use to
> > learn good asp.net development practices?
> >
> > Thanks
> >
> > Regards
> >
> >
> >
>
>



Nov 18 '05 #7

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

Similar topics

2
1808
by: Alex Maghen | last post by:
I'm looking for a sample ASP.NET enterprise web solution. There are many issues and questions I have about how a large web site is constructed with multiple developers. How global settings and constants are managed. How global navigation and other global page settings are implemented, etc., etc. Is there a complete sample "REAL" ASP.NET web...
0
1700
by: Jean Stax | last post by:
Hi! I just read in "Writing Secure Code" book a chapter about Cross-Site Scripting. Here the relevant paragraph: This is bad because a malicious user could access another's important data, such as their cookies. I bet you've seen ASP code like this before: Hello, &nbsp;
3
5392
by: paolo | last post by:
Hi, any one know where I can get a sample or some info on how to write a telnet program ?? Thanks, Paolo
1
2492
by: Eliezer Figueroa | last post by:
Full Database System Sample? I want to know if there any good windows forms based database sample application that can be downloaded.I searched the MS site but most of the database samples are for ASP or are not full application but istead sample of a particular feature. I am looking for something like the northwind sample in Access but in...
3
1551
by: Arjen | last post by:
Hello, I need a very simple login management system. I can create it by myself... but if somebody has done this before... it can saves me a lot of time. What I want is this: - Form authentication - Login page - Account management page (add/change/delete accounts and roles)
4
6256
by: Joey | last post by:
Does anyone know how to center this sample webpage in Firefox? If so, will you provide the example as it applies to this sample webpage? I have read numerous posts and articles on how to center content with CSS...none are working for me. The best I can do at this point is the "text-align: center" for my div tag, but that only works in IE. I...
1
1411
by: Andrzej J. Turowicz | last post by:
I create new WebSite named UseWebPart ( sample from Ms Press Book) next steps: Add WebPartManagerIO , WebPartZone, EditorZone & CatalogZone, etc etc etc if i am running this sample under VisualStudio 2005 IDE all modes ( Browse, Design, Edit, Catalog ) are operational. Next step, configure WebSita (Users from Lan, anonymous)
1
2875
by: Riyadh Hossain | last post by:
I am developing USPS shipping API for my site. All the work is going on testing phase. My site uses PHP/MySQL. Now I am working on USPS tracking/confirm. I can send request and get responses from USPS. I need sample code for unpack XML response for USPS tracking. Sample code should be in PHP language. If it is not available in PHP, other...
0
1807
by: Mike Cain | last post by:
Hi all! I'm looking to offer a software product using the SaaS model. This of course will require that I build a web site where customers can sign up, log in, manage their membership and billing options, and of course use the software over the web. Can someone recommend a good sample site or other type of site framework that I can use to...
9
4200
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
Where can I get a sample login page with all functionalities (such as checking the password in the database, create cookies, check security and so forth). Code in C# would be fine. It it is already available, I don't have to rebuild it from scratch. Thanks.
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7605
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6277
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.