Build asp.net application under VS2005 environment

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

Guest

Hi, all
I have developed my asp.net application in Visual Studio 2005 IDE. It is
well known that the Visual Studio 2005 IDE is based on framework.20, but I
want to know, whether it is feasible to use framework1.1 to build my
application under VS2005 environment? If possible, how to do it?

Thanks for you help!

sherrylsoïŠ
 
No. VS is not set up for it.

Not to mention, since VS 2005 will by default create partial classes for
things like windows forms, the 1.1 framework could not compile that even if
VS 2005 supported what you are looking for.
 
Back
Top