ASP.NET on Starka Free

Status
Not open for further replies.

torreseman87

New Member
Messages
2
Reaction score
0
Points
0
I have a free hosting account on the Starka server. Is ASP.NET disabled or avaiable? I found some old posts on the forum but I"m still unsure. Thank you.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
ASP.NET is not available on Free Hosting (nor is classic ASP, for anyone who reads this).

At the moment, ASP.NET is available on paid plans, but keep in mind that it is only available through Mono -- the servers don't run Windows/IIS with the .NET framework -- and that means that you basically get Framework 2 and 3 without the Win-specific APIs, and only some parts of MVC and AJAX (and, as far as I know, no support for LINQ at all yet). So before you consider upgrading or purchasing a plan (anywhere) that offers ASP.NET, make sure first that Mono support will be adequate for your application. If you require full support for MVC or LINQ, you'll need to look at Windows-based hosting.
 
Status
Not open for further replies.
Top