ASP.NET (Active Server Pages) Hosting with ASPWebHosting.com.au
Existing Clients
Running an ASP.NET website on our server is always a piece of cake as you can set
and edit all your IIS configuration and website settings through the control panel
that we provides.
Potential (New) Clients
New customers can automatically create the ASP.NET1.1 site via the control panel.
ASP.NET1.1 is supported on ALL of our hosting packages and you can start hosting
your websites on ASP.NET1.1 website and enjoy all its new features and technologies.
ASP.NET (Active Server Pages) Profiles
What is ASP.NET (Active Server Pages)?
ASP.NET is one of the Microsoft's Active Server Pages technology (ASP). ASP.NET
is a part of the Microsoft .NET framework, and a powerful tool for creating dynamic
and interactive web pages. WebHost4ASP.NET provides the maximum ASP.NET features
for a minimal monthly price. Whether you are a serious seasoned Microsoft .NET developer,
migrating from ASP to ASP.NET, or learning ASP.NET - our ASP.NET web hosting platform
is perfect for hosting ASP.NET driven web applications.
Microsoft Active Server Pages enables HTML pages to be dynamic and interactive by
embedding scripts, i.e. either VBScript or JScript. ASP.NET pages with the file
extension .ASP.NET are processed on-the-fly by the webserver, and any browser can
render ASP.NET pages as the resulting output is standard HTML.
ASP.NET Implementation
- Platform
Active Server Pages will run on Microsoft Windows NT Server 4.0, Windows NT Workstation
4.0 with Peer Web Services, and Microsoft Windows® 95 with Personal Web Server.
Windows NT 3.51 is NOT supported. Windows NT 4.0 on MIPS is also not supported by
ASP.NET.
- Security
Active Server Pages is a component of Internet Information Server, and thus uses
Windows NT Security. ASP.NET files can be easily restricted to just certain users
through secure Windows NT authentication, basic Web authentication, or client-side
certificates. For additional security, all client-to-server communications can be
secured with Secure Sockets Layer (SSL).
- Integrity
An Active Server Pages application can integrate with any ODBC-compliant databases
including Microsoft SQL Server™, Oracle, Sybase, Informix, and DB2 databases.
Any OLE 2 application, such as Lotus Notes or Microsoft Excel, can also be scripted
to access or process information. You can also write components to access online
data feeds and legacy mainframes.
- ISAPI Application
ISAPI applications require all of the programming and layout to be contained in
a .dll file written in C++. ISAPI applications are thus more difficult to create
and maintain. With ASP.NET files, an HTML writer can script an external component
and format the output. ASP.NET separates the layout and design from the business
logic.