Download ASP.NET Web Matrix Project
Download ASP.NET Web Matrix Now. It's Absolutely Free and Takes Only Minutes To Install!
1 Before you download. ASP.NET Web Matrix requires the Microsoft .NET Framework, and runs on Windows Server 2003, Windows 2000, and Windows XP operating systems. The .NET Framework may be installed as a web download. Note, the .NET Framework is installed by default on Windows Server 2003. It is also provided as a Windows 2000 and Windows XP update from the Windows Update Service. Click here to see if you have the .NET Framework installed. (Requires IE 5.5 or later.) / / Test Machine is installed with .NET Framework Click Here to Download The .NET Framework Version 1.1 // Download .NET Framework 1.1 Review System Requirements for ASP.NET Web Matrix // System Requirements for WEB Matrix
2 Download and Install ASP.NET Web Matrix. ASP.NET Web Matrix IS A 1.3 MB Download That Installs in Just Minutes. Download and Install ASP.NET Web Matrix (1.3MB)
3 Install free optional components. You can enable additional features in ASP.NET Web Matrix when you install some optional system components. Building data driven applications requires SQL Server or MSDE. Registered users of Web Matrix may download a free copy of MSDE (a SQL Server-compatible database engine). Please note that Microsoft professional support options available with MSDE for Web Matrix are the same as for MSDE offered in conjunction with supported Microsoft products.See http://support.microsoft.com/default.aspx?scid = fh; en-us;.. Prodoffer41a for more information about Microsoft professional support options for MSDE Download MSDE (70MB) The ASP.NET Starter Kits are five sample ASP.NET applications that provide code to accomplish common Web development tasks Each sample is Complete and welcome the code to kickstart Your ASP.NET Development Projects Today Download Them Today! Installing MSDE for ASP.NET Web Matrix
1 Download and Run MSDE Installer. Download and run the SQL2KDeskSP3a.exe file. The download link will redirect you to the download page on MSDN. Once on that page you will need to select the appropriate language and press the 'Go' button. You will be redirected to the download page for the selected language. Select 'SQL2kdesksp3.exe' and save this file to your harddrive. download MDSE Now! (70MB) http://www.microsoft.com/downloads/details.aspx?FamilyId = 90DCD52C-0488-4E46-AFBF-ACACE5369FA3 & displaylang = zh-cnhttp:? //www.microsoft.com/downloads/details.aspx FamilyId = 90DCD52C-0488-4E46-AFBF-ACACE5369FA3 & displaylang = enhttp: //download.microsoft.com /download/8/7/5/875e38ea-e582-4ee2-9485-b459cd9c0082/sql2kdesksp3.exehttp://download.microsoft.com/download/d/d/e/dde427eb-0296-4eac-a47c-d11a66b03816/chs_sql2kdesksp3 . EXEFOR More Details On Configuring and Setting Up MSDE PLEASE SEE: MSDN MSDE DETAILSSQL Server 2000 Desktop Engine (MSDE) Downloadable File Name: SQL2kDesksp3.exe SP3A. SP3A Updates For MSDE INCLUDE UPDATES AND NEW Installations for the Database Components of Instances of The SQL Server 2000 Desktop Engine, Including:
The Desktop data engine. Database client connectivity components, such as the OLE DB Provider for SQL Server, the SQL Server ODBC driver, and the client Net-Libraries. SQL2kdesksp3.exe includes all of the files that are required to install a new instance of Desktop Engine (.msi files), to upgrade all existing instances of Desktop Engine (.msp files), as well as to consume merge modules (.msm files) into applications. You can install the three parts of SP3a described above individually. However , if you want to upgrade both your database components and Analysis Services components, you must apply both the SP3a database components and the SP3a Analysis Services components Note:. SQL 2000 Servers infected by the "Slammer" worm virus should follow instructions on the Microsoft TechNet Web Site Before Installing SP3A. SQL Server 2000 SP3A Contains An Additional Fix To English Query That You Will Need To Apply Separately. For Additional Information About this fix, see the article "fix: potenti Al English Query Security Issue "in The Microsoft Knowledge Base. for More Information for More Information On SQL Server 2000 SP3A, Click The Links in The Related Resources Box.
The Desktop data engine. Database client connectivity components, such as the OLE DB Provider for SQL Server, the SQL Server ODBC driver, and the client Net-Libraries. SQL2kdesksp3.exe includes all of the files that are required to install a new instance of Desktop Engine (.msi files), to upgrade all existing instances of Desktop Engine (.msp files), as well as to consume merge modules (.msm files) into applications. You can install the three parts of SP3a described above individually. However , if you want to upgrade both your database components and Analysis Services components, you must apply both the SP3a database components and the SP3a Analysis Services components Note:. SQL 2000 Servers infected by the "Slammer" worm virus should follow instructions on the Microsoft TechNet Web Site Before Installing SP3A. SQL Server 2000 SP3A Contains An Additional Fix To English Query That You Will Need To Apply Separately. For Additional Information About this fix, see the article "fix: potenti Al English Query Security Issue "in The Microsoft Knowledge Base. for More Information for More Information On SQL Server 2000 SP3A, Click The Links in The Related Resources Box.
Run
TYPE IN: cmd.exe or command.exe depending on your OS
INSIDE OF THE MS-DOS Command Prompt You'll Make Use of a Utility Called Osql
To Manage Your New Msde Instance. Specifically, You'll Be Assigning Permissions
To the ASP.NET WORKER Process Account. The Following Commands Will Need To BE
Run to Properly Assign Permissions:
OSQL-E -S [Server] -Q "sp_grantlogin '[username]'"
Osql -e -s [server] -d [database] -q "sp_grantdbaccess '[username]'"
Osql -e -s [server] -d [database] -q "sp_addrolemember 'DB_OWNER', '[username]'" The Following Variable Replacements Are Defined for the Above Statements:
[Server]
This Should Be The Name of Your Database Server. When You Installed MSDE you got
TWO Choices. The first was to install a default instance of msde. if you chose this
Method the your instance name will be [Machinename] or
[Machnename] / Netsdk. The Second Choice Was To Install to a Custom Instance,
[Machnename] / [CustomStance].
[Machnename]
When Connecting to a SQL Server, you can connect to Either You Machine or A Remote
Machine Using The Osql Tool. if you installed to your local machine kiln you can
The Special Name (local) or localhost to connect locally, or the actual name you've assigned
To Your Machine. For Remote Machines, You'll Need To Specify A DNS Name (Sql1.mydomain.com),
An IP Address (192.168.0.1), or the netbios name of the machine on your local network (SQLSERV1).
[CustomStance]
Custom Instances Are A Great New MSDE / SQL 2K Feature. It allows the Same Machine to Host
Multiple Instances of The Database Server for Testing and Migration Purposes. IT Also
Means Applications Can Have The Their OWN Server Rather Than Simply Having a Database With
An existing server. various products shipped by Microsoft Use the instance names netsdk and
VsdotNet, And So You May Have Databases with these names on YOUR MACHINE. You May Have Also
Installed Using a Custom Instance Name of Your Own, in which case you'll Need to Specify
Thathen connection to or modfiying the server.
In Additional, You Can Use Net Commands from The Command Line in Order to Discover THE SQL
Servers on Your Machine Assuming They Are Running.Net Start
The Above Command Will List All Currently Running Services. You'll Need To Search The List
For Services Starting with MSSQL (The List Is in Alphabetical Order). if any of the service
Contain A $ Sign, FOLLOWED by Additional Naming Information, THEN THE ADITIONAL INFORMATION
After the $ sIGN is the instance name.
[Database]
Each Server You Install Will Have Multiple Databases. You'll Need To Grant The Worker
Process PriveLeges to any of the database it will be working with. Some Common Database
Names Are Master, Northwind, Pubs, Grocertogo, Aspnetforums, And Portal.
[Username]
The username will be the user you are assigning permissions for. You'll Probably Need To
Assign Permissions to the [Machinename] / ASPNET ACCOUNT. IF you are using sql security, or
You are Signing In Using NT Authenticated Users That Aren't The Aspnet Account, Then You'll
Need to replace the username with That Information Instead, Examples Include (sa, mycustomedbuser,
[Machnename] / MyLogin, And Domain / MyLogin.
->
. 2 Install MSDE Double-click on the SQL2kdesksp3.exe you downloaded: Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt Navigate to the directory you expanded the self extracting exe to and change to the. MSDE SUBDIRECTORY. TYPE SETUP SAPWD = (Some Password) SecurityMode = SQL The Screenshot Below Shows An Example: You Are Now Ready To Use msde as your database.