tags:

views:

2268

answers:

3

We are trying to convert a lot of things at work over to Linux Red hat. Recently Windows Server 2003 was installed. We are currently hosting an asp .net web site on the windows server machine, what I'm wondering is if there is any software that will allow you to host the same web site on linux?

+12  A: 

To a certain extent, yes. The Mono Project has support for ASP.NET 2.0 web sites.

Jason Miesionczek
+1  A: 

You could consider running a windows virutal machine on a linux host using virtualization software like vmware. I don't know if this fits with what you're trying to do, but it is another option.

Matt Brunell
A: 

Just to follow up a bit, the page i'm trying to get running does have VBscripting in it so mono project wont support that.

Kyle_109
Isn't VBScript browser based, not server based?
Gavin Miller
Go here http://www.mono-project.com/FAQ:_Technical and search VBScript.What about VBScript and VBA? Those languages are simpler to implement due to the restricted dependency on external COM objects, but there are no plans at this point to implement them by the Mono team.
Kyle_109
Are you sure it is VBScript and not VB.NET?
Abyss Knight
VBScript and VBA are not supported by ASP.Net, so your question is nonsensical. Are you using VBScript with ASP or VB.NET with ASP.NET?
Adam Lassek