Starting with .NET framework

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?
 
M

Miha Markic

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top