ASP.Net works on IIS 5.1?

  • Thread starter Thread starter Ee Ket
  • Start date Start date
E

Ee Ket

I have installed IIS5.1 that comes with XP professional and Visual Studio. I
have created a text box and a button with the following code in the click
event of the button... 'textbox1.visible=true'.

However, nothing happens when I click on the button. I'm sure the codes are
correct. Does ASP.Net works only on IIS6 or am I missing something?

Any help is much appreciated!

-ek
 
Hi Ee,

Sure ASP.NET does work with IIS 5.1. If I'm correct, it works on any version
above and including 5.0
You must be missing something.

Regards
Harsh Thakur
 
Back
Top