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?
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?