[AccessD] VB.NET

Eric Barro ebarro at afsweb.com
Tue Jun 1 17:17:48 CDT 2004


Drew,

I'm not sure what you mean by "What kind of security issues you are risking, though, if you are putting the scripting out on the other end to send stuff through."

There is no "scripting code" that is exposed to the end user since all of that is encapsulated in the DLL that ASP.NET builds, compiles and calls everytime it runs the .NET app. ASP.NET handles all the client-side display issues using Javascript and the business logic (assuming you wrote it in VB.NET or C#) is compiled into a single DLL that the server runs to handle all the back end interaction.


---
Eric Barro
Senior Systems Analyst
Advanced Field Services
(208) 772-7060
http://www.afsweb.com 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of
DWUTKA at marlow.com
Sent: Tuesday, June 01, 2004 2:35 PM
To: accessd at databaseadvisors.com
Subject: RE: [AccessD] VB.NET


That's good to hear!  I'm still leary of 'OLDER' browsers.  There are people
in this world still using Windows 95 a, with IE 3.01.  (And even older).
Did you know it is impossible to upgrade the browser from that point,
without a CD, or the cabs for a later IE?  Microsoft's own website
(including the windows update site) isn't supported in that browser.

Still gives me the heebie jeebies.  I'd have to check it out myself.  What
kind of security issues are you risking, though, if you are putting the
scripting out on the other end to send stuff through.  Just another thought
to ponder.

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Eric Barro
Sent: Tuesday, June 01, 2004 3:45 PM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] VB.NET


ASP.NET code (written in either VB.NET or C#) is not browser dependent. In
fact ASP.NET generates the appropriate javascript code for the client side
when it renders the page. All the business logic is encapsulated in a DLL on
the BIN folder in the web root.

---
Eric Barro
Senior Systems Analyst
Advanced Field Services
(208) 772-7060
http://www.afsweb.com 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004





More information about the AccessD mailing list