putting ASP.NET files online

D

Davy Marichael

Hello,

i'm working with ASP.NET to create my aspx files,
the program i've made communicates with a Db (oledb) to read data and to
write data..

I've found a server that supports asp,php, mysql,...
http://ibizaaaaaaah.europe.webmatrixhosting.net/Login.aspx

The login and paswd are; Ibiza, Steamy
The login page is showed perfectly, but the linked page that opens when you
click the Login button isn't..

I don't understand which files i should upload..
The server contained a webconfig file, but i have also a webconfig file on
my own that contains the connectionstring for my db.. what should i do?


Friendly regards,

Dave
 
J

JV

Davy, first of all, you should probably contact your host (webmatrix
apparently). However, as a basic rule of thumb, this is what you deploy for
an ASP.NET project:

* Content Files (usually just .aspx files, though if you use any images,
etc. those will need to be included)
* Executable files (look for .DLL files in your BIN folder)
* Web.Config
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top