.Net framework version

G

Guest

My control panel says that I have both .NET 1.1 and 2.0 installed. I also
have visual studio 2003 and 2005 (standard) installed. I am currently
developing in vs2003 and have not used vs2005 yet. My backend is MS-SQL2000.
I want to use Ajax or Atlas in my current application, possibly AjaxPro.Net.
I cannot afford the time right now to learn/convert the app to vs2005.
My question is : Can I use framework2.0 with vs 2003 to get the Ajax support
I need to find out if I am using .net 1.1 or 2.0, can I remove .net 1.1??
Thanks in advance for any help.
Walter
 
J

Juan T. Llibre

re:
My question is : Can I use framework2.0 with vs 2003
No.

re:
I need to find out if I am using .net 1.1 or 2.0

Check your application's ASP.NET tab in the IIS Manager.
You can assign either 1.1 or 2.0 to your app with it.

re:
can I remove .net 1.1??

You don't need to.
..NET 1.1 and .NET 2.0 run perfectly well side-by-side.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

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