installing .NET 2.0 on Windows Server

L

leutholl

Hi,

I'm new here and new to .NET

Up to now, I developped my application localy with Microsoft Visual Web
Developer 2005 Express Edition. Now I want to install my application on a
Windows Server (not shure what version - can check).
Now my question. I now IIS is installed. Will IIS run my .NET 2.0
application? Do I have to install something additional to have my local
application working on the Server?
Bascially the question is: What is needed in minimum to run .NET 2.0 on a
Windows Server?
Is there a HOWTO howto install my application on the server.
The application simply reads all entries of an access mdf database (to be
installed on the same server) and displays it on a datagrid. Maybe .NET 1.0
is sufficient, I don't know.

Thanks.
Lukas
 
J

John Bailo

leutholl said:
Hi,

I'm new here and new to .NET

Up to now, I developped my application localy with Microsoft Visual Web
Developer 2005 Express Edition. Now I want to install my application on a
Windows Server (not shure what version - can check).
Now my question. I now IIS is installed. Will IIS run my .NET 2.0
application?

You need to install the 2.0 Framework on the server. Just do a Windows
Update and look at the Optional features.
 

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