Vb.net and ASP.

T

tclancey

Hi All.

I've just started on the frist web project, using vb.net 2005 to create the
ASP required for the database connection to a web server.

While the test application works fine in the Dev Env, I can't seem to find
any files that I can actually copy over to the IIS server, can anyone tell
me what I'm missing?

Thanks.
 
S

Shuja Ali Zaroo

You will need to copy the DLL file that should be present in the BIN folder,
apart from that any ASPX/ASCX/JS files and most importantly the web.config
file.

Regards,
Shuja Zaroo
 
R

rowe_newsgroups

Hi All.

I've just started on the frist web project, using vb.net 2005 to create the
ASP required for the database connection to a web server.

While the test application works fine in the Dev Env, I can't seem to find
any files that I can actually copy over to the IIS server, can anyone tell
me what I'm missing?

Thanks.

Do a Build --> Publish and set the directory to where you want the
files published to.

Thanks,

Seth Rowe [MVP]
 
T

tclancey

Thanks for your feedback. Found most of my problem was with the settings in
IIS, still have an issue with the router, but the code is up and running.

Many thanks.
 

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