• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Windows Server 2003 having trouble with .asp pages

Joined
Jul 14, 2004
Messages
15
Hey guys, I'm at work and we built a Windows 2003 server yesterday and ported a page from a W2K box over using IIS. All pages worked fine after sorting some IP and gateway problems out, but the .asp pages for login and account creation did not work. They were hosted in the https:// section, but everything else worked there.

Is there a known error here with Win2k3? If so, is there a workaround?

Oh, and the .asp pages definitely worked with w2k

Also, the screen just didn't load/didn't find - no page, nothing.

Thanks.
 
I've seen the same problem before. Go to Start>Run and type in the following w/o the quotes and hit enter:

"C:\Windows\Microsoft.net\Framework\v1.1.4322\aspnet_regiis -i"

This will register the aspnet extentions. That has fixed the problem for many of my clients in the past. Should patch you right up. ;)

Edit: BTW, this is a problem with how IIS was setup, not Win2k3
 
Back
Top