|
-
Mar 11th, 2001, 06:17 PM
#1
Thread Starter
New Member
I am using Classes (<% Class CCategory ....asp code..... End Class %>) in my ASP pages. They work great and they allow me to take a more of an OO approach to my ASP code. I'm just wondering if there are any performance or technical issues anyone knows of when using them. Any info would be greatly appreciated.
-
Mar 12th, 2001, 07:03 AM
#2
Addicted Member
Yes There is one...
You cannot assign a class as an Application variable or
a Session Variable
Take a look at this KB article :
Q246596
-
Mar 12th, 2001, 11:37 AM
#3
Thread Starter
New Member
Thanks G. The article is great. I'm actually using the classes as include files. They are basically retrieving info and opening and closing the database. The session variables I'm using are on my asp pages so hopefully I can continue without much issue.
Take care
-
Mar 12th, 2001, 12:05 PM
#4
Black Cat
Interesting, I wasn't aware of ASP classes...
I would think that compiled COM dlls would perform better.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 13th, 2001, 09:26 AM
#5
Thread Starter
New Member
Yes, COM based dll's would work much better but a lot of service providers will not let you register them on their servers.
Quidquid latine dictum sit, altum viditur.
Whatever is said in Latin sounds profound.
-
Mar 13th, 2001, 09:32 AM
#6
Thread Starter
New Member
Yes, compiled COM dll's would work much better but a lot of service providers will not let you register them on their servers.
Quidquid latine dictum sit, altum viditur.
Whatever is said in Latin sounds profound.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|