Porting over an ASP.NET application

B

Bijoy Naick

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
 
C

Curt_C [MVP]

all images
*.aspx (pages)
*.ascx (controls)
web.config
global.asax
*.dll
(note, keep the folder structure the same)
 
P

Peter Rilling

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.
 
P

Peter Rilling

Meant Copy Project menu command.

Peter Rilling said:
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.
 
C

Curt_C [MVP]

Does that ever work though?
It's never done anything except spit out "Unspecified Error" for me.
 
P

Peter Rilling

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top