ASP.NET not set up properly

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

  1. #1

    Default Re: ASP.NET not set up properly

    BHale,
    Make sure to run the aspnet_regiis.exe in the correct directory
    e.g.
    Open up the Visual Studio .NET 2003 Command Prompt
    Then type in the following:
    CD C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    Aspnet_regiis -i

    --

    Thanks,
    Carl Prothman
    Microsoft ASP.NET MVP
    [url]http://www.able-consulting.com[/url]


    "BHale" <bhale@dfginc.com> wrote in message news:0b1801c3604d$6ac92020$a001280a@phx.gbl...
    > I have recently purchased Visual Studio .NET 2003 and am
    > having a difficult time setting it up. Whenever I attempt
    > to begin a new ASP.NET Web Application project I get an
    > error message saying that ASP.NET version 1.1 is not
    > running on the web server. I have run the
    > aspnet_regiis.exe with the -i switch about a dozen times
    > and have registered the dll file also. This doesn't help
    > as I get the same message over and over.
    > I am running Windows 2000 Pro with IIS 5.0 with the latest
    > Frontpage extensions.
    > Can someone offer a suggestion to get me started?
    > Thanks,
    >
    > BHale

    Carl Prothman [MVP] Guest

  2. Similar Questions and Discussions

    1. XML loads properly in .SWF but not in .AS
      I have the following script which works jim-dandy when implimented as a frame script in my .swf, but I don't want it there, I want it in a class...
    2. Not working properly...
      For some reason the playing has whited out some images ont he flash games I play. For example walls will be white, or sometimes the entire...
    3. 3.1 won't install properly
      After I unzipped the 3.1 updater, an error message comes up telling me I need to find the path for a folder containing contribute3.msi. "The...
    4. AI8.0 not working properly with new mac. HELP!
      I just installed AI 8.0 on my new emac with os 10.2 and the tools don't all show up in the tool box. I can't draw rectangles or any other shape. I...
    5. Could someone tell me if this will render properly
      I think my lack of knowledge is coming out here. What is IR HTML code. And what specifically is wrong with my text styles? Yes, Josh, i will...
  3. #2

    Default Re: ASP.NET not set up properly

    Carl,

    I verified that it was the correct directory (just exactly
    as you wrote except "winnt" instead of "windows") and it
    still doesn't work.
    This is frustrating!!
    Thank you for your input, though.

    Brent
    >-----Original Message-----
    >BHale,
    >Make sure to run the aspnet_regiis.exe in the correct
    directory
    >e.g.
    >Open up the Visual Studio .NET 2003 Command Prompt
    >Then type in the following:
    > CD C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    > Aspnet_regiis -i
    >
    >--
    >
    >Thanks,
    >Carl Prothman
    >Microsoft ASP.NET MVP
    >[url]http://www.able-consulting.com[/url]
    >
    >
    >"BHale" <bhale@dfginc.com> wrote in message
    news:0b1801c3604d$6ac92020$a001280a@phx.gbl...
    >> I have recently purchased Visual Studio .NET 2003 and am
    >> having a difficult time setting it up. Whenever I
    attempt
    >> to begin a new ASP.NET Web Application project I get an
    >> error message saying that ASP.NET version 1.1 is not
    >> running on the web server. I have run the
    >> aspnet_regiis.exe with the -i switch about a dozen times
    >> and have registered the dll file also. This doesn't help
    >> as I get the same message over and over.
    >> I am running Windows 2000 Pro with IIS 5.0 with the
    latest
    >> Frontpage extensions.
    >> Can someone offer a suggestion to get me started?
    >> Thanks,
    >>
    >> BHale
    >
    >
    >.
    >
    BHale Guest

  4. #3

    Default Re: ASP.NET not set up properly

    Hi Brent,

    What a pain! Are you sure that IIS is functioning on the machine? Can you
    browse to [url]http://localhost[/url] and get anything at all? What does running iisreset
    from the VS.NET command prompt produce?

    Don't forget that VS.NET comes with telephone support from Microsoft. If you
    can't get going, you might want to end aggravation and make a call.

    Ken

    --
    Microsoft MVPs have a question for *you*: Are you patched against the Worm?
    [url]http://www.microsoft.com/security/security_bulletins/ms03-026.asp[/url]



    "BHale" <bhale@dfginc.com> wrote in message
    news:072401c36067$e7aa6df0$a301280a@phx.gbl...
    Carl,

    I verified that it was the correct directory (just exactly
    as you wrote except "winnt" instead of "windows") and it
    still doesn't work.
    This is frustrating!!
    Thank you for your input, though.

    Brent
    >-----Original Message-----
    >BHale,
    >Make sure to run the aspnet_regiis.exe in the correct
    directory
    >e.g.
    >Open up the Visual Studio .NET 2003 Command Prompt
    >Then type in the following:
    > CD C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    > Aspnet_regiis -i
    >
    >--
    >
    >Thanks,
    >Carl Prothman
    >Microsoft ASP.NET MVP
    >[url]http://www.able-consulting.com[/url]
    >
    >
    >"BHale" <bhale@dfginc.com> wrote in message
    news:0b1801c3604d$6ac92020$a001280a@phx.gbl...
    >> I have recently purchased Visual Studio .NET 2003 and am
    >> having a difficult time setting it up. Whenever I
    attempt
    >> to begin a new ASP.NET Web Application project I get an
    >> error message saying that ASP.NET version 1.1 is not
    >> running on the web server. I have run the
    >> aspnet_regiis.exe with the -i switch about a dozen times
    >> and have registered the dll file also. This doesn't help
    >> as I get the same message over and over.
    >> I am running Windows 2000 Pro with IIS 5.0 with the
    latest
    >> Frontpage extensions.
    >> Can someone offer a suggestion to get me started?
    >> Thanks,
    >>
    >> BHale
    >
    >
    >.
    >

    Ken Cox [Microsoft MVP] Guest

  5. #4

    Default Re: ASP.NET not set up properly

    Ken, Carl,

    Thank you both for your suggestions. I have now resolved
    the issue by removing and reinstalling IIS. (I must have
    messed with the settings too much upon first install. I am
    my own worst enemy sometimes) Anyway, I appreciate your
    help.

    Brent.

    >-----Original Message-----
    >Hi Brent,
    >
    >What a pain! Are you sure that IIS is functioning on the
    machine? Can you
    >browse to [url]http://localhost[/url] and get anything at all? What
    does running iisreset
    >from the VS.NET command prompt produce?
    >
    >Don't forget that VS.NET comes with telephone support
    from Microsoft. If you
    >can't get going, you might want to end aggravation and
    make a call.
    >
    >Ken
    >
    >--
    >Microsoft MVPs have a question for *you*: Are you patched
    against the Worm?
    >[url]http://www.microsoft.com/security/security_bulletins/ms03-[/url]
    026.asp
    >
    >
    >
    >"BHale" <bhale@dfginc.com> wrote in message
    >news:072401c36067$e7aa6df0$a301280a@phx.gbl...
    >Carl,
    >
    >I verified that it was the correct directory (just exactly
    >as you wrote except "winnt" instead of "windows") and it
    >still doesn't work.
    >This is frustrating!!
    >Thank you for your input, though.
    >
    >Brent
    >
    >>-----Original Message-----
    >>BHale,
    >>Make sure to run the aspnet_regiis.exe in the correct
    >directory
    >>e.g.
    >>Open up the Visual Studio .NET 2003 Command Prompt
    >>Then type in the following:
    >> CD C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    >> Aspnet_regiis -i
    >>
    >>--
    >>
    >>Thanks,
    >>Carl Prothman
    >>Microsoft ASP.NET MVP
    >>[url]http://www.able-consulting.com[/url]
    >>
    >>
    >>"BHale" <bhale@dfginc.com> wrote in message
    >news:0b1801c3604d$6ac92020$a001280a@phx.gbl...
    >>> I have recently purchased Visual Studio .NET 2003 and
    am
    >>> having a difficult time setting it up. Whenever I
    >attempt
    >>> to begin a new ASP.NET Web Application project I get an
    >>> error message saying that ASP.NET version 1.1 is not
    >>> running on the web server. I have run the
    >>> aspnet_regiis.exe with the -i switch about a dozen
    times
    >>> and have registered the dll file also. This doesn't
    help
    >>> as I get the same message over and over.
    >>> I am running Windows 2000 Pro with IIS 5.0 with the
    >latest
    >>> Frontpage extensions.
    >>> Can someone offer a suggestion to get me started?
    >>> Thanks,
    >>>
    >>> BHale
    >>
    >>
    >>.
    >>
    >
    >
    >.
    >
    bhale 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