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

  1. #1

    Default IbuySpy Store Setup

    i have downloaded the IbuySpy development kit (NOT VS.NET
    VERSION) from [url]www.asp.net[/url] and try to set up the web
    portal. i have succesfully setting up the web portal in 2
    PCs (one is Win 2K Professional and another is Windows XP
    Professional) ... but yesterday, when i tried to set up
    the portal in another PC(Third PC - windows XP Prof), and
    browse it with [url]http://localhost/storeVB[/url] (i create a
    virtual directory to point to physical directory and it
    works fine for the previous 2 attempts), it fails with
    error "You are not authorized to view the page - HTTP
    Error 403 - Forbidden", but things become more horrible
    when i try to
    browse "http://localhost/storeVB/Default.aspx", what
    happened is that the whole source codes of default.aspx
    displayed in the browser (IE 6), that means the user can
    see the whole source codes for default.aspx using browser.
    It's a very terrible experience, please help . thanks.
    Machi Guest

  2. Similar Questions and Discussions

    1. Page setup/paper setup
      Hi I use Freehand MXa in MacOSX 13.2. I wonder, does Freehands own paper setup (in print dialog box) owerride all paper setup settings.(In...
    2. Where to store your salt
      Reviewing the code in "Building Secure Microsoft ASP.NET Applications" for hashing passwords with salt, I see that the salt is stored in the same...
    3. Online store
      can anybody give me some clues about how to create web computer store,links to find some codes or ......
    4. Newbie question (IBuySpy)
      Trying to build my site based on this example. On This line I get error: <%@ import Namespace="ASPNetPortal" %> I found .cs file with this...
    5. IBuySpy Question
      When adding a new control to the IBuySpy portal, assuming that the control is written using the Codebehind model, Would you need to compile their...
  3. #2

    Default Re: IbuySpy Store Setup

    Sounds like ASP.Net is not installed or is corrupt on the XP box. Run the
    following command:

    c:\winnt\microsoft.net\framework\[version number]\aspnet_regiis.exe -i

    This will install ASP.Net. If you have both 1.0 and 1.1 frameworks, do not
    run that command since it upgrades all virtual directories!

    fadi

    "Machi" <pangts@yahoo.com> wrote in message
    news:057c01c33b7d$966cf660$a501280a@phx.gbl...
    > i have downloaded the IbuySpy development kit (NOT VS.NET
    > VERSION) from [url]www.asp.net[/url] and try to set up the web
    > portal. i have succesfully setting up the web portal in 2
    > PCs (one is Win 2K Professional and another is Windows XP
    > Professional) ... but yesterday, when i tried to set up
    > the portal in another PC(Third PC - windows XP Prof), and
    > browse it with [url]http://localhost/storeVB[/url] (i create a
    > virtual directory to point to physical directory and it
    > works fine for the previous 2 attempts), it fails with
    > error "You are not authorized to view the page - HTTP
    > Error 403 - Forbidden", but things become more horrible
    > when i try to
    > browse "http://localhost/storeVB/Default.aspx", what
    > happened is that the whole source codes of default.aspx
    > displayed in the browser (IE 6), that means the user can
    > see the whole source codes for default.aspx using browser.
    > It's a very terrible experience, please help . thanks.

    fadi 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