ASP.NET Application on Remote Share



Hi all,

I'm running a Win2003 server w/ IIS 6. The home directory of the
website is on a network share. I successfully host html pages and asp
apps. However, when it comes to ASP.Net web app, I'm having problems.

I believe my permissions are set correctly; however, I don't know too
much about setting up "full trust" or anything like that. Furthermore,
the error message I get on my ASP.NET application doesn't intuitively
seem to point to a "trust" issue, but I can't be sure. The error
message is (from global.asax):

"Could not load type 'MyClass.Global'."

Now, the application is complied and the DLL is in the appropriate
spot. And, what's more, if I move the global.asax into the bin
directory where the DLL is, I get a different error indicating that the
global.asax processed just fine but the other aspx files that need
access to the DLL can't get to it (same "could not load type" kind of
error).

The app does seems to run correctly when I move the content back to the
local server, however.

I've been trying to read up on this but can't seem to find any
definitive answers. Can anyone help?

Thanks!

.



Relevant Pages

  • Re: DCOM Surrogates
    ... > believed it was possible to create a remote-server dll where I did not ... you're server has to be instantiated in a runnable process. ... but I am quite excited about this technology and what it ... then have to change the main app to accomodate it. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Desperate help
    ... Can you get around the problem by decompiling the dll, ... > I hav lost the source to the app, it hasnt needed changed in some time ... > exact) is now broken and cannot be changed server side. ... > the world NOT to use DEVPATH, I dont see it being an issue here, I ...
    (microsoft.public.dotnet.framework.clr)
  • Re: SP6 and problems with XML
    ... Would you know which DLL or OCX is causing the behaviour? ... > runtime on the production server. ... > test machine with the files you have on the server, ... when I compile my app and upload my DLL to my production app ...
    (microsoft.public.vb.enterprise)
  • Re: SP6 and problems with XML
    ... Would you know which DLL or OCX is causing the behaviour? ... > runtime on the production server. ... > test machine with the files you have on the server, ... when I compile my app and upload my DLL to my production app ...
    (microsoft.public.vb.bugs)
  • SP6 and problems with XML
    ... when I compile my app and upload my DLL to my production app ... resides on the app server and is called from an ASP page on a separate ...
    (microsoft.public.vstudio.development)