Need Help With ASP.NET

  • Thread starter Thread starter Lord Fist
  • Start date Start date
L

Lord Fist

I need some help with asp.net...
I have a problem with web.config
file....
I would like to bind extensions to
a compiler (i saw some websites
using extensions like .pyra and such),
i tried to use <compiler> tag
like this:

<compiler language="VB;VBScript"
extension=".my"
type="Microsoft.VB. VBCodeProvider,System" />

but i allways get an error msg
that assembly or namespace "System"
could not be found...
Where am i mistaking?
 
Lord,

Why not ask this question in the newsgroup

microsoft.public.dotnet.framework.aspnet

I hope this helps?

Cor
 
Back
Top