ASP.Net web form not working with Windows XP

bherrmann

Member
Joined
Apr 14, 2003
Messages
5
Location
South Florida
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? Ive never used XP before so Im sure the problem is here.

Thanks,
Bob
 
It sounds like the .NET Framework & IIS havent 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.
 
Im having the same problem, just wondering if anyone could post the URL of the msdn doc that tackles this.

Cheers
 
Peter,

I finally found the answer. Try the following:

ASP.NET isnt 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
 
Back
Top