Web Hosting Talk







View Full Version : C Sharp and .net framework


thehoff
07-17-2004, 10:12 AM
Hi,

I have a question regarding an application written in C#. I have a client who needs to Run this C# application. I am not so clued up on windows hosting. Can I assume that If I get a windows host who supports .net then I will be able to serve this C# application?
The client says that it interacts with a mysql database as well. Does the C# app function In much the same way as one written in php or asp would? Also, would the end user have to download anything specific to access this app or does that only apply to users who want to run the application locally?

Thanks.

dg_ak
07-17-2004, 03:15 PM
Any windows host who offers the .net framework can host a C# application. If it uses a database then yes, it will work very similar to other dynamic technologies like php and asp. The end user would not need anything special if it's only a web application.

thehoff
07-18-2004, 05:16 AM
Thanks dg, I really appreciate it.

Wojjie
07-18-2004, 10:12 AM
Sometimes postback events do not work properly in other (non IE) browsers.

PHP is a set of script, while .NET applications have a few 'config' files that tell how the application should behave.

I haven't coded in C# in a while, even though I bought Visual Studio C#.NET.