Re: ASP.Net newbie

From: Earl (brikshoe)
Date: 05/01/04


Date: Sat, 1 May 2004 02:30:03 -0500

This was precisely the direction I needed to get off the ground Chris. Very
helpful. The dll was NOT registered. Thanks much.

"Chris Moore" <cmoore@online.microsoft.com> wrote in message
news:uOwVuOwLEHA.2360@cpmsftngxa10.phx.gbl...
> You will need to register the aspnet_isapi dll in IIS before you can
> develop web applications, even after installing the .NET Framework. This
> is done by calling:
> %windir%\microsoft.net\framework\v1.1.4322\aspnet_regiis -i
>
> You can check to see whether your system is set up properly by launching
> inetmgr. In the tree view, open up the default web site, right click it,
> and select properties. On the window that comes up, go to the "Home
> Directory" tab and click the "Configuration" button. Under your
> application mappings, you should see that .aspx extensions (as well as
> others) are mapped to
> %windir%\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll.
>
> Chris
>
>
>
> --------------------
> >From: "Earl" <brikshoe<at>comcast<.>net>
> >Subject: ASP.Net newbie
> >Date: Fri, 30 Apr 2004 11:07:45 -0500
> >Lines: 17
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> >Message-ID: <OIbeP2sLEHA.128@TK2MSFTNGP09.phx.gbl>
> >Newsgroups: microsoft.public.dotnet.framework.aspnet
> >NNTP-Posting-Host: pcp02482226pcs.spedwy01.in.comcast.net 68.57.249.69
> >Path:
>
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
> phx.gbl
> >Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet:230269
> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >I'm not an ASP developer but having a VS Architect license, I decided to
> get
> >some more use out of the tools besides just developing Windows Forms
apps.
> >So I fired up the IDE and tried to create a new ASP.Net Web application.
> >Somewhat instantly I got the message:
> >
> >"Visual Studio .Net has detected that the specified Web server is not
> >running ASP.Net version 1.1. You will be unable to run ASP.Net Web
> >applications or services."
> >
> >Beyond instantly thinking that perhaps Microsoft is risk-averse to
writing
> >other than cryptic messages, I reconsidered my idea of learning ASP. Two
> >beers later, I reconsidered again. Well, I have the 1.1 Framework
installed
> >(version 1.1.4322) and the IDE is version 7.1.3088. I have all of IIS
> >installed and all of the Windows Updates in place. Is there some other
> patch
> >or configuration that I'm overlooking?
> >
> >
> >
>