Is the .Net framework required for this?

  • Thread starter Thread starter fofo
  • Start date Start date
F

fofo

I am in the very early stages of setting up a website on
an ISP using VB.Net to query data from a database.
The ISP has 100% Microsoft technology - asp.net, ado.net,
IIS5, Frontpage extensions, etc.

The UI will be a web-based interface using IE. One of the
requirements is clearly IE...do the client machines need
the .Net framework too?
 
Client machines do not need the framework. Pure and plain HTML is sent out
to the clients from your ASP.NET server application. They can use the
browser to view that HTML.

George Zacharias
 
Back
Top