Publish files from a webapplication to a productionserver.

R

ReidarT

I have made a simple webapplication in vb.net, with 2 aspx-pages.
Which files do I upload to the production-server and
are there any dependency-files?
Are the files that need to be uploaded in the bin-folder?
regards
reidarT
 
G

Greg Burns

Use the Copy Project menu item from Project menu. It will copy on the
necessary files.

Basically you need:

web.config
bin folder contents (not the *.pdb file if your compiled for release)
your *.aspx files

do not need the *.vb files, these are compiled into your *.dll file (in the
bin folder)

Greg
 
R

ReidarT

Thanks for your answer.
I have used this method, but get this error

Line 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40:
Line 41:

The website contains a label and a textbox.
regards
reidarT
 
G

Greg Burns

If your production web server is not on your local network, then I have no
experience there. I use the Copy Project menu with the Web Access method of
file share.

Maybe somebody else can help?

Sorry,
Greg
 

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

Top