HELP!! Simple xcopy from XP pro to Win 2003 failing..

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default HELP!! Simple xcopy from XP pro to Win 2003 failing..

    Hi Everyone,

    I have been doing Development on WinXP Pro with IIS 5 and
    when I migrated my code to Win 2003 server with IIS 6. I
    cannot open a Database connection, Security Exception
    thrown on SQLConnection.Open.

    Whats even worse when I try to put a simple page with a
    button on it that does nothing .. I get 404 NOT FOUND
    page...

    PLEASE PLEASE help..

    Regards

    Mark
    Mark Guest

  2. Similar Questions and Discussions

    1. Simple Web Service Failing
      Hey All, I haven't really touched Web Services on CF since I first played with them when 6.0 came out. I am trying to generate a very BASIC...
    2. Simple questions for 2000 to 2003 upgrade
      Hey guys! Just a few simple questions about upgrading our network to 2003. We have 1 domain. I have 2 servers running 2000 sp4 in native mode acting...
    3. Simple Web Request failing with code 403 after several successful calls
      Hi, I have created a simple ASP.NET web service that I am testing with a Windows Form-based .NET application. The client application can make...
    4. xcopy
      i want to copy all files in c drive to other drive in dos.what command is appropriate to use.i used copy *.* but its not copying files in directory...
    5. XCOPY deployment of Crystal Report Generator VS.NET 2002-2003
      Hello, I've been using Visual Studio 2002 for a year now. We have just move to VS 2003, and Crystal Reports are proving to be a problem. I am...
  3. #2

    Default HELP!! Simple xcopy from XP pro to Win 2003 failing..

    Hi All,
    I managed to get IIS to serve a simple page by creating a
    new WebSite... must of been too many settings in the
    Default Web Site....

    Now I still have the fact the it cannot find teh SQL
    server... but hey its on the same machine...

    When I use the same connection string with a win app and
    it works...


    Any Hints

    Thanks

    Mark

    >-----Original Message-----
    >Hi Everyone,
    >
    >I have been doing Development on WinXP Pro with IIS 5
    and
    >when I migrated my code to Win 2003 server with IIS 6. I
    >cannot open a Database connection, Security Exception
    >thrown on SQLConnection.Open.
    >
    >Whats even worse when I try to put a simple page with a
    >button on it that does nothing .. I get 404 NOT FOUND
    >page...
    >
    >PLEASE PLEASE help..
    >
    >Regards
    >
    >Mark
    >.
    >
    mark Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139