.Net framework 2.0 and IIS

G

Good

Dear all

If I install the .Net framework in my IIS server? Are there any impact wil
be affected to the current ASP application? Will it update the files for the
current ASP component?

regards
Good
 
P

pvdg42

Good said:
Dear all

If I install the .Net framework in my IIS server? Are there any impact wil
be affected to the current ASP application? Will it update the files for
the current ASP component?

regards
Good
Each framework version installs as a separate entity, so you can have v1.0,
v1.1 and v2.0 installed on the same PC concurrently. There should be no
impact on current applications.
 
G

Good

How about the normal ASP program which doesn't use .NET framework, Will it
be affected?
 
P

pvdg42

Good said:
How about the normal ASP program which doesn't use .NET framework, Will it
be affected?

AFAIK, no. We've gone past ASP where I teach, so I have no test case.
Another place you might try asking is:

microsoft.public.dotnet.framework.aspnet
 
G

Guest

Hi,
We installed .net framework in one of our webserver and it did NOT
affect any of our ASP pages.

Thanks,
Praba
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top