help! i need somebody help!... etc

  • Thread starter Thread starter Jorge Ribeiro
  • Start date Start date
J

Jorge Ribeiro

Hello

I've an application developed in ASP.NET that ran ok
before I done the windows upgrade to my windows XP PC.

After I updated XP, when I try to access the application
via browser it always come whith this:
http 403 (forbidden)
server application unavailable

It seems to affect only ASP.NET pages (aspx)... I tried
to access a pure HTML page in the same site and it all
went ok... i even install service pack 2 of .NET framework
but it didn't solve anything...

can you help me with this?!?!

best regards
Jorge
 
It might be that IIS on your new system isn't set-up
for .NET. If this is the case, go to the framework
folder
e.g. on my PC with .NET 1.1 its
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
and in there you'll 'aspnet_regiis.exe'. Run this and
it'll re-setup IIS for .NET for you.

Hope This Helps

Richard Eke MCSD.NET
 
Back
Top