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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top