Hi all!
How to host one new asp.net database application which is developed in VB2005 .
Thanks in advance to all those will give suggestions to me.
Hi all!
How to host one new asp.net database application which is developed in VB2005 .
Thanks in advance to all those will give suggestions to me.
____________________________
:cool: Atchaya.com for oracle materials
:cool: Atchayas Oracle |Oracle Forum | Atchayas Tips | Atchayas Kids
This is not possible on x10Hosting, so you'll need a different host.
Edit:
- Find an ASP.NET host - Google is your friend (make sure it supports the database you're using).
- Use the "Publish Web Site" button in Visual Studio to upload your site to their servers.
I stand very much corrected - x10Hosting does support ASP.NET. Still, use the Publish Web Site feature of Visual Studio, with your x10Hosting FTP details.
Last edited by lucasjnjones; 12-28-2009 at 06:18 PM. Reason: Automerged Doublepost
The particular difficulty is the X10 servers run a Linux distro, so MS SQL Server isn't available. If you developed the application to use MySQL, however, it's certainly possible. Searching the forums reveals threads that cover how to use ASP.Net with MySQL on X10 (always search before starting a new thread).
Last edited by misson; 12-28-2009 at 06:21 PM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.