bherrmann Posted April 14, 2003 Posted April 14, 2003 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 Quote
Moderators Robby Posted April 14, 2003 Moderators Posted April 14, 2003 I'm not sure if XP ships with IE6, but I'll ask anyway, do you have IE6 installed? Quote Visit...Bassic Software
dsgreen57 Posted April 15, 2003 Posted April 15, 2003 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. Quote
peterdoherty Posted April 15, 2003 Posted April 15, 2003 I'm having the same problem, just wondering if anyone could post the URL of the msdn doc that tackles this. Cheers Quote
peterdoherty Posted April 15, 2003 Posted April 15, 2003 Sorry i found it. If you need i http://support.microsoft.com/default.aspx?scid=kb;en-us;306005 Quote
bherrmann Posted April 15, 2003 Author Posted April 15, 2003 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.