Is FrontPage supported by the H-Sphere control panel?
Yes. You can install or remove FrontPage extensions from the control panel. The extensions are required if you want to use FrontPage to publish your site, or run tools supported by FrontPage.
Is FrontPage supported by the H-Sphere control panel?
Yes. You can install or remove FrontPage extensions from the control panel. The extensions are required if you want to use FrontPage to publish your site, or run tools supported by FrontPage.
Does cpwebhosting.net support third-level domains or sub domains and Can i do it through control panel?
Yes, you can add as many levels of sub domains as you want. You can also create aliases for sub domains. This all is available through the H-Sphere control panel.
Active Server Pages is a server-side scripting technology which is developed by Microsoft.
With ASP you can create dynamic web pages by putting script code inside your HTML pages. The code is executed by the web server before the page is returned to the browser. Both Visual Basic and JavaScript can be used.
ASP is a standard component in Windows 95,98, 2000, and XP. It can be activated on all computers running Windows.
Many web hosting providers are offering ASP, as it is becoming a more and more popular technology.
You can also avail this facility in the Windows hosting plans of the cpwebhosting.net.
But, Microsoft’s ASP technology runs only on Windows platforms.
However, Chili!Soft ASP is a software product that allows ASP to run on UNIX and some other platforms.
Does H-Sphere support python scripts?
Although H-Sphere doesn’t provide centralized management for python scripts, you can add python support manually. For Unix hosting you just need python support installed on the web box. Windows hosting requires additional coding for this.

understanding the meaning of the ASP.NET
The promise of Microsoft’s ASP.NET is that “writing dynamic, high-performance Web applications has never been easier.” That sure sounds good, doesn’t it? But for many non-developer professionals who are involved in one way or another with the Web development process, the devil is in the details of how this is achieved. So here’s a look at how some of the developer jargon translates into everyday language.
Does H-Sphere support ASP mail or any kind of FormMail program?
Yes, H-Sphere support it
How can I find out my System Directory with ASP.NET?
Use this
<%
Response.Write(“The System Directory is ” & System.Environment.SystemDirectory.ToString() )
%>

Which page code model is better, single-file or code-behind?
Both models have the same performance.
The choice of using single-file pages versus code-behind pages
depends on your personal preference and convenience.
How can I find out where the temp directory is located ?
try this
<%
Response.Write(“The TEMP environment variable is : ” & Environment.GetEnvironmentVariable(“TEMP”))
%>
You must be logged in to post a comment.