I'm developing with CF 5 and SQL Server 2000. I think they are both
great products. The major draw is their cost. I don't develop stand
alone products because anyone that wants to purchase them must also
purchase CF Server and SQL Server. So I run them as a hosted service.
MySQL is supposed to be free. If you are using this product, how do
you like it? What are you using for a front end?
I'd like to move toward developing software that some one can run on
their own webserver with the only cost being the software purchase.
That means the database and front end software need to be free (MySQL,
PHP, CGI). If the customer doesn't have these, they can download them
for free or small fee. What are some feasible alternatives to CF and
SQL Server?
Is ASP Apache comparable to ASP or ASP.NET? Everything will run on a
Lunix Server to keep cost down.
Is there a way to see if 2 fields are similar.. for instance:Code:
If rsHomeT("TeamName") [IS SIMILAR THING HERE???] (rsHomeT("CustomHomeName")) Then Response.Write " & CustomHomeName & " Else Response.Write " & HomeTeamName & " End If
I dont want to use LIKE in my sql queries to be able to do this.
I have learnt how to use some aspects of php. But have got a little stuck on databases. Are there some easy examples to follow from the internet on how to modify databases in asp?
Is asp very similar to php? In the sense that you can achieve the same things with it?
is there an online dictionary that I can use to learn asp? especially one that can be kept and stored offline(I am not on the internet at home)
I'm trying to query my database and return partial matches of a book title field...how do i go about doing that? Like if they enter "Gatsby," i want it to return, among any other titles with the word Gatsby in the title, "The Great Gatsby."
Is it possible with 'classic' ASP to find out the SERVER_SOFTWARE of a remote server. I wish to have a form where people can enter their domain name and then have a page that based on the form post determine what type of hosting the domain is using.
Every virtual directory above mentioned , has the same content with littles differences but not important for cookies or for the structure of my applications.
When I enter in my application I set up in my cookies my language and my profile informations.
I set up the cookies with an expires date and I set the cookie value with a response.cookies("lid")=VARLINGUA (VARLINGUA is an application variable that I have recorded in global.asa).
There is a problem with cookies when I open more of the above virtual directory at the same time or when I din't have cleaned my cookies in my temp files.
After my debug I have understood that my cookies are recordered correctly in my temp files (testAc , testBc ,testA etc....) and they contains the right content, but when I try to read my cookie with the request.querystring I read the double content of my cookie(In my case I have found 2 info about language and 2 info about my profile).
It is possible for you that I read the correct cookie but there is also another value in memory.
I think that IIS has problems to read cookies in virtual directory with similar names. I have this doubt because renaming my virtual directories with various(not similar for example testAc I have called Actest, testBe I have called Betest etc...) I do not have more problems.
I'm building a site which runs on 4 templates, each a different colour. I would like to pull in different content into each template using ASP.NET, similar to the php version of index.php?page=content.
I've not programmed in ASP before so am hoping someone can either supply me with a script or point me in the right direction.
i'm all over the place with my style. I began using IIS, asp, mysql, windows... now im interested in using apache, asp.net, mysql, windows... apache because of the security, mysql because obviously i love it to death, asp.net because it's something new i can learn...windows because im kinda scared of the linux hyped.... is there any fall back to my new config??? ASP.net will work with apache (sooner or later)... read more about it on go-mono.com.
Develpe a site using ASP and testing it locally using Apache. Unfortunately when it calls the asp files they are only shown as text .... what am i doing wrong? Put when I test the same files in Personal Web Server they work perfectly.
IIS for 2000 Pro and XP pro have some limitations built in.
For example, you can not configure multiple sites, and they do not support SMTP. Also, the performance may suffer. I've heard rumors that IIS for Pro/XP is limited to 10 concurrent users.
You do not need CALs (user licenses) for people accessing your web site via the internet/intranet. The CALs are for users connecting locally (via your LAN/WAN). Code:
have problem to install asp on apache 2 Linux.Follow guidelines at URL.I see that mod_perl is working but something wrong with httpd.conf I think.Get error when try to run
I have installed apache2.0 downloaded from apache.org a while ago. Now I want to host some ASP pages as well. what is the easiest methos to install the ASP module in the current apache 2.0.
I run a personal web server using Apache. I've got Perl, PHP and MySQL all working great. But I'm confused about how to implement ASP ... could someone simply point me in the right direction?
My IIS keeps crashing again and again and it is a real pain to maintain it. I googled and found an apache module to run ASP pages but that module is not provided for apache 2.x .. does anybody know a better web server to run ASP other than IIS or any FREE method to run ASP on APache?
I have an Apache environment set up locally, and it's supporting PERL and PHP and MySQL no problem. But I can't get ASP.net to work... or find any information about it anywhere. is this because microsoft are determined to do things their way? I have downloaded the .net framework thing, but I don't know where to go from there.
is it possible to restart apache from asp? the asp, of course, is running on the apache. it seems impossible to me, but.....of course, that is exactly what i am supposed to do. my asp script edits the config files, and i want the changes to take place immediately after i edit the files.
I have installed apache on my computer to test php scripts. What do I now need to do to also run asp scripts? Do I have to install apache::asp or can I load a module that runs with my current apache?
I've downloaded on my computer apache server, but as I can see it doesn't support asp. Is there a free available asp module for apache? Or what other free web server could I use for testing my asp web? It seems to me that IIS is not free unless you are using XP professional. Unfortnately I don't have the money to upgrade from XP home to professional.