473,398 Members | 2,403 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,398 software developers and data experts.

Can asp and asp.net reside in same IIS server

Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi
Apr 5 '07 #1
11 1250
You'll have to upgrade to IIS6 (it occurs when you install .net) but your
asp and asp.net sites will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi

Apr 5 '07 #2
Thanks Aidy,

So does that mean its not possible to run ASP.net and ASP on IIS 5.0
In case If I am upgrading to IIS 6.0 then do i need to set the service to
IIS 5.0 isolation mode

Anandhi

"Aidy" wrote:
You'll have to upgrade to IIS6 (it occurs when you install .net) but your
asp and asp.net sites will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi


Apr 5 '07 #3
When you upgrade, your sites can either be classic ASP or asp.net on a
per-site basis. Not sure what you mean by IIS5 isolation mode.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:CE**********************************@microsof t.com...
Thanks Aidy,

So does that mean its not possible to run ASP.net and ASP on IIS 5.0
In case If I am upgrading to IIS 6.0 then do i need to set the service to
IIS 5.0 isolation mode

Anandhi

"Aidy" wrote:
>You'll have to upgrade to IIS6 (it occurs when you install .net) but your
asp and asp.net sites will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microso ft.com...
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work
on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi



Apr 5 '07 #4
This is completely incorrect. IIS is not an upgrade, it is available on
Windows 2003 server only and is the only version that runs on Win 2003
server. The .Net Framework does not upgrade any web server, only registeres
ASP.Net as a module in IIS for handling .aspx pages.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Aidy" <ai**@noemail.xxxa.comwrote in message
news:6v******************************@bt.com...
You'll have to upgrade to IIS6 (it occurs when you install .net) but your
asp and asp.net sites will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
>Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi


Apr 5 '07 #5
Yes, you can. I'm not sure where the other information you are receiving
comes from here, but adding the .Net Framework does not upgrade your web
server to IIS 6. The versions of IIS are locked to the operating server they
exist on. IIS 5 is Win 2000. IIS 5.1 is Win Xp and IIS 6 is Win 2003. IIS 7
is on Windows Vista and the upcoming longhorn server.

You can run ASP and ASP.Net just fine. The difficulty here will be if you
need to share information between asp and asp.net. That gets really tricky
as Session information isn't easy to work with as they're both running in
different modules, though it is possible to share info through other
features such as a database. You'll want to determine which files can be
isolated into their own application functionality as a start. In other
words, what features do you need that you can make ASP.Net only and not
effect the experience of the original ASP pages.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi

Apr 5 '07 #6
Actually, upgrading to IIS 6.0 is not required
for ASP and ASP.NET files to work on the same server.

Both can happily coexist in the same server.

The only thing is that you won't be able to share session information
between them unless you write some code to allow the sharing.

This download has the code you need to share sessions between ASP and ASP.NET :
http://www.microsoft.com/downloads/d...displaylang=en

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Aidy" <ai**@noemail.xxxa.comwrote in message news:6v******************************@bt.com...
You'll have to upgrade to IIS6 (it occurs when you install .net) but your asp and asp.net sites
will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microsof t.com...
>Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi


Apr 5 '07 #7
re:
So does that mean its not possible to run ASP.net and ASP on IIS 5.0
Yes, it is possible. Aidy is mistaken.
See my just-sent reply with a link to sample code.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:CE**********************************@microsof t.com...
Thanks Aidy,

So does that mean its not possible to run ASP.net and ASP on IIS 5.0
In case If I am upgrading to IIS 6.0 then do i need to set the service to
IIS 5.0 isolation mode

Anandhi

"Aidy" wrote:
>You'll have to upgrade to IIS6 (it occurs when you install .net) but your
asp and asp.net sites will happily sit on the same server.

"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:AF**********************************@microso ft.com...
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on
IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi



Apr 5 '07 #8
Thanks very much everybody.

Its a good news for me to run both asp and asp.net on IIS 5.0

So Juan, do I need to take care of the following only before running asp.net

1. Install Microsoft.net framework
2. regsiter asp.net dll

Is there anything else I have to do for asp.net to work?

Thanks,
Anandhi
"Anandhi" wrote:
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi
Apr 5 '07 #9
re:
So Juan, do I need to take care of the following only before running asp.net
1. Install Microsoft.net framework
Definitely.
Only install the version you'll be working with ( 1.1 or 2.0 ), though.

re:
2. register asp.net dll
Not needed.
When you install the .Net Framework, aspnet_isapi.dll is registered for you.

re:
Is there anything else I have to do for asp.net to work?
Make sure you have IIS installed before you install the .Net Framework.

If you installed the .Net framework before installing IIS,
you'll have to register the .Net Framework with IIS, by running aspnet_regiis -i


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:22**********************************@microsof t.com...
Thanks very much everybody.

Its a good news for me to run both asp and asp.net on IIS 5.0

So Juan, do I need to take care of the following only before running asp.net

1. Install Microsoft.net framework
2. regsiter asp.net dll

Is there anything else I have to do for asp.net to work?

Thanks,
Anandhi
"Anandhi" wrote:
>Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi

Apr 5 '07 #10
I got all my queries cleared.
Thx

"Juan T. Llibre" wrote:
re:
So Juan, do I need to take care of the following only before running asp.net
1. Install Microsoft.net framework

Definitely.
Only install the version you'll be working with ( 1.1 or 2.0 ), though.

re:
2. register asp.net dll

Not needed.
When you install the .Net Framework, aspnet_isapi.dll is registered for you.

re:
Is there anything else I have to do for asp.net to work?

Make sure you have IIS installed before you install the .Net Framework.

If you installed the .Net framework before installing IIS,
you'll have to register the .Net Framework with IIS, by running aspnet_regiis -i


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Anandhi" <An*****@discussions.microsoft.comwrote in message
news:22**********************************@microsof t.com...
Thanks very much everybody.

Its a good news for me to run both asp and asp.net on IIS 5.0

So Juan, do I need to take care of the following only before running asp.net

1. Install Microsoft.net framework
2. regsiter asp.net dll

Is there anything else I have to do for asp.net to work?

Thanks,
Anandhi
"Anandhi" wrote:
Hello All,

I have a requirement of converting some asp files to asp.net files. The
server is IIS 5. So ultimately both ASP and ASp.net files should work on IIS
5. What changes do I need to make on the server. Is possible without
upgrading to IIS6.0?

Thanks in Advance,
Anandhi


Apr 5 '07 #11
"Aidy" <ai**@noemail.xxxa.comwrote in message
news:6v******************************@bt.com...
You'll have to upgrade to IIS6
No you won't...
Apr 5 '07 #12

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

Similar topics

4
by: MLH | last post by:
A programmer developed an AMP (Apache/MySQL/PHP) application for me. When he was done, he sent me the PHP files and the MySQL dump file. Now, when I connect to the application on my LAN using...
2
by: Hazzard | last post by:
If I have two assemblies in a VSNET project and create an interface, does the interface have to reside in the assembly whose class methods it describes? How do I reference interfaces in the...
2
by: Sean | last post by:
Hi all, I know that some variables are stored on heaps and some on stack in C++. How about functions? where does function reside on memory? Is it stack or heap? And are both function (not...
7
by: Sharon | last post by:
Hi all, I've implemented a TCP server using the Socket async methods. When connecting to the server from 3 instances of hyper terminal, i've noticed that each of the newly created server sockets,...
1
by: gujarsachin2001 | last post by:
Hello friends, I have one folder Named as MainFolder on server. I have one more folder named as subfolder inside tht main folder.Now I want to save some pictures in tht folder but at runtime I m...
2
by: =?Utf-8?B?Tkg=?= | last post by:
Hi, I have an asp.net 2.0 website and a sql database on the same server. In the web config file I have set up a connection to the database using this connection string.... ...
5
by: Anane | last post by:
In my application I have 3 classes. 1. class A 2. class B 3. class C Application controller (having main function) has the object of class A, class A has object of class B and class B has...
2
by: -Lost | last post by:
VS2K8 Pro *MUST* reside on the system partition?! I finally got a faster drive with a little more memory in my laptop so I figured I'd upgrade from Visual C# Express 2005 to Visual Studio 2008...
11
tuxalot
by: tuxalot | last post by:
I have reports visible in a listbox on a tabbed form. The Row Source for the listbox is: SELECT .ReportID, .ReportName, .ReportCaption, .ReportCriteriaFlags FROM ORDER BY .ReportCaption; ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.