deploy asp.net in windows 95/98 ?

  • Thread starter Thread starter vinothkumar22
  • Start date Start date
V

vinothkumar22

Hi all,

Please answer my question

Can i deploy asp.net in windows 95/98 ? will it execute there ?



Vino
 
Hi all,
Please answer my question

Can i deploy asp.net in windows 95/98 ? will it execute there ?

Vino

"deploying an asp.net application" will only make sense if that
computer is a webserver. I don't think you can install IIS on 95 or 98.
As windows95 is not supported anymore, I don't think it is supported to
run a .net application there. Win98 might be able to run it, but some
functions (IIRC mostly in graphics) are not available.

To use (a browser like IE on) win95/98 to access a webapplication that
is installed on some other server should not be a problem, as the
browser only sees HTML plus javascript, no .Net code.

Hans Kesting
 
Can i deploy asp.net in windows 95/98 ? will it execute there ?

Hmm - you need to clarify what you mean...

1) Do you mean is it possible to install a web server such as IIS on Win 9x?
I don't think so...

2) Do you mean is it possible to install Visual Studio.NET on Win9x and
develop ASP.NET solutions on that platform? Again, I don't think so...

3) Do you mean is it possible from Win9x to use an ASP.NET application
deployed on a remote webserver? Yes it is.
 
Back
Top