Controls not visible when running application

  • Thread starter Thread starter Teo
  • Start date Start date
T

Teo

Hi! I am using ASP Web Matrix to develop ASP.NET pages for an application.
When I run it on my IIS server I can't see any of the controls.
I have the latest .NET Framework 1.1 installed and still nothing.
What can I do to get it up and running?

Thanks much in advance,
Teo
 
Hi,

did you install Framework before installing IIS? Anyway, try running
"aspnet_regiis -i" at command prompt. aspnet_regiis can be located at .NET
Framework's directory.

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist

Hi! I am using ASP Web Matrix to develop ASP.NET pages for an application.
When I run it on my IIS server I can't see any of the controls.
I have the latest .NET Framework 1.1 installed and still nothing.
What can I do to get it up and running?

Thanks much in advance,
Teo
 
You may try this if solutions previously described donot work!

1) Uninstall Internet Information Services
2) Uninstall Visual Studio.Net
3) Re-install Internet Information Services (With Front Page Extensions
etc. installed and configured properly)
4) Re-install Visual Studio.Net
5) Run this command :
After inserting windows Update CD of Visual Studio.Net CDs
G:\dotNetFramework\dotnetfx.exe /t:c:\temp /c:"msiexec.exe /fvecm
c:\temp\netfx.msi"
Where "G" represents CD drive

6) And try this command too

regsvr32 C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll

You can also try step 5 and 6 before starting from step 1 to 6 too to save
time.

Regards

Imran Saroia
MCP (VFP track)
 
Back
Top