CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Can't use debug

  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Question Can't run ASP in debug mode

    I have a ASP.NET project that I can run and use debug on my development PC just fine but have run into a problem debugging it on a server that I moved it to. I can open the ASP project on the server but cannot run it in debug mode, see the attached error message. I checked the config file and debug is set to True.
    Last edited by Jim Bassett; October 18th, 2004 at 08:59 AM. Reason: Forgot something

  2. #2
    Join Date
    Jul 2003
    Location
    Singapore
    Posts
    1,822

    Re: Can't run ASP in debug mode

    first off, there is no attached message,
    second, when u moved the application, did u create the default application for that virtual directory in IIS?
    HTH
    R. Thomas
    "Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made know to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus."Philippians 4:6-7
    "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18

  3. #3
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Question Can't use debug

    I moved an ASP.net project onto another PC with 2003 .NET and I can edit the project but I am not able to run it and use debug. The error I am getting is shown in the attachment.
    Attached Images Attached Images

  4. #4
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Re: Can't run ASP in debug mode

    Yes but it is a different name

  5. #5
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Unhappy Re: Can't use debug

    I have tried all the suggestions in the post http://www.codeguru.com/forum/showth...ighlight=debug

    but it still isn't working

  6. #6
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Can't use debug

    I think, there must be some problem with the project;s settings.

    check for Debugging tab in project properties. see output path. is debugging enabled at all? what is debugging type-> project or program?

    a simple solution is create another web project. see whether you can debug that project. and compare the settings... make changes... and enjoy...
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  7. #7
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: Can't use debug

    [merged threads]
    please avoid cross postings
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured