Stephen, You are correct in some regards. But nowadays, businesses are cut into 3 camps: Linux/Unix, Windows, & Solaris. Although, Solaris is usually lumped into the Unix world, it is a beast all to its own.
Sandeep, What you need to do is first find out what server, the O/S, you will be hosting the website. Industry standard is Linux or Windows. Most Linux servers accomidate ASP but are really PHP oriented and are best leveraged with PHP. Windows servers though are for the most part ASP.Net oriented, although you can do some manual configuration and routing to include PHP-flavor. End result is you need to find out what O/S the server is using, and use that webpage coding standard. Linux/Unix = PHP & Windows = ASP.Net. All servers accomidate the JSP web programming inherently, since JSP is for the most part a client serving language with some backend data serving strength. On Jun 15, 7:31 am, Stephen Russell <[email protected]> wrote: > On Tue, Jun 14, 2011 at 4:00 PM, Green <[email protected]> wrote: > > Most servers run ASP.Net; but you'll have to check with your Server's > > Administrator to confirm. > > ---------------------------- > > Have to disagree here. Most servers are Linux in the web world. > > In the windows world finding IIS installed on a work network is more > difficult then it use to be. Administrators now lock down IIS instead of > let it just install anywhere. > > -- > Stephen Russell > > Unified Health Services > 60 Germantown Court > Suite 220 > Cordova, TN 38018 > > Telephone:888.510.2667begin_of_the_skype_highlighting 888.510.2667 end_of_the_skype_highlighting > > 901.246-0159 cell -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
