473,781 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

moving projects

Hi

I am sure this must have a simple answer.
I can't move web projects.

I move the project to the webserver and it runs fine from
the browser soo it is there an it works

I click on the sln file and I get some message
about the default access method being set to fileshare
and the appplicvation on local host not existing (I am putting it
on a sever)

Not a cle what to do. Is there a guide to this

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============
Jan 18 '06 #1
3 1093
should have said it is 2003

--
===============
Jonathan Crawford
jc@tgsi.net
===============
"Jonathan Crawford" <jc@jcrawford.c o.uk> wrote in message
news:O1******** ******@TK2MSFTN GP15.phx.gbl...
Hi

I am sure this must have a simple answer.
I can't move web projects.

I move the project to the webserver and it runs fine from
the browser soo it is there an it works

I click on the sln file and I get some message
about the default access method being set to fileshare
and the appplicvation on local host not existing (I am putting it
on a sever)

Not a cle what to do. Is there a guide to this

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============

Jan 18 '06 #2
Assuming ASP.NET 1.1:

Solution: Don't use solution files in these cases. Rebuild them on the new
machine instead (using Add >> Existing Project From Web). You may not believe
me, but this is the quickest and least complicated solution.

Second Solution: Edit the solution file to point to the directory name, et
al, on the new machine. You will also, most likely, have to edit the .webinfo
and, in some cases, the project file for the web project. Goal: match
absolute path to the URL in all files. Yes, this methodology is a pain in the
@$$.

Third solution: Move to ASP.NET 2.0. Does not solve everything, but there
are no project files, so you only have to dink with one file (.sln file).

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

*************** ************
Think Outside the Box!
*************** ************
"Jonathan Crawford" wrote:
Hi

I am sure this must have a simple answer.
I can't move web projects.

I move the project to the webserver and it runs fine from
the browser soo it is there an it works

I click on the sln file and I get some message
about the default access method being set to fileshare
and the appplicvation on local host not existing (I am putting it
on a sever)

Not a cle what to do. Is there a guide to this

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============

Jan 18 '06 #3
Hi

thanks a lot, the second one worked for me.

much appreciated

jc

--
===============
Jonathan Crawford
jc@tgsi.net
===============
"Cowboy (Gregory A. Beamer) - MVP" <No************ @comcast.netNoS pamM> wrote
in message news:F4******** *************** ***********@mic rosoft.com...
Assuming ASP.NET 1.1:

Solution: Don't use solution files in these cases. Rebuild them on the new
machine instead (using Add >> Existing Project From Web). You may not
believe
me, but this is the quickest and least complicated solution.

Second Solution: Edit the solution file to point to the directory name, et
al, on the new machine. You will also, most likely, have to edit the
.webinfo
and, in some cases, the project file for the web project. Goal: match
absolute path to the URL in all files. Yes, this methodology is a pain in
the
@$$.

Third solution: Move to ASP.NET 2.0. Does not solve everything, but there
are no project files, so you only have to dink with one file (.sln file).

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

*************** ************
Think Outside the Box!
*************** ************
"Jonathan Crawford" wrote:
Hi

I am sure this must have a simple answer.
I can't move web projects.

I move the project to the webserver and it runs fine from
the browser soo it is there an it works

I click on the sln file and I get some message
about the default access method being set to fileshare
and the appplicvation on local host not existing (I am putting it
on a sever)

Not a cle what to do. Is there a guide to this

thanks

jc


--
===============
Jonathan Crawford
jc@tgsi.net
===============

Jan 19 '06 #4

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

Similar topics

2
1876
by: Alan | last post by:
I'm trying to find the time to move from Visual InterDev 6.0 to VS.Net for my VB/COM/ASP web development work - but I'm losing the battle. What are my chances of installing VS.Net and then using it successfully for all new .Net development as well as for maintaining all my existing components, sites, ASPs, etc?? Is VS.Net backwards compatible? Thanks, Alan
18
2371
by: steve.anon | last post by:
Hi I'm a Java developer moving to windows only applications. Of course the first thing I thought was "well at least, without the VM now I can write desktop applications that run real fast". So I was happily heading to refresh my C++ memory and learn MFC when I ran into this on Wikipedia: ".... applications written in Managed C++ have automatic garbage collection and will run via the .NET virtual machine, just as applications written...
3
1467
by: Jeremy S | last post by:
I wrote an ASP.NET application and pretty much separated out various layers of functionality into individual class files (e.g., dal.cs for all db access). It's currently all in one VS.NET project and gets compiled into one dll. I want to re-use some of the classes in other projects - so what all do I need to do to get these classes into their own dll? I presume that they will go into their own VS.NET project - but I've held off on doing...
5
1309
by: Ken Dopierala Jr. | last post by:
Hi, I'm in the middle of a project cycle using VS.Net 2002. I'd like to purchase VS.Net 2003 and make the jump to it but first I want to know how much of a hassle it is loading my VS.Net 2002 project in 2003. The project isn't under source control so that should make it easier. But if I need to make a lot of modifications to the code so it'll run on 2003 I might just wait a few months till the next project. Thanks for sharing any...
7
1295
by: aaj | last post by:
Hi all Would anyone be able to offer any unbiased thoughts or advice on reasons to switch to .Net. I have read some of the literature and read other stuff on google, but a so much of it seems to be wrapped up in marketing speak I'm not sure I fully understand what it actually does better. So before we move from VB6 to DOT NET, I am trying to weigh up the pro's and cons of each. The stuff we use VB6 for is pretty simple compared to what...
0
995
by: tom c | last post by:
I have three questions concerning moving to version 2.0: 1. I have some ASP.NET 1.1 projects that I may need to do maintenance on in the future, but I would like to do all new projects in ASP.NET 2.0. Can I do both on the same development computer? 2. I am currently using Visual Studio .NET for the 1.1 projects. Can I download Visual Studio Express and use it on the same development computer for the 2.0 projects?
0
769
by: Andy | last post by:
Hi I've encountered a peculiar problem. I work on some projects at work and at home. To move my work between machines I save all my work on a USB flash drive, open on both machines. No problem. Today I forgot my USB drive at work and had to zip the file, and mail it home. When I now tried to open the project file, I get an message saying the location is not supported, even though it is located on my local disk in the same structure as...
3
1331
by: Chris S | last post by:
We are moving from ASP.Net 1.1 to ASP.Net 2.0. As we do not have the luxury of spending weeks trying out different techniques, I'd like to rely on some tried and true methods, but need some feedback so we don't stray too far from best practices. ASP.Net User Controls (ascx files) Our team is very comfortable with the use of ASP.Net User Controls which do
14
3570
by: rabbitrun | last post by:
Hi Everyone, I work for a financial company. I am planning to give a presentation to rest of the development team (15 people) here on moving server side logic to client-side javascript for an internal intranet application rewrite. This approach will definitely stir up hot debate from hardcore server-side Java folks who wants to do UI stuff even on the server!. Since I am pretty much known as the JS or UI Guy of the group, my Boss...
2
7620
by: teneesh | last post by:
Hi, I am using Access to pull in some excel spreadsheets and create tables from them. They appear in one particular subdirectory. However after these spreadsheets are in Access, I'd like to move them all to a new folder. I have been able to code the program to move one - but I need them all to be moved over. Here's what I did: Private Sub Command59_Click() Dim fso, f2 Set fso = CreateObject("Scripting.FileSystemObject") Set f2 =...
0
9636
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
10306
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
10139
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...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8961
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
7485
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
5373
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
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.