question
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
:doh: in a scenario i have an application to be developed few parts(web pages) using .net 1.1 and few parts(web pages)using .net 2.0. so what and where will be the setting. can anybody guide me by sending code if possible. thanks a lot:)
A single we site can not have mixed pages. You will have to have two web sites. One that runs on .net 1.1 and another that runs on .net 2.0. I would think seriously of switching the web site to one .net version. Otherwise I think you are asking for problems. Hope that helps. Ben