I have a HTML page and I need it to invoke some methods defined by a .NET Class Library project.
For example, there is a list of blocked websites defined by the network administrator. When the user accesses a blocked website, a HTML error page is automatically thrown. I want this error page, when loaded, to call the "SomeFunction()" method, which is defined in the class library project.
Is that possible?