a simple question

  • Thread starter Thread starter ALI-R
  • Start date Start date
A

ALI-R

Hi,,

If I want to write an ASP.NET application for a computer other than my local
machine (but within our interanet) ,what is the best strategy:

1) should I create the application from my computer on that computer by
sharing a folder for my user and make an asp.net application on
http://myserver/sharedfolder

or

2) Develope the whole application on my computer and then deploy it to the
server (which again I don't know what is the best way to that,I do it
manuually but I think there should be a better way to do that)

Thanks for your help
 
Develop it on your machine and deploy it to the server when it is tested.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
what is the best way of deploying it ,,manually or there is another way of
doing that as well?
 
The best way? I couldn't tell you. VS.Net has deplyment tools for ASP.Net,
but I'm not familiar with them. I just copy the necessary files over.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
thanks for your help
Kevin Spencer said:
The best way? I couldn't tell you. VS.Net has deplyment tools for ASP.Net,
but I'm not familiar with them. I just copy the necessary files over.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
Back
Top