What is webhosting?
Web hotel or web hosting is the space you hire for your webpages on a server outside your company. NameISP also offers other services when you hire a webhotell such as email services, forwards, databases, etc.
|
Why can´t I connect to the FTP server?
We do not allow FTP sessions in "Passive Mode". This can easily be disabled in most FTP clients (CuteFTP, FlashFXPm, FTP Commander etc)
|
What email component do you have installed?
Today we are using JMail. For more information , please visit
http://www.dimac.net
|
How do I connect my Access database to my ASP code?
<%
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=" &
Server.MapPath("..\db\mindatabas.db");Uid=admin;Pwd="
%>
Rename "mydatabase.db" to the name of your database. You also have to think of the path to the database. If your script is in your folder "www" the path above is correct. That will be "..\db\".
|
Do you have any examples on how to make connections in my scripts?
We recommend you to visit
http://www.connectionstrings.com. There you will find lots of examples for database connections to Access, SQL Server and MySQL.
|
Can you recommend any good tool for developing in ASP.Net?
Microsoft has a free tool that is called WebMatrix. You can download it on
http://www.asp.net/webmatrix.
|
How do I administer my MySQL database?
We have a web based user interface for MySQL. Visit
http://myadmin.nameisp.info and log in with the user information you have received earlier by email. When inside of the administration interface you are able to create/edit tables etc.
|
What Internet Services do you offer?
Se the page about "Hosting & Mail" for more information and prices.
|
What nameservers does NameISp use?
Below you can see the nameservers used by NameISP:
ns1.nameisp.info
213.115.221.10
ns2.nameisp.info
213.115.151.140
|