Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 2nd, 2006, 02:35 PM
Registered User
 
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Answer to Remote Data Connection

I am using VWD 2005 Express on my local machine, and upload my site to my ISP which offers SQL Server 2000. They have a function which automatically creates the database schema for membership roles etc. However, this seems a waste as I am not sure how I can get VWD to interact with this database on the remote server? Is it possible at all? How do I interact with the database??

Mick

 
Old January 2nd, 2006, 04:33 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Mick,

You probably can't as it's likely your ISP blocked access to SQL Server over the Internet.

A common practice is to develop locally, and then upload to your ISP. So, you should develop a local database using SQL Server (Express or other editions) and a local test site (using the built-in dev web server).

Once you're done, you upload your files, including the database to your ISP. You probably need to script your database so your host can run that script to recreate your table structure...

HtH,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote Desktop Connection hari raghav Windows Server 3 June 9th, 2008 12:46 PM
SQL remote connection gcharri SQL Server 2000 0 March 26th, 2008 03:42 PM
SQLServerExpress not allow remote connection VictorVictor ASP.NET 2.0 Professional 21 October 24th, 2006 03:15 PM
Remote database connection tdaustin Classic ASP Databases 0 November 28th, 2005 11:28 PM
creating a remote connection Adam H-W SQL Server 2000 1 February 10th, 2005 08:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.