Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Clearcase with IIS 5.1 and ASP.NET?

Reply
Thread Tools

Clearcase with IIS 5.1 and ASP.NET?

 
 
Ed Dennison
Guest
Posts: n/a
 
      12-18-2003
I'm trying to use Clearcase to manage source for an ASP.NET
application. I believe that I have configured IIS properly and set up
my VS.NET solution and project files, but my pages do not work.

Specifically, when I try to load the page from a browser (or debugging
in VS.NET), I get this error page:

Parser Error Message: Could not load type 'srdm.Global'.

Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="srdm.Global" %>

If I place a plain old HTML file in the same directory, it loads fine
from a browser. My assumption is that IIS and/or ASP.NET cannot find,
open, or load the DLL that contains the object code from my compiled
Global.asax.cs file. I have rebuilt my application (deleting the dll)
numerous times but to no avail.

The application works perfectly when it is stored in a local disk
directory.

Has anyone out there successfully used ASP.NET + IIS 5.1 + Clearcase?

Thanks,
Ed
 
Reply With Quote
 
 
 
 
Ed Dennison
Guest
Posts: n/a
 
      01-09-2004
Not that anyone cares, but I found the answer to my problem to be that
the default setting for .NET security does not permit a .NET DLL to be
executed from a shared directory. When ASP.NET tried to invoke the
code in my application's DLL, it was unable to do so.

Setting the trust level for the local intranet to be "Full trust"
fixed the problem.
 
Reply With Quote
 
 
 
 
Hermit Dave
Guest
Posts: n/a
 
      01-09-2004
Ed....
okay i guess we're all busy with our own thing most of the times... but it
does certainly help knowing how someone sorted something...
its possible that one of us might face a similar problem.... (can never tell
when it might be useful)
Thanks for posting your comments back...

--
Regards,

HD

"Ed Dennison" <> wrote in message
news: om...
> Not that anyone cares, but I found the answer to my problem to be that
> the default setting for .NET security does not permit a .NET DLL to be
> executed from a shared directory. When ASP.NET tried to invoke the
> code in my application's DLL, it was unable to do so.
>
> Setting the trust level for the local intranet to be "Full trust"
> fixed the problem.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ruby and ClearCase... Cameron, Gemma (UK) Ruby 0 08-22-2006 09:08 AM
Comment Generation version Tag - WASD/ClearCase gilgantic Java 0 07-21-2005 12:08 AM
ClearCase 05.00 using ClearCase::CtCmd::exec crash perl 5.8.3 Maverick Ieong Perl Misc 1 11-24-2004 10:32 PM
Rational Clearcase API Ajay Singh Tomar Java 1 12-10-2003 01:43 PM
Using File::Copy with ClearCase Views Tony George Perl 1 11-14-2003 05:17 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57