How to hosting an asp.net application

atchaya

New Member
Messages
23
Reaction score
0
Points
0
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.
 

lucasjnjones

New Member
Messages
7
Reaction score
0
Points
0
This is not possible on x10Hosting, so you'll need a different host.

  1. Find an ASP.NET host - Google is your friend (make sure it supports the database you're using).
  2. Use the "Publish Web Site" button in Visual Studio to upload your site to their servers.
Edit:
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:

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
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:
Top