Can't properly run ASP.NET applications

  • Thread starter Thread starter Steve Gelfmann
  • Start date Start date
S

Steve Gelfmann

Hi,
I have a problem running ASP.NET applications that recently started to
only work when they contain static HTML tags, everything else like
<script> or directives are not executed. I used to be able to see
ASP.NET error messages if the application had syntax errors but now,
unless it's static HTML code, the browser won't display anything else.
I am using IE 6, WinXP, .NET 1.1.
Do I need to reconfigure anything?

Thanks.
 
Steve Gelfmann said:
Hi,
I have a problem running ASP.NET applications that recently started to
only work when they contain static HTML tags, everything else like
<script> or directives are not executed. I used to be able to see
ASP.NET error messages if the application had syntax errors but now,
unless it's static HTML code, the browser won't display anything else.
I am using IE 6, WinXP, .NET 1.1.
Do I need to reconfigure anything?

Thanks.

Try this: Aspnet_regiis -i.

You can find more information here:
http://msdn.microsoft.com/library/d...ASPNETIISRegistrationToolAspnet_regiisexe.asp
 
Back
Top