Starting with .NET framework

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I installed the .NET framework, created a .aspx page,
installed the IIS server on my Windows 2000 Professional
system. When I reference the .aspx page, I get a blank
page on the browser. If I 'view source', the correct code
is there. Am I missing something important?
 
Did you install IIS after framework?
In this case, you should run
C:\%windor%\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe -i (.NET
1.0)
C:\%windor%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i (.NET
1.1)
 
Back
Top