asp.net 1.1 and asp.net 2.0?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Can I keep asp.net 1.1 and asp.net 2.0 and easily switch between them
I tried it but didn't find a way to make them coexisting

Thanks
Ildar
 
Yes you can; aspnet_regiis.exe is your friend here.

--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
 
Hi

When the .NET Framework 1.1 Redistributable is installed on a server, ASP.NET Web applications and XML Web services are, by default, automatically configured to run with it. Again, systems administrators have the ability to override this default behavior and configure some or all of these applications to run with the .NET Framework 1.0 Redistributable.


Check the following article
http://msdn.microsoft.com/netframework/technologyinfo/overview/whatsnew/default.aspx

HTH
Ravikanth[MVP]
 

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

Back
Top