Discussion:
ASP.NET Deployment
(too old to reply)
Kyle A. Miller
2008-06-11 16:56:24 UTC
Permalink
How does one use an Intraweb ASP.NET application??

I use the wizard to create a .NET assembly. On the main form, I put the
"Hello world!" label. Compile, and I get a DLL. It's not an ISAPI DLL,
so I can't call it. There are no ASPX files. So how do I use this
assembly? (The default web.config is the app folder.)

I did not find anything useful in the manual or in searches.
Kyle A. Miller
2008-06-11 17:33:21 UTC
Permalink
Never mind. I figured out how to access. Now dealing with a new error.

Could not load type '@MetaTIWServer' from assembly 'Intraweb_90_100NET,
Version=1.0.2804.23999, Culture=neutral,
PublicKeyToken=da06f4653708d4da'.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Could not load type
'@MetaTIWServer' from assembly 'Intraweb_90_100NET,
Version=1.0.2804.23999, Culture=neutral,
PublicKeyToken=da06f4653708d4da'.

Source Error:


Line 21: { The IntrawebHandler class is responsible for dispatching
ASP.NET requests for new sessions }
Line 22:
Line 23: procedure IntrawebHandler.InitializeApplication;
Line 24: begin

Continue reading on narkive:
Loading...