|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
asp aspx running .net and normal IIS at the same time
does anyone know if you can run regular asp pages and aspx pages for .net at the same time? i've got a server running IIS 4 and i'm using asp right now. what changes do i have to make if i go to .net? can i run both asp and .net (aspx) at the same time?
__________________
My brain cells are like a storm trooper's armor: useless |
|
#2
|
||||
|
||||
|
never, found out they can
|
|
#3
|
|||
|
|||
|
What do you mean by "run regular asp pages and aspx pages for .net at the same time"
Well for starters, they can run *side by side* if that's what you want to know, but at the same time? ASP pages(.asp) and ASP.NET pages(.aspx) can both run on the *same* machine. In order to do so, you need to install the .Net Framework on the web server's machine. If the .NET Framewrok isn't installed then no .aspx pages will work. Period. Hope this helps! Sincerely Vlince |
|
#4
|
||||
|
||||
|
vlince, that's exactly what i meant! you wouldn't happen to know if ColdFusion would run side by side with those would you? i'm assuming they would but don't know for sure or how well they would work on the same machine.
|
|
#5
|
|||
|
|||
|
No sorry...ColdFusion and I aren't best of friends
![]() ColdFusion is a oroprietary software by Allaire I guess your best bet is to search their web site and read the FAQs if they have one! Here... http://www.macromedia.com/software/coldfusion/ Hope this helps! Sincerely Vlince |
|
#6
|
|||
|
|||
|
FWIW, my web host used to provide both CF and asp on the same server, so it can be done. However, they now offer an either/or hosting for CF or ASP.
|
|
#7
|
|||
|
|||
|
IIS is web server and coldfusion is an application server, so cf server needs a web server to run....
for cf server just add ISAPI Filter to parsing .cfm file, so every file with .cfm extension will be send to cf server. so it's ok to run ASP and CFM in same server...... but remember more application run on server more resources that you'll need. As for the application servers themselves, CF Server now is ahead of ASP. Last edited by unatratnag : September 8th, 2003 at 06:54 PM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > asp aspx running .net and normal IIS at the same time |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|