Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created WebSite in asp.net and Sql server 2005 database and also I have Domain on linux server

but how upload on server ?
Posted

1 solution

You can't.

Microsoft SQL Server is not supported on Linux. You would need to recreate your database in a supported system, and update all of your data-access code to use the new database.
Linux SQL Databases and Tools[^]

ASP.NET is not supported on Linux. You would need to port the site to Mono:
http://mono-project.com/Guide:_Porting_ASP.NET_Applications[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900