Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: IIS and ASP.NET
It's not the machine that's not running ASP.Net 1.1; it's your web site.
Check the ISAPI mappings for your web site(s), and make sure that all
ASP.Net-related requests are being issued to the proper version of the
Framework.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Jennifer" <judyhou@yahoo.com> wrote in message
news:%23bwUK6BXDHA.1384@TK2MSFTNGP10.phx.gbl...NOT> Hi everyone,
>
> We started our ASP.net project with the .NET 2003 beta version and later
> upgraded to .NET 2003. It's wierd on my machine now: I can continue to
> develop and run the existing application without errors. However, I canmessage> create a new project/web service. Each time I tried I got the errorVisual> saying that the web server has detected that the machine is NOT runing
> ASP.NET 1.1, and therefore can not run ASP.net applications. Any idea? I
> suspect that there may be a configuration file get mess up? Could that be
> the upgrade (I doult, I have uninstalled, then re-install from fresh> Studio.NET), or from internet mail?
>
> Thank you.
> --Jennifer
>
>
>
>
>
Kevin Spencer Guest
-
Tibby #2
Re: IIS and ASP.NET
try running aspnet_regiis -c from the
c:\WINNT\Microsoft.NET\Framework\v1.1.4322 directory. This should fix your
ISAPI mappings.
"Jennifer" <judyhou@yahoo.com> wrote in message
news:#bwUK6BXDHA.1384@TK2MSFTNGP10.phx.gbl...NOT> Hi everyone,
>
> We started our ASP.net project with the .NET 2003 beta version and later
> upgraded to .NET 2003. It's wierd on my machine now: I can continue to
> develop and run the existing application without errors. However, I canmessage> create a new project/web service. Each time I tried I got the errorVisual> saying that the web server has detected that the machine is NOT runing
> ASP.NET 1.1, and therefore can not run ASP.net applications. Any idea? I
> suspect that there may be a configuration file get mess up? Could that be
> the upgrade (I doult, I have uninstalled, then re-install from fresh> Studio.NET), or from internet mail?
>
> Thank you.
> --Jennifer
>
>
>
>
>
Tibby Guest



Reply With Quote

