Instructions and sample applications demonstrating AJAX v1.0 on DiscountASP.NET Servers

Discussion in 'ASP.NET 2.0' started by vvsharma, Nov 2, 2006.

  1. Here we list some links to AJAX.NET Sample Applications hosted on the DiscountASP.NET Server:


    SimpleList
    ----------
    http://daspstaff00.web120.discountasp.net/SimpleList/


    ContactList
    -----------
    http://daspstaff00.web120.discountasp.net/contacts/


    Brief Instructions to run Sample Applications:
    -------------------------------------------------
    A. Add the following within the "connectionStrings" section of web.config :


    <remove name="LocalSqlServer" />
    <add name="LocalSqlServer" connectionString="Data Source=DB_Server;Integrated Security=False;Initial Catalog=DB_Name;User ID=DB_Username;Password=DB_Password" providerName="System.Data.SqlClient" />


    B. Copy/Include Microsoft.Web.Extensions.dll within your web applications Bin Directory.


    C. Attach Applications MDF files using the MS SQL Tool Suite.
    Create ASPNETDB Schema using aspnet_regsql.exe as follows if required.


    1. Open the command prompt on your local computer, and navigate to: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
    2. Execute the command: aspnet_regsql.exe -S [DB Server Name] -U [DB login] -P [Password] -A all -d [Database name]


    D. Using the Web Application tool in the control panel, configure the application folder as a web application.


    Post Edited By Moderator (bruce [DASP]) : 11/3/2006 12:54:27 AM GMT
     

Share This Page