I've completed my web app and it runs well when I test it on my pc. I have a ftp up and connected to server. Now what? What exactly do I upload? There a tutorial floating around for this?

I'm using VS 2008 with ASP 3.5.

Recommended Answers

All 3 Replies

u have configure your web.config file
in web.config

set debug properties to false
set customErrors properties to off
set database connectionstring in <Connectionstring> element
set asselblies to use in your web application

after upload file in web root directory
open browser and type http://www.domain.com
your default.aspx is run now
if you got error then what error? send

Thanks a bunch. Should be able to figure it out now.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.