Ask a Question related to ASP.NET General, Design and Development.
-
Antonio Policelli #1
move from development machine to server
hello group
i wrote a asp.net application on my xp pro machine., now i want to
move it to server. i used vs.net 2003. it looks like the sln file is
in my code folder, but the web site is in c:\inetpub\wwwroot.
do i just copy the wholed website from wwwroot to the server? server
is windows server 2003. do i have to do anything in iis?
thanks!
AP
Antonio Policelli Guest
-
Access Plug-in doesn't work in Development Server
I have downloaded the Linux development version of the flash media server version 3.0. Video streaming works fine. I want to write a C/C++... -
Contribute files from Development to Production server
Hi, I'm looking for advice on how to move Contribute-authored files on a development server to a production location once Contribute users press... -
Exception handling in server control development
Dear Folks, in the server control development, i am throwing exception from the server control. i know that this cannot be handled in the page_load... -
Server control development
Dear Folks, I am developing a Header server control. as we know the header control is always going to be at the top of the web page. is there any... -
unable to access web page on development machine
I am trying to run a simple asp.net page using Visual Studio Net Pro 2002 and getting an error 403.1 Forbidden: Execute Access Forbidden. It... -
William F. Robertson, Jr. #2
Re: move from development machine to server
You could copy just the directory off wwwroot, but you should delete the
extra files. all the .resx, .cs, or any source safe files. Then just copy
the site over.
You should copy the directory to a temp directory to delete the stuff out,
otherwise you will delete you codebehind files.
bill
"Antonio Policelli" <blarfoc@yahoo.com> wrote in message
news:624f68b2.0307110938.4d5cd3cb@posting.google.c om...> hello group
>
> i wrote a asp.net application on my xp pro machine., now i want to
> move it to server. i used vs.net 2003. it looks like the sln file is
> in my code folder, but the web site is in c:\inetpub\wwwroot.
>
> do i just copy the wholed website from wwwroot to the server? server
> is windows server 2003. do i have to do anything in iis?
>
> thanks!
> AP
William F. Robertson, Jr. Guest
-
Howard, Brett #3
Re: move from development machine to server
Look at the Copy Project option under the Project menu list. What I have
read from Microsoft is that this is how you are suppose to deploy compiled
ASP.Net projects. If you are doing just in time compilation, you really
don't need to do it this way.
--
Brett Howard
[email]bjhoward1@JoiMail.com[/email]
"Antonio Policelli" <blarfoc@yahoo.com> wrote in message
news:624f68b2.0307110938.4d5cd3cb@posting.google.c om...> hello group
>
> i wrote a asp.net application on my xp pro machine., now i want to
> move it to server. i used vs.net 2003. it looks like the sln file is
> in my code folder, but the web site is in c:\inetpub\wwwroot.
>
> do i just copy the wholed website from wwwroot to the server? server
> is windows server 2003. do i have to do anything in iis?
>
> thanks!
> AP
Howard, Brett Guest



Reply With Quote

