J
jason
Hello - pardon the newbie question.
I have an asp.net page that imports custom vb namespace/class from a
vb compiled dll. The code works great when I call the page via the
full IP address and path over the net. IE
http://123.456.789/my/house/go4it.aspx
I've since created a dns A record point to that same server and set up
an IIS header pointing to the same web directory. All my other pages
work fine, except any that imports my custom
namespace/classes/functions:
<%@ Import namespace="mystuff"%>
The error I get error is about webconfig (which has to do with trying
to remotely display debug info. Of course i try the remote call from
server itself the code just works (I guess no issue resolving is why).
The VB source creating the source just has a few imports, the
namespace entry and a few classes/functions. All that code has worked
perfectly until I introduced domain/subdomains.
Thanks for any help or information.
I have an asp.net page that imports custom vb namespace/class from a
vb compiled dll. The code works great when I call the page via the
full IP address and path over the net. IE
http://123.456.789/my/house/go4it.aspx
I've since created a dns A record point to that same server and set up
an IIS header pointing to the same web directory. All my other pages
work fine, except any that imports my custom
namespace/classes/functions:
<%@ Import namespace="mystuff"%>
The error I get error is about webconfig (which has to do with trying
to remotely display debug info. Of course i try the remote call from
server itself the code just works (I guess no issue resolving is why).
The VB source creating the source just has a few imports, the
namespace entry and a few classes/functions. All that code has worked
perfectly until I introduced domain/subdomains.
Thanks for any help or information.