Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

I have been working with ASP.Net for almost 2 years now on a Windows 2000 Server. I just got a new server which runs Windows XP Professional. I copied a few .Net projects to the new server. When I call up one of my old asp.net pages using IE only the label controls appear. All other server controls are not appearing. Very strange to me. Has any one else run across this problem? I've never used XP before so I'm sure the problem is here.

 

Thanks,

Bob

Posted
It sounds like the .NET Framework & IIS haven't been installed in the correct order, which causes a similar problem to that. I too made that mistake running Windows XP Professional there are loads of posts and an article on msdn about fixing the install.
Posted

Peter,

 

I finally found the answer. Try the following:

 

ASP.NET isn't registered on IIS. Go to:

 

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

 

And then run:

 

aspnet_regiis -i

 

 

This fixed the problem for me.

 

Thanks

Bob

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...