asp.net v2 and asp.net v1

G

Guest

I'm creating a C# web service(locally) and i have .NET 2005 with asp.net v2
on my development box. At this time our web servers do not have asp.net v2
installed on them. Is it possible to develope and asp.net v2 and still use
asp.net v1 if i deploy to the web servers?
 
G

Girish Bharadwaj

Depends on the feature set you are using.. If you are using the 1.1 features
only, you can probably deploy that onto a 1.1 server. I think its just
easier to do the develop/deploy 1.1
 
B

bruce barker

yes, but you will need to recompile the code using the old compilers and
references. VS 2005 can not do this, so you should build manual compile
scripts. look at using nant for build scripts.

-- bruce (sqlwork.com)
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top