Server Controls don't work properly

  • Thread starter Thread starter Uriy leyfm
  • Start date Start date
U

Uriy leyfm

Hello! I have problem with my IIS or framework. It's
strange behavior happened. When i put on my form some
server controls and run form in browser, the form doesn't
show controls. I don't know when it happen, but when
first time i set up framework everything working fine.
Thank you help!
 
Thank you! It works perfect.
-----Original Message-----
This could be caused because of wrong asp.net installation. To configure
asp.net properly in IIS Just follow these steps.

Dot net framework provides an Administration utility that manages the
installation and uninstallation of multiple versions of ASP.NET on a
single machine. You can find the file in
C:\WINNT\Microsoft.NET\Framework\v1.0.3705 \aspnet_regiis.exe

use the command: aspnet_regiis.exe -u ---> to uninstall current asp.net
version.
use the command: aspnet_regiis.exe -i ---> to install current asp.net
version.


--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.





.
 
Back
Top