Programs
i'm putting together a shopping list for the programs i need.i've always built my previous websites with dreamweaver and photoshop.my question is to you is: what programs would be nice.which programs i need.which are the best.and which i want to stay away from.
View Replies
anyone knows some program which can be opened directly by creating an object within an asp file ?
something like word or excel (Set objWord=Createobject("Word.Application") for instance )
View Replies
View Related
I would like one ASP program to execute another ASP program and then continue execution with the first ASP program.
According to “Beginning Active Server Pages 3.0” from Wrox,
the following code should work:
Server.Execute "ups_trans_send_ds.asp"
However, I’m getting the following error message:
Object doesn’t support this property or method: Server.Execute
I’m using Personal Web Server 4.0 on Windows NT (with Service Pack 6)
View Replies
View Related
Is there a good way to debug ASP programs? The scenario, I have a function called GetRecordSet which is exactly what it does - gets record sets for various sql statements.
But the problem is when there is a DB error I cannot identify where the error is coming from as all the error statement says is the error is in GetRecordSet. I use Dreamweaver as I had the iniial design configured on DW.
View Replies
View Related
I am trying to execute a ping command from ASP, and I am really not getting
anywhere. I wrote the following code based on what I found on the subject on
the Internet:
Dim sh, result
Set sh = CreateObject("WScript.Shell")
cmd = "ping 192.168.1.5 -n 1 -w 200"
result = sh.Run(cmd, 1, true)
Set sh = Nothing
Set result = Nothing
When I try loading the page containin this code, however, I get no response
from the web-server. And occasionally I get an error message saying that the
server could not handle the request due to too many users. Subsequent
requests to the server, also on other files, seems to end up in the HTTP
equivalent of a black hole, that is there is no response.
I am running WinXP (which is incidentally up-to-date with regard to Windows
Update) and IIS 5.1.
View Replies
View Related
Has anyone tried to apply MVC to write ASP (not .Net) programs? Any good reference?
View Replies
View Related
I just installed a trial version of SQL server 2000 in my machine. I would to test some ASP programs I have written in my machine. How should I finf the local path (e.g., http://local)? and can I use my ASP programs on SQL server? how.
View Replies
View Related
Does anyone know of any decent ASP code generators.I would like a program that automatically builds all the code for searches, reports, etc, giving just the path to a Microsoft Access MDB file. I have tried and used aspmaker, and it works pretty good. I was just wondering if there are any other programs out there that anyone recommends. Also does anyone know of any other "GOOD" asp forums besides this one
View Replies
View Related
I noticed that when I process my aspx web pages in Netscape that the page is not interpreted correctly. Text boxes that are supposed to have no border, have borders, the font for arial is one size larger than what it is supposed to be, etc. Doe
Netscape plan to fully support the Net Framework system
View Replies
View Related