VB.NET - IIS Server

Ann McCall

Member
Joined
Sep 6, 2007
Messages
10
Programming Experience
1-3
Hi,

Please can someone confirm if I am right with the following statements:

To develop and run vb.net apps, we do not need an IIS Server.
To develop and run asp.net apps, we do need an IIS Server.


Thanks in advance,
 
Last edited:
From VS 2005 (or VWD2005 if you wish) there is integrated local webserver used to debug web applications. Windows applications doesn't run on a web server. For older Studio versions you need IIS or a .Net compatible web server to run the web application, Cassini has been used.
 
.Net framework and Visual Studio can be used with lots of programming languages (including C#), at this site we only use VB.Net language.
 
Back
Top