Derrick
10-22-2003, 10:40 AM
I have visual studio .net 2003 standard edition. would I be able to run my programs off of a windows based server? Sorry I am very unfamiliar with the Windows Hosting environment and just started programming with some VB.NET. I have an app that does the scoring system for a fantasy football league I am in. It uses an Access database for its database though. So my questions is would I be able to run this if i get a windows hosting account? Also my other programs that do not use a database would I be able to run these as well?
Thanks,
Derrick
TDMWeb
10-22-2003, 11:40 AM
If your host has the .NET framework installed and ASP.NET enabled then you can run ASP.NET apps (which can be written using VB.NET), yes.
ASP.NET apps can use Access databases.
Derrick
10-22-2003, 01:05 PM
Thank you for clearing that up for me :)
Derrick
Shannara
10-22-2003, 01:43 PM
And if it's coded in a certain way, you can run your .NET programs off Linux w/ mySQL.
Derrick
10-22-2003, 02:37 PM
I made an error in my initial post. I have VB.NET standard edition, not the complete visual studio. So i imagine i need the complete Visual Studio to do the above?
Thanks,
Derrick
sbloyd
10-22-2003, 02:41 PM
Originally posted by Derrick
I made an error in my initial post. I have VB.NET standard edition, not the complete visual studio. So i imagine i need the complete Visual Studio to do the above?
Thanks,
Derrick
You don't need Visual Studio. You can even use Notepad but it's going to take you a longer time to code, test and debug.
I am not aware of VB.NET. Microsoft's IDE is all Visual Studio.NET that comes in different editions.
Shannara
10-22-2003, 03:02 PM
Heh, Microsoft gave away their scripting languages (VB, VC, C#, etc) w/ the .NET framework.
The scripting IDE (Visual Studio), is the most expensive there is out on the market, and usually for good reason. Like sbloyd said above, you can use notepad if you wish, or Web Matrix, or DreamweaverMX...
banner
10-22-2003, 04:35 PM
VB.NET is sufficient to create ASP.NET Web Applications and Services. Visual Studio .NET is the name of the bundle that includes VC#.NET, VB.NET, VC++.NET and VJ#.NET. The IDE is the same, the main differences come in what modules are plugged into it. As long as you are only using VB, you are fine with what you have.
Derrick
10-23-2003, 05:33 PM
Lol alright, thanks for all the help this is more confusing than the programming :)