Film, Media & TV31 mins ago
Explanation of a .asp page on a website
6 Answers
Please provide me with an explanation of the pros and cons of having a site set up with .asp pages
Answers
Best Answer
No best answer has yet been selected by JasonRise. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Pros :
Allows delivery of dynamic, database driven content
Easy development using VBScript
Allows use of compiled COM objects
Cons :
Script is interpreted on each request giving a higher execution overhead
Debugging is a pain in the neck (especially when using COM)
Requires browser to have cookies enabled for session tracking purposes
Allows delivery of dynamic, database driven content
Easy development using VBScript
Allows use of compiled COM objects
Cons :
Script is interpreted on each request giving a higher execution overhead
Debugging is a pain in the neck (especially when using COM)
Requires browser to have cookies enabled for session tracking purposes
Report on user sessions
I am being told that because of the way the site has been set up with .asp pages, they can only report back on specific sections and not all pages. I think that is wrong
If I placed a tag on each page would that be able to provide me with reporting if I had it supported by Webtrends or something similar?
Thanks
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.