Junior question, Please help

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

  1. #1

    Default Junior question, Please help

    Hi Folks,

    I installed Duwamish7.0 in my computer, if I run it in VS.NET, system asks
    me to download default.aspx as file. if I browse
    [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    default.aspx. how can i solve this problem? Thanks in advance!

    Kind regards,
    Guzj


    guzj Guest

  2. Similar Questions and Discussions

    1. newB question: related tables question
      hello i have a data base with 10 tables, i want to automaticaly creat a row in all of the tables wehen i create in the first one. normal table...
  3. #2

    Default Re: Junior question, Please help

    It sounds like Yyour ISAPI mappings for IIS are not correctly installed for
    ASP.Net. From the version directory of whatever version of the .Net
    framework you're running, run the following command-line command:

    aspnet_regiis -i

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "guzj" <guzj@sympatico.ca> wrote in message
    news:A_QTa.6852$1I5.812826@news20.bellglobal.com.. .
    > Hi Folks,
    >
    > I installed Duwamish7.0 in my computer, if I run it in VS.NET, system asks
    > me to download default.aspx as file. if I browse
    > [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    > default.aspx. how can i solve this problem? Thanks in advance!
    >
    > Kind regards,
    > Guzj
    >
    >

    Kevin Spencer Guest

  4. #3

    Default Re: Junior question, Please help

    "ASPNET_WP.EXE COULD NOT START " IN EVENT VIEWER

    "guzj" <guzj@sympatico.ca> wrote in message
    news:%IRTa.6886$1I5.818527@news20.bellglobal.com.. .
    > Great, that is the problem. but now I got another error like this:
    > ------------
    > Server Application Unavailable
    > The web application you are attempting to access on this web server is
    > currently unavailable. Please hit the "Refresh" button in your web
    browser
    > to retry your request.
    >
    > Administrator Note: An error message detailing the cause of this specific
    > request failure can be found in the application event log of the web
    server.
    > Please review this log entry to discover what caused this error to occur.
    >
    > ----------------
    >
    > what should I do now? appreciate for your help
    >
    >
    >
    > Guzj
    >
    >
    >
    > "Kevin Spencer" <kevin@takempis.com> wrote in message
    > news:OXq3vqeUDHA.2152@TK2MSFTNGP09.phx.gbl...
    > > It sounds like Yyour ISAPI mappings for IIS are not correctly installed
    > for
    > > ASP.Net. From the version directory of whatever version of the .Net
    > > framework you're running, run the following command-line command:
    > >
    > > aspnet_regiis -i
    > >
    > > --
    > > HTH,
    > >
    > > Kevin Spencer
    > > Microsoft MVP
    > > .Net Developer
    > > [url]http://www.takempis.com[/url]
    > > Big things are made up of
    > > lots of little things.
    > >
    > > "guzj" <guzj@sympatico.ca> wrote in message
    > > news:A_QTa.6852$1I5.812826@news20.bellglobal.com.. .
    > > > Hi Folks,
    > > >
    > > > I installed Duwamish7.0 in my computer, if I run it in VS.NET, system
    > asks
    > > > me to download default.aspx as file. if I browse
    > > > [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    > > > default.aspx. how can i solve this problem? Thanks in advance!
    > > >
    > > > Kind regards,
    > > > Guzj
    > > >
    > > >
    > >
    > >
    >
    >

    guzj Guest

  5. #4

    Default Re: Junior question, Please help

    Hi,

    Last time I got the "aspnet_wp.exe could not start" error, I just change the
    "username" to 'SYSTEM" then solved problem, but this time, no luck, why?

    I have two framework installed on same computer, one is 1.0.3705, another is
    1.1.4322

    Thank you.
    Guzj
    "Wim Hollebrandse" <wimATwimdows.com> wrote in message
    news:%23BM93seUDHA.1816@TK2MSFTNGP09.phx.gbl...
    > Run the following command from the VS.NET Command Prompt.
    >
    > aspnet_regiis -i
    >
    > That will install / repair the ISAPI mappings for ASP.NET extensions.
    >
    > Hope that helps.
    >
    > Regards,
    > Wim Hollebrandse
    > [url]http://www.wimdows.com[/url]
    > [url]http://www.wimdows.net[/url]
    >
    > "guzj" <guzj@sympatico.ca> wrote in message
    > news:A_QTa.6852$1I5.812826@news20.bellglobal.com.. .
    > > Hi Folks,
    > >
    > > I installed Duwamish7.0 in my computer, if I run it in VS.NET, system
    asks
    > > me to download default.aspx as file. if I browse
    > > [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    > > default.aspx. how can i solve this problem? Thanks in advance!
    > >
    > > Kind regards,
    > > Guzj
    > >
    > >
    >
    >

    guzj Guest

  6. #5

    Default Re: Junior question, Please help

    after restart my computer, It works now, thanks guys

    Guzj

    "guzj" <guzj@sympatico.ca> wrote in message
    news:wfSTa.6900$1I5.822768@news20.bellglobal.com.. .
    > Hi,
    >
    > Last time I got the "aspnet_wp.exe could not start" error, I just change
    the
    > "username" to 'SYSTEM" then solved problem, but this time, no luck, why?
    >
    > I have two framework installed on same computer, one is 1.0.3705, another
    is
    > 1.1.4322
    >
    > Thank you.
    > Guzj
    > "Wim Hollebrandse" <wimATwimdows.com> wrote in message
    > news:%23BM93seUDHA.1816@TK2MSFTNGP09.phx.gbl...
    > > Run the following command from the VS.NET Command Prompt.
    > >
    > > aspnet_regiis -i
    > >
    > > That will install / repair the ISAPI mappings for ASP.NET extensions.
    > >
    > > Hope that helps.
    > >
    > > Regards,
    > > Wim Hollebrandse
    > > [url]http://www.wimdows.com[/url]
    > > [url]http://www.wimdows.net[/url]
    > >
    > > "guzj" <guzj@sympatico.ca> wrote in message
    > > news:A_QTa.6852$1I5.812826@news20.bellglobal.com.. .
    > > > Hi Folks,
    > > >
    > > > I installed Duwamish7.0 in my computer, if I run it in VS.NET, system
    > asks
    > > > me to download default.aspx as file. if I browse
    > > > [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    > > > default.aspx. how can i solve this problem? Thanks in advance!
    > > >
    > > > Kind regards,
    > > > Guzj
    > > >
    > > >
    > >
    > >
    >
    >

    guzj Guest

  7. #6

    Default Re: Junior question, Please help

    Run the following command from the VS.NET Command Prompt.

    aspnet_regiis -i

    That will install / repair the ISAPI mappings for ASP.NET extensions.

    Hope that helps.

    Regards,
    Wim Hollebrandse
    [url]http://www.wimdows.com[/url]
    [url]http://www.wimdows.net[/url]

    "guzj" <guzj@sympatico.ca> wrote in message
    news:A_QTa.6852$1I5.812826@news20.bellglobal.com.. .
    > Hi Folks,
    >
    > I installed Duwamish7.0 in my computer, if I run it in VS.NET, system asks
    > me to download default.aspx as file. if I browse
    > [url]http://localhost/duwamish7vb[/url] then system shows me the actually code in
    > default.aspx. how can i solve this problem? Thanks in advance!
    >
    > Kind regards,
    > Guzj
    >
    >

    Wim Hollebrandse 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