web hosting

E

Edward Bird

Hi,

I've written an application in VB.NET and SQL Server and want to port it
onto the internet. What is the best way of going about this?

I would like to run my own server from home? Is this possible? Can anyone
recommend a book/article on how to do this?

Alternatively can anyone recommend a company that provides web space for
vb.net / sql server solutions?

regards,

Edward.
 
L

Lucas Tam

Hi,

I've written an application in VB.NET and SQL Server and want to port
it onto the internet. What is the best way of going about this?


Most likely you'll need to rewrite the display logic as an ASP.NET page.

If the application is small enough, you maybe able to deploy it as a IE
hosted Winform.
I would like to run my own server from home? Is this possible? Can
anyone recommend a book/article on how to do this?

Yes this is possble... but how much bandwidth do you have? Do you have
time to maintain your own servers? Does your ISP agreement allow
servers?

Alternatively can anyone recommend a company that provides web space
for vb.net / sql server solutions?

http://www.crystaltech.com
 

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

Top