
VWD ships with a new tool for managing many aspects of your Web application: the ASP.NET Web Site Administration Tool (hereafter, WSAT). To use the full (i.e., non-Express) edition of SQL Server you can run the ASP.NET SQL Server Setup Wizard (aspnet_regsql.exe in C:\Windows\Microsoft.NET\Framework\v2.0.xxxx). After running the wizard you will then need to change the Provider via the WSAT. You can also implement the Provider API for a custom data storage solution and use the WSAT to manage settings.
|