C
CES
All,
I'm having a problem running a Web Application (using vb.net), I receive a
Parser Error Message: Could not load type 'WebApplication1.Global', when
ever I attempt to start the Web Application.
I've been able to narrow it down to a security problem because when I moved
the Web Application to Fat32 drive, the problem went away ( the WebApp also
works on my production site that is maintained on my ISP) . so it is a
security problem!!!
I've added permissions for both the "aspnet_wp account" and "Internet Guest
Account" (granting full access to both accounts) to the following
directories:
D:\Inetpub\wwwroot
D:\Inetpub\wwwroot\WebApplication1
D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
But I'm still getting the error. Can anyone think of another place where
permissions need to be changed / added???
CES
I'm having a problem running a Web Application (using vb.net), I receive a
Parser Error Message: Could not load type 'WebApplication1.Global', when
ever I attempt to start the Web Application.
I've been able to narrow it down to a security problem because when I moved
the Web Application to Fat32 drive, the problem went away ( the WebApp also
works on my production site that is maintained on my ISP) . so it is a
security problem!!!
I've added permissions for both the "aspnet_wp account" and "Internet Guest
Account" (granting full access to both accounts) to the following
directories:
D:\Inetpub\wwwroot
D:\Inetpub\wwwroot\WebApplication1
D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
But I'm still getting the error. Can anyone think of another place where
permissions need to be changed / added???
CES