VB.NET and x10

membiox1

New Member
Messages
1
Reaction score
0
Points
1
How do I get Visual Basic to edit and create files on the x10 STUFFFFFFFFFFFFF?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
You don't, at least not on the Free Hosting servers. You would need to be on Illuminated, Premium or VPs to have ASP.NET available, and then it will be using the Mono runtime, which is not exactly the same as the .NET runtime on Windows servers. "Classic" ASP is not supported on any of x10's servers.

On Free Hosting (vanilla or Prime), the only server-side scripting language consistently available to you is PHP.

Or did you mean that you want to use Visual Studio as a text editor for a language it doesn't support? There are many more suitable editors for PHP, HTML, CSS and JavaScript available for free online, and if you don't mind paying a few bucks, JetBrains' PhpStorm (based on the IntelliJ platform, or IntelliJ IDEA with the PHP plugin) really can't be beat.
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
The PHP Tools for Visual Studio extension is actually quite good (although nonfree if you want the full featureset, including really awesome debugging integration w/ XDebug).
 
Top