Scenario:

Win2003 webServer
Win2003 SQL DBserver
Both same domain
.NETframework 1.1

IIS virtual directory "/HAS" on webServer points to physical code (including
"bin" directory) on DBserver network share (i.e. \\hasdevdb1\has)

When browse to http://localhost/has on webServer I get the
error:

Parser Error Message: Could not load type 'ASPNET.StarterKit.Portal.Global'.
Source Error:

Line 1: <%@ Application Codebehind="Global.asax.cs"
Inherits="ASPNET.StarterKit.Portal.Global" %>
Source File: \\dev121\PortalCSVS\global.asax Line: 1


Additinoal info:

- no errors if the exact same code is local to webServer (i.e. directory on
this computer instead of network share).
- get same type error with even the simplest project "<%@ Application
Codebehind="Global.asax.cs" Inherits="webForm1.global" %>
- the following does NOT work...

- compile it as a Release build using Rebuild instead of just Build.
- Check rights for your /bin folder (I gave wide open rights and still
didn't work)
- adding a reference to the dll within the project
- adding a "using ASPNET.StarterKit.Portal" to the global.aspx.cs
- regsvr32 ASPNETPortal.dll
- Deleting the <%Application Codebehind="Global.asax.cs"
Inherits="ASPNET.StarterKit.Portal.Global%> from the global.asax
- deleting the global.asax file

Please help.

Re: Application Codebehind="Global.asax.cs" Inherits="ASPNET.StarterKi by Ken

Ken
Fri Feb 04 00:20:47 CST 2005

What user context is the w3wp.exe running under?

Cheers
Ken

"Patrick Tronnier" <PatrickTronnier@discussions.microsoft.com> wrote in
message news:7E768501-6C9D-47BF-9A70-47594A6EA95C@microsoft.com...
> Scenario:
>
> Win2003 webServer
> Win2003 SQL DBserver
> Both same domain
> .NETframework 1.1
>
> IIS virtual directory "/HAS" on webServer points to physical code
> (including
> "bin" directory) on DBserver network share (i.e. \\hasdevdb1\has)
>
> When browse to http://localhost/has on webServer I get the
> error:
>
> Parser Error Message: Could not load type
> 'ASPNET.StarterKit.Portal.Global'.
> Source Error:
>
> Line 1: <%@ Application Codebehind="Global.asax.cs"
> Inherits="ASPNET.StarterKit.Portal.Global" %>
> Source File: \\dev121\PortalCSVS\global.asax Line: 1
>
>
> Additinoal info:
>
> - no errors if the exact same code is local to webServer (i.e. directory
> on
> this computer instead of network share).
> - get same type error with even the simplest project "<%@ Application
> Codebehind="Global.asax.cs" Inherits="webForm1.global" %>
> - the following does NOT work...
>
> - compile it as a Release build using Rebuild instead of just Build.
> - Check rights for your /bin folder (I gave wide open rights and still
> didn't work)
> - adding a reference to the dll within the project
> - adding a "using ASPNET.StarterKit.Portal" to the global.aspx.cs
> - regsvr32 ASPNETPortal.dll
> - Deleting the <%Application Codebehind="Global.asax.cs"
> Inherits="ASPNET.StarterKit.Portal.Global%> from the global.asax
> - deleting the global.asax file
>
> Please help.
>



Re: Application Codebehind="Global.asax.cs" Inherits="ASPNET.Start by PatrickTronnier

PatrickTronnier
Fri Feb 04 07:27:04 CST 2005

I have tried the ASP.net, IUSR domain account, and a domain administer
account. None have worked.

"Ken Schaefer" wrote:

> What user context is the w3wp.exe running under?
>
> Cheers
> Ken
>
> "Patrick Tronnier" <PatrickTronnier@discussions.microsoft.com> wrote in
> message news:7E768501-6C9D-47BF-9A70-47594A6EA95C@microsoft.com...
> > Scenario:
> >
> > Win2003 webServer
> > Win2003 SQL DBserver
> > Both same domain
> > .NETframework 1.1
> >
> > IIS virtual directory "/HAS" on webServer points to physical code
> > (including
> > "bin" directory) on DBserver network share (i.e. \\hasdevdb1\has)
> >
> > When browse to http://localhost/has on webServer I get the
> > error:
> >
> > Parser Error Message: Could not load type
> > 'ASPNET.StarterKit.Portal.Global'.
> > Source Error:
> >
> > Line 1: <%@ Application Codebehind="Global.asax.cs"
> > Inherits="ASPNET.StarterKit.Portal.Global" %>
> > Source File: \\dev121\PortalCSVS\global.asax Line: 1
> >
> >
> > Additinoal info:
> >
> > - no errors if the exact same code is local to webServer (i.e. directory
> > on
> > this computer instead of network share).
> > - get same type error with even the simplest project "<%@ Application
> > Codebehind="Global.asax.cs" Inherits="webForm1.global" %>
> > - the following does NOT work...
> >
> > - compile it as a Release build using Rebuild instead of just Build.
> > - Check rights for your /bin folder (I gave wide open rights and still
> > didn't work)
> > - adding a reference to the dll within the project
> > - adding a "using ASPNET.StarterKit.Portal" to the global.aspx.cs
> > - regsvr32 ASPNETPortal.dll
> > - Deleting the <%Application Codebehind="Global.asax.cs"
> > Inherits="ASPNET.StarterKit.Portal.Global%> from the global.asax
> > - deleting the global.asax file
> >
> > Please help.
> >
>
>
>