WebForm over Network Share

  • Thread starter Thread starter bryanrite
  • Start date Start date
B

bryanrite

I have been desperately trying to get this to work. I create a C# Web
App on the localhost (the only place i'm allowed to put it). Put an
arbitrary button or something in, compile it, run it... everything
works fine.
Copy the directory over to a network share, set up a virual directory
under my localhosts IIS so that it points to that network share and i
get an inclusion error:

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

Source Error:

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

Everyone says this error needs a recompile or its a namespace problem
but i have triple checked those.... just cant seem to load a webform
from a network share (console apps etc work fine)
 
thank you for replying, yes its marked as an app. If I remove
application, i get a permissions error:

Exception Details: System.Web.HttpException: Failed to start monitoring
changes

can't tell which one is closer to working? haha.
 
Back
Top