473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Web application on ASP host server?

If I design a web application, can I simply upload it up to my ASP host
provider? Or would there be something special that would have to be
installed on their server?

I am trying to decide whether or not to write my app in C#. I already know
ASP and I could write it in that, although the process is sometimes long and
tedius. It might be easier to write it in C# as a web app.

Comments / Pros / Cons anyone?
Nov 16 '05 #1
6 1485
Your hosting provider needs to allow ASP.NET programs to run. Many ASP only
servers are in fact linux boxes. ASP.NET only runs on a Windows hosted
system.

If you want to try out ASP.NET for free go to Brinkster.com. They do an
educational package which would be ideal for you. Later, if you want to have
your own domain name they can change your app over to a very reasonably
priced service.

I use Brinkster for my site and for testing ASP.NET applications and I
reccomend them highly.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

"Keith Smith" <ke*********@verizon.net> wrote in message
news:PIGQd.36435$uc.34583@trnddc04...
If I design a web application, can I simply upload it up to my ASP host
provider? Or would there be something special that would have to be
installed on their server?

I am trying to decide whether or not to write my app in C#. I already
know ASP and I could write it in that, although the process is sometimes
long and tedius. It might be easier to write it in C# as a web app.

Comments / Pros / Cons anyone?

Nov 16 '05 #2
Keith Smith <ke*********@verizon.net> wrote:
If I design a web application, can I simply upload it up to my ASP host
provider? Or would there be something special that would have to be
installed on their server?


At the very least the web server will need to have the .NET Framework
run time installed and have the IIS configured to handle the .as[ahmp]x
files as appropriate. If your current ISP doesn't support this you
shouldn't have difficult finding one that does support ASP.NET

/J\
Nov 16 '05 #3
Bob Powell [MVP] <bob@_spamkiller_bobpowell.net> wrote:
Your hosting provider needs to allow ASP.NET programs to run. Many ASP only
servers are in fact linux boxes. ASP.NET only runs on a Windows hosted
system.


Actually that is not strictly true - see http://www.mono-project.com/
for instance, there is a handfull of ISPs offering Linux ASP.NET hosting
based on mono.

/J\
Nov 16 '05 #4
"Keith Smith" <ke*********@verizon.net> wrote in
news:PIGQd.36435$uc.34583@trnddc04:
If I design a web application, can I simply upload it up to my ASP host
provider? Or would there be something special that would have to be
Yes.
installed on their server?
ASP.NET.
I am trying to decide whether or not to write my app in C#. I already
know ASP and I could write it in that, although the process is sometimes
long and tedius. It might be easier to write it in C# as a web app.

Comments / Pros / Cons anyone?


You might also check out:
http://www.atozed.com/IntraWeb - its an add on to ASP.NET.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
Nov 16 '05 #5
Do they support web forms?

"Jonathan Stowe" <jn*@gellyfish.com> wrote in message
news:11****************@echo.uk.clara.net...
Bob Powell [MVP] <bob@_spamkiller_bobpowell.net> wrote:
Your hosting provider needs to allow ASP.NET programs to run. Many ASP only servers are in fact linux boxes. ASP.NET only runs on a Windows hosted
system.


Actually that is not strictly true - see http://www.mono-project.com/
for instance, there is a handfull of ISPs offering Linux ASP.NET hosting
based on mono.

/J\

Nov 16 '05 #6
JohnnyAppleseed <so*****@microsoft.com> wrote:
"Jonathan Stowe" <jn*@gellyfish.com> wrote in message
news:11****************@echo.uk.clara.net...
Bob Powell [MVP] <bob@_spamkiller_bobpowell.net> wrote:
> Your hosting provider needs to allow ASP.NET programs to run. Many
> ASP only servers are in fact linux boxes. ASP.NET only runs on a
> Windows hosted system.
>


Actually that is not strictly true - see http://www.mono-project.com/
for instance, there is a handfull of ISPs offering Linux ASP.NET hosting
based on mono.


Do they support web forms?


Indeed. It wouldn't be very good ASP.NET support if they didn't really.
For instance - http://fdns.dnip.net:8081/mono/ ....

/J\
Nov 16 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Timothy Shih | last post by:
Hi, I am having a freezing issue with my application. My application serves several remotable objects, all of which must be initialized before their use. Furthermore, some of them depend on each...
9
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
5
by: Lars-Erik Aabech | last post by:
Hi! Guess it's my day again.. Tried to deploy a test release of a new asp.net web today, and got a terrible error. The web is running swell on three development computers, but when it's copied...
6
by: Martin Bischoff | last post by:
Hi, I'm creating temporary directories in my web app (e.g. ~/data/temp/temp123) to allow users to upload files. When I later delete these directories (from the code behind), the application...
1
by: Sean | last post by:
Tried both FTP and frontpage extensions method to the host server. Server has directory running as a ASP.NET application. If I take out ...Inherits="quizengine.WebForm1"...the page loads but no...
2
by: Ludovic DE FREITAS | last post by:
Hello, I am making a prototype system with a Pocket PC that must connect to a Server Application. Unfortunately, the server cannot be a Web Server, but a simple Windows Forms Application. ...
0
by: MH | last post by:
I am trying to run an application and web service from a host remote computer. I have 1st developed and tested the application on my local server and it works fine and used WINSCP3 to copy files to...
6
by: taylor.ettema | last post by:
I wish to create an application that will be spawned within a host web application after the container app has authorized a user. These two apps are seperately developed/maintained, and can only...
3
by: Big Charles | last post by:
Hi, We have developed an ASP.NET web application and are planning to host it in an external Server, which provides us a good bandwidht. We need to put he web application outside because the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.