Server Components

  • Thread starter Thread starter Michelle
  • Start date Start date
M

Michelle

What software needs to be installed on a development
server in order for a developer to use the .NET IDE?
 
It depends on what you want your developer to do ofcourse. If you want him
to create server components, then you'd have to install the .NET Framework
on your server. If you want him to develop webpages or webservices
(ASP.NET), then you additionally need IIS (the webserver). If you need a
database on your server, you could use SQL Server (or MSDE). So if you give
us more info on what you want to accomplish, we could probably tell you
more! :-)
 
Hi Michael,

Thanks for posting. Basically I agree with Jan. You may also refer to the
"content.htm" on your Installation CD section 4, and "Setup\WebServer.htm".

Should you have any concerns, please feel free to post here.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top