Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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 March 13th, 2007, 01:15 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default Openning remote web sites for development

Hi All,
I am having major difficulties getting a solution set up for development with multiple web sites in VS 2003.
I have been developing with vs 2005 for some time on XP Prof.
Now i have to take up a solution in 2003, but the sites need to be on the root directory, ie a web site rather than a virtual directory.
I can only have one site up at a time with xp.

So I have the sites on a server.

Now when I try to open the sites I am asked for the project file, which I point to via a shared file.

The IDE complains that they are not on the same server.
How is this done??

Rod

======================================
"They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad."
--Shakespeare
======================================
__________________
======================================
"They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad."
--Shakespeare
======================================
 
Old March 13th, 2007, 01:24 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Outside a few exceptions, all of my sites (production and development) are hosted on servers. While I never open anything directly from the production server, I open all of my web projects directly from my development server. In my secnario tho, my project file is stored on the dev server along with all of the project files.

I am not quite sure what you are asking in "How is this done", are you asking how to open projects on remote servers?

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
 
Old March 13th, 2007, 01:43 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Hi, thanks for the quick reply.

I have managed to access the sites remotely now using mapped drive instead of shared folder.

I guess the problem now is how to open more than one site in one solution from one server.
I get the error message:
 
Quote:
quote:"You can only have one Web project pointing to the same Web in the same solution."

I have a suspicion that the previous dev company may have had these sites all on different virtual server, but I am not sure.

Really I'd like to have this set up on my machine rather than remotely because I develop away from the office and need to be able to take my work in, but VPN's become an issue with my client and are too slow.

Do I have to have the sites each in a different solution?

The projects share a lot of stuff from library projects, and I was hoping to build all at the same time.
If it is possible to do this I will install ms server on my machine and do that.

Thanks for you time



======================================
"They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad."
--Shakespeare
======================================
 
Old March 13th, 2007, 02:00 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

You can have multiple projects per Solution but they will compile down into their own DLL's and the same rule will apply: You can only have one Web project pointing to the same Web in the same solution.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========
 
Old March 13th, 2007, 02:02 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 596
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Thanks, I was afraid of that.
I think I may be missing something with the project set up.
I will get some sleep and look again tomorrow.
Thanks again for your time.
Rod

======================================
"They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad."
--Shakespeare
======================================
 
Old March 13th, 2007, 02:12 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

No problem let me know if you need any more help.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
My Sites does not work with Web Single Sign On sarawoot SharePoint Admin 0 March 24th, 2008 11:09 AM
WEB HOSTING SITES? [email protected] ASP.NET 1.0 and 1.1 Professional 0 June 21st, 2006 06:13 AM
Can't run any local web sites created in VS 2005 1 drdexter33 ASP.NET 2.0 Basics 6 October 4th, 2005 03:13 PM
Remote software development RRDevelopment Access VBA 0 February 20th, 2005 05:01 PM
Good Web Sites wolftrap1 BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 January 21st, 2004 09:03 PM





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