SQL Database at a WebHoast

L

Lars

Hi

In VS2008 I need to add a connection to a database that's on the server for
my WebHoast. I can't have a local database under the development unless I
use an Access Database.

Does any one know how you manage users for webpages in ASP.NET 2.0 and 3.5
that's located on Web Hoasts where there are many hompages.

Lars
 
C

Cowboy \(Gregory A. Beamer\)

First, I would get a copy of SQL for your box. You can download SQL Server
Express for free from Microsoft. It is a "lite" version of SQL Server. This
assumes, of course, the production database is SQL Server. If MySQL, you can
also download a copy of it.

On a webhost, you will have to create your own admin pages, unless your host
exposes it for you. It is fairly easy to work with ASP.NET Membership, if
that is the way you are going. And, you can "steal" the code from the web
admin pieces for local development.

Hope this helps.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top