RE: Exception Handling Opinion 2004-12-14 - By jgaylord@(protected)
I'm not sure what you mean here. You can still create DLLs with ASP.NET. XML Web Services don't have to be your data layer. You can use web services for your business layer or for your presentation layer as well. It all depeneds on what the web services accomplish. For instance, if you had a web service that didn't receive any input parameters and spit out an XML DataSet with news, that would obviously be in your data layer. However, if you had a service that computed prime interest rates, that would most likely be on your business layer .
Make sense?
Jason
----- Original Message -----
I am new to n-tier development with .Net. With VB and ASP 6.0, I created DLLs as the business or data layer. With ASP.Net I am gathering that XML Web Services act as the data layer. Are they also used for the business layer? If not, what is the protocol/format of the layers?
Need SQL Advice? http://sqladvice.com Need RegEx Advice? http://regexadvice.com Need XML Advice? http://xmladvice.com
|
|