Building existing .NET1.1 application as .NET1.0 app

  • Thread starter Thread starter Srikanth Malladi
  • Start date Start date
S

Srikanth Malladi

Hi,
I have an existing web-services project that I built as
a .NET 1.1 app. But for deployment, I need to build it as
a .NET 1.0 app. How do I go about doing this?

Thanks
 
In VS.NET 2003,
In project explorer
Right click the Project... Properties

under Common Properties
for the Application
select "Supported Runtimes"
and you can specify this.

-Dino
 
Back
Top