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

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
 
D

Dino Chiesa [MSFT]

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
 

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

Top