Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Porting over an ASP.NET application

Reply
Thread Tools

Porting over an ASP.NET application

 
 
Bijoy Naick
Guest
Posts: n/a
 
      05-06-2004
I written an ASP .NET application on a development server. I now want to
move it over to production. In the application folder on the dev box, I
see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj, *.webinfo,
*.config etc..

Which files do I need to copy over to the production server? Is there a
"publish" feature in VS .Net that does this?

Bijoy


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      05-06-2004
all images
*.aspx (pages)
*.ascx (controls)
web.config
global.asax
*.dll
(note, keep the folder structure the same)

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Bijoy Naick" <> wrote in message
news:...
> I written an ASP .NET application on a development server. I now want to
> move it over to production. In the application folder on the dev box, I
> see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj, *.webinfo,
> *.config etc..
>
> Which files do I need to copy over to the production server? Is there a
> "publish" feature in VS .Net that does this?
>
> Bijoy
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
 
Peter Rilling
Guest
Posts: n/a
 
      05-06-2004
Under the Project menu there is a Copy Files command that can be used to
copy only the necessary files for the site.

For the most part, all files except the code files are needed for the site.
The includes aspx, asax, ascx, dll, and probably more.

"Bijoy Naick" <> wrote in message
news:...
> I written an ASP .NET application on a development server. I now want to
> move it over to production. In the application folder on the dev box, I
> see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj, *.webinfo,
> *.config etc..
>
> Which files do I need to copy over to the production server? Is there a
> "publish" feature in VS .Net that does this?
>
> Bijoy
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
Peter Rilling
Guest
Posts: n/a
 
      05-06-2004
Meant Copy Project menu command.

"Peter Rilling" <> wrote in message
news:...
> Under the Project menu there is a Copy Files command that can be used to
> copy only the necessary files for the site.
>
> For the most part, all files except the code files are needed for the

site.
> The includes aspx, asax, ascx, dll, and probably more.
>
> "Bijoy Naick" <> wrote in message
> news:...
> > I written an ASP .NET application on a development server. I now want to
> > move it over to production. In the application folder on the dev box, I
> > see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj, *.webinfo,
> > *.config etc..
> >
> > Which files do I need to copy over to the production server? Is there a
> > "publish" feature in VS .Net that does this?
> >
> > Bijoy
> >
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> > Don't just participate in USENET...get rewarded for it!

>
>



 
Reply With Quote
 
Curt_C [MVP]
Guest
Posts: n/a
 
      05-06-2004
Does that ever work though?
It's never done anything except spit out "Unspecified Error" for me.


--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Peter Rilling" <> wrote in message
news:...
> Under the Project menu there is a Copy Files command that can be used to
> copy only the necessary files for the site.
>
> For the most part, all files except the code files are needed for the

site.
> The includes aspx, asax, ascx, dll, and probably more.
>
> "Bijoy Naick" <> wrote in message
> news:...
> > I written an ASP .NET application on a development server. I now want to
> > move it over to production. In the application folder on the dev box, I
> > see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj, *.webinfo,
> > *.config etc..
> >
> > Which files do I need to copy over to the production server? Is there a
> > "publish" feature in VS .Net that does this?
> >
> > Bijoy
> >
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> > Don't just participate in USENET...get rewarded for it!

>
>



 
Reply With Quote
 
Peter Rilling
Guest
Posts: n/a
 
      05-07-2004
Has always worked for me, although I have front page extensions installed.
I don't know what would happen without the extensions installed on the
server.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:...
> Does that ever work though?
> It's never done anything except spit out "Unspecified Error" for me.
>
>
> --
> Curt Christianson
> Owner/Lead Developer, DF-Software
> Site: http://www.Darkfalz.com
> Blog: http://blog.Darkfalz.com
>
>
> "Peter Rilling" <> wrote in message
> news:...
> > Under the Project menu there is a Copy Files command that can be used to
> > copy only the necessary files for the site.
> >
> > For the most part, all files except the code files are needed for the

> site.
> > The includes aspx, asax, ascx, dll, and probably more.
> >
> > "Bijoy Naick" <> wrote in message
> > news:...
> > > I written an ASP .NET application on a development server. I now want

to
> > > move it over to production. In the application folder on the dev box,

I
> > > see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj,

*.webinfo,
> > > *.config etc..
> > >
> > > Which files do I need to copy over to the production server? Is there

a
> > > "publish" feature in VS .Net that does this?
> > >
> > > Bijoy
> > >
> > >
> > > *** Sent via Developersdex http://www.developersdex.com ***
> > > Don't just participate in USENET...get rewarded for it!

> >
> >

>
>



 
Reply With Quote
 
Curt_C [MVP]
Guest
Posts: n/a
 
      05-10-2004
Ah. It says you dont need them and it can be done either way. I've never
been able to get it to work yet but I'm trying, still. Till then it's the
old batch file method.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"Peter Rilling" <> wrote in message
news:...
> Has always worked for me, although I have front page extensions installed.
> I don't know what would happen without the extensions installed on the
> server.
>
> "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
> news:...
> > Does that ever work though?
> > It's never done anything except spit out "Unspecified Error" for me.
> >
> >
> > --
> > Curt Christianson
> > Owner/Lead Developer, DF-Software
> > Site: http://www.Darkfalz.com
> > Blog: http://blog.Darkfalz.com
> >
> >
> > "Peter Rilling" <> wrote in message
> > news:...
> > > Under the Project menu there is a Copy Files command that can be used

to
> > > copy only the necessary files for the site.
> > >
> > > For the most part, all files except the code files are needed for the

> > site.
> > > The includes aspx, asax, ascx, dll, and probably more.
> > >
> > > "Bijoy Naick" <> wrote in message
> > > news:...
> > > > I written an ASP .NET application on a development server. I now

want
> to
> > > > move it over to production. In the application folder on the dev

box,
> I
> > > > see a whole bunch of files - *.vb. *.aspx, *.resx, *.vbproj,

> *.webinfo,
> > > > *.config etc..
> > > >
> > > > Which files do I need to copy over to the production server? Is

there
> a
> > > > "publish" feature in VS .Net that does this?
> > > >
> > > > Bijoy
> > > >
> > > >
> > > > *** Sent via Developersdex http://www.developersdex.com ***
> > > > Don't just participate in USENET...get rewarded for it!
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VOIP over VPN over TCP over WAP over 3G Theo Markettos UK VOIP 2 02-14-2008 03:27 PM
Porting a C++ application to a Web application Bartholomew Simpson ASP .Net 2 06-19-2007 03:21 PM
Porting ASP (WInDNA) application to .Net Ritesh ASP .Net 2 09-23-2005 06:02 AM
Porting a WebLink application on Windows 2000 Oriane ASP .Net 0 07-06-2004 12:52 PM
Advice for Porting existing VB.NET App to ASP.Net Web Application Nate ASP .Net 2 02-18-2004 01:18 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57