How can i run my project after copied from one machine.

  • Thread starter Thread starter Raghu Raman
  • Start date Start date
R

Raghu Raman

Hi,
How can i run my project after copied from one machine.

After Coping the project folder from one machine to other machine, i
simply create the virtual directory with the same name as it was in the
other machine.Eventhough i create the same name for the virtual
directory , my project won't running.It is telling the error like
imachine_independanat and debugger is not attached .


could you please tell me what are all the settings i should do , for
simply copying my project from one machine and pasting it to other
machine and make it running.



With Thanks
A drop in the ocean
 
1] Does other PC have IIS running on it?
2] Does it have same version of .NET framework ?
3] Have you set the projects folder to be a ASP application in IIS ?
4] Should only need the /Bin folder and all the ASPX files and the
web.config.
5] Also any XML or style files you may have used?
6] Does your app use a DB?, if so does the PC have the DBs client SW
installed?
7] If you use third party controls you will need there DLLs in your /bin
folder and may have to have any supporting files too in a directory on PC.

If all the above has been done then
cant you load your page on that PC using a browser and localhost account ?
If so then your PC, if it can reach the 2nd PC thru the IP or network should
only have to do http://<PCs NAME>/<your pages folder>/<your pages name>.aspx

And it should work.

Deasun
 
Hi,Deasun

Thanks for the reply.

The answer is Yes, for all the queries u listed.since the newly copied
folder is associated with all the parts , u've listed,

i want to run my webapp from the current machine(where the copied folder
is available).

**

I could run by using the system name instead of localhost.But i want to
work with my app.
**
Could you please tell me what are all the settings i should do to run my
application after having been copied from another machine.

With Thanks & regards
Raghu
 
Ok not sure what you mean then.
To run app once you copy to WebServer:
Open browser.
Type in http://<WebSiteName>/<path on webserver to your App>

That should run the app for you so you can work with it.

If you want to edit the app, if thats what you mean by work with it, then
just do that on your Dec PC and when done copy the new ASPX and DLLs to the
apps folder on webserver.

Deasun
 
Dear Deusan,

Thanks.I ll getback to u with the errors it tells soon(if any).

Regards
Raghu
 
Back
Top