Creating an ASP.NET 2.0 Application
ASP.NET 2.0 Tutorials : Creating an ASP.NET 2.0 Application - In this tutorial you will learn how to Create an ASP.NET 2.0 Application, Examining the Interface, The Hello World Application, Designing Web Forms, The Embedded Web Server and Important folders in the ASP.NET 2.0 Applications.
Visit publisher site: Creating an ASP.NET 2.0 ApplicationListing Details
- Filed in:
-
Scripts / ASP.NET / Tutorials & Tips
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Exforsys Inc Other listings by this publisher
License & Pricing Information
LICENSE #1
- License Type:
- Freeware
- Price:
- $0.00 USD
- Additional Info:
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
To create database, we can create custom action to create it while installing. To do so, we can create a text file that contains a SQL statement be used to create a database and need to know the connection string used to connect server, and then we can execute SQL statement to create database in custom action.