M
Metre Meter
While I've been supporting a Classic ASP app for a while, and have
also written some separate ASP.Net apps, my understanding is vague on
some larger issues
- What are the issues with mixing languages in Classic ASP? For
example, declaring variables, functions etc. in one language and
accessing/calling them in another?
- Where is the line between "native" language features (e.g. in
JScript), and those features which are part of .Net (or whatever),
common to all .Net languages? Or put another way, how are the .Net
facilities "mapped" onto a particular language?
- What environment does Classic ASP operate within (i.e. analogous to
ASP.Net programs operating under CLR)?
- What support to I have for the "native" Windows features under
ASP.Net? Is everything done through the CLR? Do I have more direct
access to Windows' native features under Classic ASP, or does that
restrict me in a different way? Is there anything in that vein that I
can do in Classic ASP that I can't do in ASP.Net?
- Do any languages (particularly JScript) have issues accessing the
full features of the Classic ASP or ASP.Net environment?
(I had a problem with JScript and collections once, but I was able
to work my way around it)
- Which is the best way to stucture my programs made up of multiple
files?
- Via #includes or via <script> tags? The latter sounds better,
but how do I include a jscript file within a jscript fileif there are
dependencies
- Should I really be developing ASP.Net "by hand" or using Visual
Studio anyway?
- What "type" of object does Server.CreateObject in Classic ASP
create?
I apologise if these questions seem somewhat vague, or if there are a
lot of them. As they're somewhat interconnected, please feel free to
answer them by pointing me towards any online resources. Any help is
appreciated- thank you!
also written some separate ASP.Net apps, my understanding is vague on
some larger issues
- What are the issues with mixing languages in Classic ASP? For
example, declaring variables, functions etc. in one language and
accessing/calling them in another?
- Where is the line between "native" language features (e.g. in
JScript), and those features which are part of .Net (or whatever),
common to all .Net languages? Or put another way, how are the .Net
facilities "mapped" onto a particular language?
- What environment does Classic ASP operate within (i.e. analogous to
ASP.Net programs operating under CLR)?
- What support to I have for the "native" Windows features under
ASP.Net? Is everything done through the CLR? Do I have more direct
access to Windows' native features under Classic ASP, or does that
restrict me in a different way? Is there anything in that vein that I
can do in Classic ASP that I can't do in ASP.Net?
- Do any languages (particularly JScript) have issues accessing the
full features of the Classic ASP or ASP.Net environment?
(I had a problem with JScript and collections once, but I was able
to work my way around it)
- Which is the best way to stucture my programs made up of multiple
files?
- Via #includes or via <script> tags? The latter sounds better,
but how do I include a jscript file within a jscript fileif there are
dependencies
- Should I really be developing ASP.Net "by hand" or using Visual
Studio anyway?
- What "type" of object does Server.CreateObject in Classic ASP
create?
I apologise if these questions seem somewhat vague, or if there are a
lot of them. As they're somewhat interconnected, please feel free to
answer them by pointing me towards any online resources. Any help is
appreciated- thank you!