Click to See Complete Forum and Search --> : Webhosting?
BloodMachine34
Jan 12th, 2001, 07:06 PM
Does anybody know a good and cheap webprovider with access to frontpage 2000, cgi, and other "protected" devices. Is there any for 20- 50 $ per month? Thanks
Benjamin
Jan 12th, 2001, 08:09 PM
http://www.aplushosting.com
Kagey
Jan 12th, 2001, 08:38 PM
you could take a look at http://www.burlee.com
sail3005
Jan 13th, 2001, 12:03 AM
Yes, i highly recommend burlee myself, but if you don't want any complicated restrictions, then don't go with the unlimited plan.
i have and recomend a version of the basic plan!
JoshT
Jan 15th, 2001, 11:29 AM
What kind of restrictions do they have on the unlimited plan? I was planning to use it to host my personal domain.
Josh
Kagey
Jan 15th, 2001, 05:05 PM
the unlimited plan would be sufficent for your personal domain. you can have either fp2000 or FTP support, full asp, but not your own components, its a little skimpy on the cgi, but there customer service is great. also, you can't have a unique ip number for the unlimited, since it is shared hosting.
JoshT
Jan 17th, 2001, 12:22 PM
Yeah, thanks, I think the unlimited plan would be good - I don't want Front Page, just ASP with ADO and maybe the FileSystemObject. I just need a cheap place to stick my Resume and share a few pictures I take with my digital camera.
Josh
Kagey
Jan 17th, 2001, 03:10 PM
then the unlimited plan is the way to go. full asp. have fun man
I reccomend http://www.f2s.com.
Its FREE and has the following : -
20 Mbytes web space
Unlimited emails
Unlimited Internet capacity
Scripting in PHP4 and Perl
Webalizer web site statistics
Virus protected email
Microsoft Frontpage 2000 extensions
Database servers etc
Is it free to US customers, and does it have MySQL database?
I've tried them, and they are very good, but I would rather have PHP than ASP...
I use Brinkster (http://www.brinkster.com) (was eWebCity) and their premium membership with SQL Server DB is great. You get a virtual server for yourself and the service is friendly. I've been using them for a few months and am having my domain name transfered to them from freenetname.
equuelus
Feb 2nd, 2001, 09:30 PM
I have tried brinkster, but i have problems in setting up my database. I normally test out my asp pages with personal web server. For this case, i set up my database using the ODBC - User DSN. How do I set up it on brinkster, or it uses another way to connect to database.
Here is a sample of my code..
<%
Set objConnection = server.CreateObject( "ADODB.Connection" )
Set objRecord = server.CreateObject( "ADODB.RecordSet" )
Call objConnection.Open( "DSN=Student" )
strQuery1 = "SELECT * FROM Examination INNER JOIN AcademicRecords2 ON Examination.ExaminationCode = AcademicRecords2.ExaminationCode WHERE (((AcademicRecords2.PuteraID)= " & _
Session( "StudentLoggedIn" )& _
"));"
Call objRecord.Open( strQuery1, objConnection, 1, 2 )
%>
The problem is i can't get the asp page to run the code. How do I make it work on brinkster?
All reply is appreciated. Thank you.
JoshT
Feb 5th, 2001, 06:26 AM
I stick the connection string in the global.asa:
Application("ConnString") = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Databases\MyDB.mdb;"
Then use that for the Connection when opening a recordset:
Set rsCodes = Server.CreateObject("ADODB.Recordset")
rsCodes.CursorLocation = adUseClient
rsCodes.Open "SELECT * FROM CodeTable",Application("ConnString"),adOpenForwardOnly,adLockReadOnly
Set rsCodes.ActiveConnection = Nothing
Do While Not rsCodes.EOF
...
And no DSN is needed, and I only have to use the connection string once = makes the code easy to maintain. You can use Server.MapPath to find the physical path of your DB if needed.
Josh
Rh0ads
Feb 5th, 2001, 07:33 AM
I've used a lot of webservers, and here's a few of 'me i'd like to reccomend:
1. NBCi.com -FTP access and unlimited space and bandwith
2. This isn't a host but www.freewebspace.net has a great database with a very friendly search option
http:www.f2s.com - supports the following :-
20 Mbytes of web space
Frontpage 2000 support
Advanced PHP4 scripting
Perl cgi scripting
Webalizer website statistics
website Search Engine
Database Servers
www.YOURNAME.f2s.com
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.