|
I'm a C# and PHP developer. At work, I just got some classic ASP stuff dumped in my lap. I only need to make edits for a few weeks so I don't want to have to learn too much about legacy stuff I'll never touch again. However, I do need to be able to do...
Started by Dinah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Realistically, classic ASP is just VBScript the basic objects of classic ASP
....
It's actually what I used when I went into classic ASP from a PHP background in school.
Http://www.w3schools.com has a really good ASP tutorial.
|
|
I'm looking for some metrics. I'm currently tech-editing a book in which the author boldly states that "ASP executes faster than CGI and Perl". It's not backed up by any sources or anything that would lead me to believe that was a fact, so I'm wondering...
Started by cmcculloh on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
You can even....
Don't dismiss Perl though, use instance for each request).
The bottom line is that differentASP is going to beat CGI for speed, simply due to the way it works .
Integrated through ISAPI, so of course ASP/ASP.NET is faster....
|
|
I bought ASP a few weeks ago. But yesterday my pc crashed.
Now I have to buy new computer. Until now I used linux - but Im considering buying a Windows machine instead.
Can I still use my serial number on another computer/operation system or do I have...
Started by peterbn on
, 8 posts
by 6 people.
Answer Snippets (Read the full thread at ulead):
Last ASP on each machine! Actually I ....
If you like I will post the entire license from my version of ASP.
As I understand it the Home User license says that you can use ASP I am sure other rules apply.
I assume you are a Home User.
|
Ask your Facebook Friends
|
On Tue, 25 Aug 2009 16:02:22 -0400, "Mark Bowker" <bowkerm@alaron-nuclear.com
Running Exchange 2003 SP2
Windows Server 2003 SBS
Users can log into OWA but as soon as they try to do anything in it,
Microsoft Information Store Crashes.
Event Log...
Started by Mark Bowker on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I used OWA to intentionally crash expenses of course..
That was helpful, because it gave me more
specific error information .
I resolved the issue with the ASP error (which was related to
IIS help and temp cache primarily.
|
|
Codecademy presents
www.codeyear.com
Anyone participating? Every Monday, a new series of online Javascript courses are made available. There is official support for this initiative from the White House . I saw codecademy.com mentioned in a few other topics...
Started by Futureman on
, 50 posts
by 34 people.
Answer Snippets (Read the full thread at neogaf):
Looking forward ....
The site also has a course builder that allows you to write lessons and logic.
Originally Posted by zwerg : Yeah it began, and I think it's awesome .
Is trying to incorporate what I know about ASP with javascript/jquery.
|
|
Hi,
Several months (maybe even a year or two) ago, I saw an asp .net article that showed how to tell how many people were connected to a running web application. Of course I only glanced over the article & didn't save it. Does anyone remember seeing the...
Started by wali on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Original link to the Intel "Using perfmon to tune n-tier .NET applications"
When... .
Unfortunately, it's 404 at the moment, but Google cache has a nice copy .
In your search, consider using keywords like
perfmon asp.net sessions
Intel has a good article .
|
|
We have a requirement that our web app will do a mail merge and generate some Word documents. Of course this is very easy to do using Word automation but is not recommended by Microsoft http://support.microsoft.com/kb/257757 .
"Microsoft does not currently...
Started by Craig on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Basically....
I know from experience that things do go wrong, but depending on how real-time and high priority the tasks you're doing are, it may be something you can live with .
Basically you have three choices:
Run it on the server and accept those consequences .
|
|
Hi all, I am a beginner in web/javascript programming and wonder if anyone can give me a kick start simple example of a modal confirm dialog just before a form with multiple submit buttons being submitted using a pre-defined button? I stumbled upon jQuery...
Started by William on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Form>
For a crash course you could check out W3Schools or just search google for tutorials.
|
|
I'm having trouble with a filter on an ADO Recordset in legacy ASP Classic code, and I'm trying to understand if what I'm trying to do is not supported, or if I'm just doing it wrong.
I have a recordset of Items, and they have a Status of 1 (active) or...
Started by Val on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You may find this article to be of interest: PRB: Cannot Filter ADO Recordsets for Nulls
Hi Val,
I know that you are working with legacy code and probably other things are working, but how do you open the recordset in this specific page? Are you using... .
|
|
On Thu, 27 Aug 2009 16:27:02 -0400, "Toni" <Toni24@yahoo.com
I have an application that inserts literal strings (raw strings) into an ASP template
that I can then work with. The problem is that I want to massage these strings in
ASP/VBScript and...
Started by Toni on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
-0400, "Bob Barrows" <reb01501@NOyahoo.SPAMcom
How? What does it do? Read the ASP file is the application? Is it a
non-ASP application? Is it something whose source code you can modify?
--
Microsoft MVP - ASP/ASP.NET - ....
|