Vb.net and ASP.

  • Thread starter Thread starter tclancey
  • Start date Start date
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.
 
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
 
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]
 
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.
 
Back
Top