ASP.net tags not interpreted

  • Thread starter Thread starter |||Cypher|||
  • Start date Start date
C

|||Cypher|||

Hi all.

I am facing a problem that was exposed (and solved)
earlier in this NG. But I can't find any of the related
threads :

My ASP.net tags in my ASPX pages are not interpreted any
longer. There are left "as is" in the HTML Source, and
then does not display in the browser.

Any help much apreciated.

Thanx.
 
|||Cypher||| said:
I am facing a problem that was exposed (and solved)
earlier in this NG. But I can't find any of the related
threads :

Have you tried searching in groups.google.com?
 
Hello Jon.
Of course, I did...

Eventually someone of the french .NET NG answered.
Here is the solution, for those interested :

c:\
cd winnt
cd Microsoft.NET
cd Framework
cd v1.1.4322
aspnet_regiis.exe -i

and...that's all folks.


Cheers.
 
|||Cypher||| said:
Of course, I did...

There's no "of course" about it - lots of people don't know about
groups.google.com, and only look in the current articles when they're
trying to find old messages.
Eventually someone of the french .NET NG answered.

<snip>

I'm glad you got the answer you wanted.
 
Back
Top