Help needed in uploading aspx page and database

Status
Not open for further replies.

sravan

Subbu loves Technology
Hi,
I have done a small project in .net. I have a windows form appliaction,an aspx website and a webservice(.asmx). The webservice takes data from webpage and modifies the database and the form application takes data from database via web service. Its all working fine in visual studio IDE. Now, as I am new to this, I don't know where and how to upload the aspx page and database to a web server .
plz any one help me....
 

Zangetsu

I am the master of my Fate.
Hi,
I have done a small project in .net. I have a windows form appliaction,an aspx website and a webservice(.asmx). The webservice takes data from webpage and modifies the database and the form application takes data from database via web service. Its all working fine in visual studio IDE. Now, as I am new to this, I don't know where and how to upload the aspx page and database to a web server .
plz any one help me....

U need IIS to host your web application......create a virtual directory on IIS
& upload your files there.....
 
Status
Not open for further replies.
Top Bottom