Anyone know if there is a way to create/call/use an app_code object in classic asp code?
For example, if I have a CaseStatus object in the app_code directory, how (or is it possible) for me to server.create this object and then call its methods from classic ASP?
ojm37
Contributor
2248 Points
832 Posts
Calling App_Code objects from classic ASP?
May 03, 2011 03:32 PM|LINK
Anyone know if there is a way to create/call/use an app_code object in classic asp code?
For example, if I have a CaseStatus object in the app_code directory, how (or is it possible) for me to server.create this object and then call its methods from classic ASP?
TIA,
Mikesdotnett...
All-Star
154941 Points
19870 Posts
Moderator
MVP
Re: Calling App_Code objects from classic ASP?
May 03, 2011 06:16 PM|LINK
Basically, the answer is yes: http://learning.infocollections.com/ebook%202/Computer/Programming/General/Programming.With.Microsoft.Dot.NET/LiB0225.htm
However, the question is off-topic for this forum, so you should follow up somewhere where classic ASP is the focus:
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
ojm37
Contributor
2248 Points
832 Posts
Re: Calling App_Code objects from classic ASP?
May 03, 2011 11:07 PM|LINK
Sorry if I'm off-topic. Thought this would be the place to ask since the problem goes away once we're fully converted to dot-net from classic asp....
I've re-posted over on the IIS, classic asp forum. Thanks.