Ask a Question related to ASP.NET General, Design and Development.
-
K Meyer #1
Deploying ASP.NET database application to remote server
Everything in the deployment works fine with the exception
of the address of the database also deployed on the remote
server.
The string address is found under "oledbconnection" in
the ".... .aspx.jsl" file. What should the string address
look like on the remote computer?
On my development machine the address is:
Data Source=\"C:\\inetpub\\wwwroot\\WebApplication1
\\DataFolder\\projects.mdb"\
I am deploying my application to a web address:
[url]http://www.cam-llc.com[/url]. I do not have direct access to
the remote server.
K Meyer Guest
-
Connecting to remote database on separate server
I was wondering if any of you could explain how to connect to a database that sits on a different server than the site? Is it possible to connect... -
Moving SQL Server database from localhost to remote?
Hello, I am doing my first project with MS SQL server 2000. Developing this with Access as a project has been fun.. but I am stumped now with how... -
Accessing data from an MS Access database on a remote web server
Please forgive me if I have posted this to the wrong group! I have written a VB6 application that works fine. With that said, I would like to add... -
deploying from Windows 2003 staging server to remote production server
What do you guys use to deploy from your staging servers to your remote production servers in team environments? Normally I FTP the files myself,... -
Deploying ASP.NET application + database
Hi, I have ASP.NET application that includes a database. How do I transfer all this to another computer. Do I just copy application's folder and... -
S. Justin Gengo #2
Re: Deploying ASP.NET database application to remote server
You're best (and maybe only) bet is to contact the host and double check,
but most servers use the D drive. Try the exact same string but specify the
D drive.
Now the hard part. If you're updating the database you'll need proper
permissions set on the folder the database is being put in. The host will
have to do that for you.
Justin
"K Meyer" <kmeyer@cam-llc.com> wrote in message
news:003301c34adc$73731bd0$a101280a@phx.gbl...> Everything in the deployment works fine with the exception
> of the address of the database also deployed on the remote
> server.
>
> The string address is found under "oledbconnection" in
> the ".... .aspx.jsl" file. What should the string address
> look like on the remote computer?
>
> On my development machine the address is:
>
> Data Source=\"C:\\inetpub\\wwwroot\\WebApplication1
> \\DataFolder\\projects.mdb"\
>
> I am deploying my application to a web address:
> [url]http://www.cam-llc.com[/url]. I do not have direct access to
> the remote server.
S. Justin Gengo Guest



Reply With Quote

