Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: help setting up local copy. compile errlr

  1. #1
    lightbox is offline Junior Member
    Join Date
    Apr 2010
    Posts
    6

    Default help setting up local copy. compile errlr

    I am experiencing an error setting up a local copy. Attached is an image of the error.
    I have set the correct permissions for the Images folder per the instructions.
    Thank you for your help.
    Attached Images Attached Images  

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    What were you trying to do when that error occurred? Looks like it's an "access denied" error to asp.net temp files.

  3. #3
    lightbox is offline Junior Member
    Join Date
    Apr 2010
    Posts
    6

    Default

    I was just trying to launch the local site after setting up the SQL and the IIS.
    http://localhost/xxxx
    and I get compilation error

    Line 118 in in RED
    Line 116: }
    Line 117:
    Line 118: protected System.Web.Profile.DefaultProfile Profile {
    Line 119: get {
    Line 120: return ((System.Web.Profile.DefaultProfile)(this.Context. Profile));

    Line 124 in in RED
    Line 122: }
    Line 123:
    Line 124: protected ASP.global_asax ApplicationInstance {
    Line 125: get {
    Line 126: return ((ASP.global_asax)(this.Context.ApplicationInstanc e));