473,749 Members | 2,626 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connecting to existing remote project

Hello,

I have searched all over for the answer to this, to no avail. I have a web
project already set up and running on a remote server, that I created from
my home computer. I am now trying to connect to it from my work computer,
but cannot figure out how to set up the project.

Here are the various methods I've already tried:

1) When I try Open > Project From Web, I type in the URL, and then it
prompts me for a project to open, locally. The problem is, I don't have a
project set up locally -- that's what I'm trying to do.

2) When I try New > Project > Empty Web Project, I type in the URL (for
Location), it tells me "There is already a project created on the Web" --
which makes sense.

3) When I try New > Project > New Project In Existing Folder, I give it a
project name, then tell it the URL, then it tells me "Cannot create the
project. There is already a project with the name '/myproject.vbpro j' on the
Web 'http://myproject.com'. "

4) So, I tried copying the project files from the server to my local
machine, and then tried opening the project, or pointing the prompt from
method #1 (above) to the copied project file, but it then tells me "Unable
to open Web project '/'. The file path '<path to project file>' does not
correspond to the URL 'http://Localhost:'. The two need to map to the same
server location. HTTP Error 404: Object Not Found".

So I'm stumped. What the heck am I doing wrong, and why am I not finding
any info on this?

Please relieve me of my frustration -- I would be very much appreciative!

Thanks in advance.


Nov 18 '05 #1
1 1798
For the benefit of those that have this similar problem, I have found the
solution.

You have to do option 1, which is to open the project from web. Then, type
in the URL to the web site (http://www.mywebsite.com) WITHOUT the last slash
on the end. Then, it will prompt you for the project file. It will
probably default to a local folder. Here, you have to type the full URL of
the project file -- for example:

http://www.mywebsite.com/myproject.vbproj

Hope this will come in handy for somebody down the road.

"Jerad Rose" <no@spam.com> wrote in message
news:Ok******** ******@TK2MSFTN GP09.phx.gbl...
Hello,

I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from
my home computer. I am now trying to connect to it from my work computer,
but cannot figure out how to set up the project.

Here are the various methods I've already tried:

1) When I try Open > Project From Web, I type in the URL, and then it
prompts me for a project to open, locally. The problem is, I don't have a
project set up locally -- that's what I'm trying to do.

2) When I try New > Project > Empty Web Project, I type in the URL (for
Location), it tells me "There is already a project created on the Web" --
which makes sense.

3) When I try New > Project > New Project In Existing Folder, I give it a
project name, then tell it the URL, then it tells me "Cannot create the
project. There is already a project with the name '/myproject.vbpro j' on the Web 'http://myproject.com'. "

4) So, I tried copying the project files from the server to my local
machine, and then tried opening the project, or pointing the prompt from
method #1 (above) to the copied project file, but it then tells me "Unable
to open Web project '/'. The file path '<path to project file>' does not
correspond to the URL 'http://Localhost:'. The two need to map to the same server location. HTTP Error 404: Object Not Found".

So I'm stumped. What the heck am I doing wrong, and why am I not finding
any info on this?

Please relieve me of my frustration -- I would be very much appreciative!

Thanks in advance.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3638
by: Google Mike | last post by:
After a lot of thought and research, and playing with FreeTDS and InlineTDS, as well as various ODBC connections, I have determined that the fastest and cheapest way to get up and going with PHP on Linux, connecting to MS SQL Server, unless it was already pre-installed by your Linux installation, is to build your own multithreaded TCP socket server on Windows and connect to it through the socket API in PHP on Linux (if you have installed...
3
4205
by: N.K. | last post by:
Hi, I've just installed postgres on the Linux server. It is supposed to start automatically which I think it does since I can run an sql stmt right away. When I'm trying to connect from a remote machine I get a message that the remote machine IP address is not specified in pg_hba.conf, that there is no record of that machine there. ph_hba.conf is set up correctly, because when I run the following: postmaster -i -D /var/lib/pgsql/data...
3
3254
by: stabbert | last post by:
We are running DB2 UDB 8.1.6 in a partitioned environment where we have 8 physical nodes. We have a process that remotely connects to each individual node and loads some data. By setting the DB2NODE variable to a different value then the coordinator node is the only way I am aware for a remote application to do this so I am making the assumption that is how this application connects. What I am more interested in is that after logging...
1
1255
by: Mike | last post by:
Hi all, Very Basic Question here. I can create new ASP.NET sites using VS.NET 2003 on my server, but for some reason I can't figure out how to connect to an existing web, when there isn't already a solution or project file. In the old Visual Studio 6, you could create a new solution, connect to an existing server, and "download" all the existing code into your new solution. How do I do that in VS.NET 2003? In particular, I'm trying to...
6
1234
by: Jerry Higgins | last post by:
In Interdev 6.0 you can connect to an existing web. I've looked through the help and I haven't found a way to do it. Any ideas? Thanks, Jerry
1
1527
by: scottrm | last post by:
We have multiple developers all using a shared development server. Recently we have migrated to a new server. I copied all the project folders across and created virtual directories mapped to and with the same name as the project folder (same as the old server) but when I create a new solution and try to add the existing projects from the new development server I get the following message. "Unable to open Web project 'qssweb/CTSubs'. ...
10
13689
by: MVChauhan | last post by:
Hi We are planning to move over to SQL Server 2005 in near future. At the moment Website is on a seperate server then the Database. OS for both the server is Window 2003 and currently our data is on SQL Server 2000(on which everything works fine). Part of the testing process we tried to connect our website on SQL 2005 and it does not work at all.
8
4368
by: =?Utf-8?B?U3JpcmFtIE1hbGxhanlvc3VsYQ==?= | last post by:
Hi, I am not sure whether this is the correct newsgroup where I need to post my question. Let me know where I need to post for a quick response. I get the following error when I try to connect to SQL 2005 from my ASP.Net 2.0 application. System.Web.Services.Protocols.SoapException: Server was unable to process request. ---System.Data.SqlClient.SqlException: An error has occurred while
7
5498
by: z71mdridin | last post by:
I have an asp.net website that uses Form authentication to authenticate users. I need to provide users with a report based on FoxPro data that resides on a remote server. When I attempt to connect to the Foxpro directory by using the ODBC DSN that we currently use in ColdFusion, I get the following message: ERROR File 'table.dbf' does not exist. I know this is probably a permissions issue because asp.net is being
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4709
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.