All of webhost4life web servers have State Server enabled. If you are hosting asp.net application with webhost4life you can use Session State in your web.config file.
To use it, you just need to edit session state section in your web.config file. Here is an example about it:
<configuration>
<system.web>
<sessionState mode="StateServer"
...
Read the rest of this article
Posted in
Website Programming at July 10th, 2009.
No Comments.
Webhost4life supports several types of databases such as MSSQL, MySQL, Excel, Excel 2007 and Access in asp.net application. If you are creating an asp.net application but having no idea how to connect your database to your web application then please have a look at the DB connection samples below:
MSSQL
ASP.net connection
"Server=DB Server;Database=DB NAME;uid=DB ID;pwd=DB Password;" providerName="System.Data.SqlClient"
OLE DB connection strin...
Read the rest of this article
Posted in
Database at June 4th, 2009.
No Comments.