Asp Host
How can host ASP pages on tomcat?
I have an intranet of my department which we are planning to build in ASP. The server we would given to host it would be a linux box. I want to know if there is any way I can host ASP files on Apache without incurring extra cost (like using some other free web server for linux or putting support for ASP on apache).
You may be in for a rough ride if this site uses any COM+ packages. Enabe mod_perl and install this script in Apache.
http://www.apache-asp.org/
How to privately host an asp.net website?
I'm planning to privately host an ASP.net 2.0 website.
What are the hardware and software required for my server?
What operating system will I use for it?
Pls. provide other important information. tnx :D
I'm planning to use IIS.
How about the operating system?
Is Windows server operating system necessary?
Computer running windows
Then install Apache
http://apache.org
then install ASP:Apache
http://www.apache-asp.org/
This is one way that reflects my respect for Apache and dislike for IIS
google for others:
Install ASP webserver
Running a Webservice online developed through Visual Web Dev. Do I need to find a host with IIS or just ASP?
I want to post a little web service that I made online. Now I made it with Visual Web Developer using ASP and VB.NET. When I post it online what do I have to have installed to run it? For example do I need IIS or just ASP installed, (since the hosting service already has a server installed)?
Thanks,
Brian
You need IIS. ASP is not something that is installed. The ability to process ASP scripts comes with IIS.
Well, there are some linux servers that have intalled an ASP processor called Chili-Soft ASP. But if you developed the code in Visual Web Dev, you are best off with a windows server. If it's .NET (as opposed to classic ASP), make sure the host has .NET framework installed.
Do I need ASP capable web host to use objects in my website?
I want to create a menu object to use in my template. Can I use object in simple html or will I need ASP and a web host that can support ASP, such as a windows based server?
Munu objects use javascript coding, whereas asp.net is used to hook up server side command. Such as email forms, post and get commands, click counters etc.
You can make it simply on any web host.
But if you use asp it only works in rented hosting only, you need to buy one.
I have a website in ASP.NET with C# code behind. How do I host the website on my intranet?
Do I need to publish it somehow first?
A link to a tutorial or an explanation would be appriciated.
You're going to need to setup IIS if you're talking about letting other computers on your network access the application via http://your.computers.local.ip.address. MSDN has an article to help you get started:
http://msdn.microsoft.com/en-us/library/ms178477.aspx
Good ASP Web host?
I need a good ASP Web Host that offers large MySql database space.
Could you please recommend a few?
I am using http://aplis.net/ . You can also give them a try. First month free.
Anybody knows about a free and reliable asp host with CDONTS support.?
Dont mention somee or 1asp host coz they suck....
If you have cable or DSL you can host your website at home.
Anyone know of a decent, reliable, high-quality ASP host?
I've tried so many that have lousy performance and I'm starting to feel that there's no good one's out there.
get your own server...
i have three at CalPop.net
the freedom is great!
the performance is great!
the prices are very affordable.
you can do anything you want with them.
host other people's sites to offset the cost a little if you like.
Is there any way to host an ASP.NET page on a Linux server?
I know that it's not natively supported, but I wondered if there might be a way around this...
Ever heard of the Mono project. I am not sure if it is still alive but it ports .Net platform to Linux. Try google it.
Can I host Asp.Net application with Apache web server on windows?
Yes, you can. But since two out of three things are in windows why do u want to go for apache. Go for IIS ur performance will be very good...
Following are the instruction to make Asp.Net work under apache:
– Install Apache 2.0.54
– Install Mod_AspDotNet
– Add at the end of C:\Program Files\Apache Group\Apache2\conf\httpd.conf the following lines
#asp.net
LoadModule aspdotnet_module "modules/mod_aspdotnet.so"
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo






















