Sign in | Join
Last post 08-12-2008 8:24 AM by raghu1. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Is it possible for me to deploy a VS 2005 web-project on a server running .NET 2.0? We have a vendor developed and supported web based e-learning service and was wondering if I can deploy in-house customization on their server. I have VS2008 and VS2003 development environment. Do not want 2003 and not sure of 2008 ?
Thanks
In VS2008 select the Project Properties.
Within there you will find an advanced option to specify the Target version, select 2.0 and publish.
That was quick.
Thanks Curt.
I will try this