[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Web server is running ASP.NET version 1.0

Joe

10/26/2003 4:11:00 AM

I have Microsoft .NET Framework 1.1 installed
and I am using Visual Studio .Net 2003. When
I try to start a new Project and select Visual
C# Projects, ASP.NET Mobile Web Application
and OK I get the Warning "Visual Studio .NET
has detected that the Web server is running ASP.NET
version 1.0". Why isn't it running 1.1? How can
I fix this?
1 Answer

jimblizz [ms]

11/3/2003 5:29:00 AM

0

Hi Joe,

Thanks for posting to the newsgroup.

You could try to re-register the 1.1 Framework with the web server by
executing "aspnet_regiis -i" from the command line, such as

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i

Your web server should be running 1.1 after you execute the command.

Hope this helps,
-bliz
--
Jim Blizzard, MCSD .NET
Community Developer Evangelist | http://www.microsoft.com/c...
Microsoft

Your Potential. Our Passion.

This posting is provided as is, without warranty, and confers no rights.

"Joe" <joessmall@comcast.net> wrote in message
news:3d0001c39b77$199f2720$7d02280a@phx.gbl...
> I have Microsoft .NET Framework 1.1 installed
> and I am using Visual Studio .Net 2003. When
> I try to start a new Project and select Visual
> C# Projects, ASP.NET Mobile Web Application
> and OK I get the Warning "Visual Studio .NET
> has detected that the Web server is running ASP.NET
> version 1.0". Why isn''t it running 1.1? How can
> I fix this?