Link to home
Start Free TrialLog in
Avatar of rourkas1
rourkas1

asked on

Visual Studio .NET has detected that the web server is running ASP.NETversion 1.0

When I try to create a new ASP.NET web application I get the following error

Visual Studio .NET has detected that the web server is running ASP.NETversion 1.0, the web application you are creating or opening can be configured to be compliant with ASP.NET1.0.

However the application will not be able to use new features from ASP.NET 1.1

What do you want to do?

*Do not open the application, I will upgrade ASP.NET on the server to the latsest version before proceeding(reccomended).

*Make the application compliant with ASP.NET version 1.0.
Avatar of praneetha
praneetha

Avatar of rourkas1

ASKER

praneetha tried the commands listed on http://support.microsoft.com/default.aspx?scid=kb;en-us;306005&Product=aspnet
 but still reciving the message
 
I would try to completely uninstall and reinstall both the framework and ASP.NET

Regards,

Aeros
use aspnet_regiis.exe

from a command prompt

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

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

Also, Clear the VSCache.
did it say regiis succeeded...
Praneetha yes
try restarting the machine and see if that's any help
Netjkus

did this but still no go

di notice that under the framwork directory there is a v1.0.3705 directory as well as a v1.1.4322 ???
in my internet information services I can't start my default web site comes up with address allredy in use ??
use  v1.1.4322 .....

type in localhost in Ie and see what it yields...

and then type the Ip address in Ie and check what it shows...

praneetha I don't follow you????
restart didn't work.
oh i c localhost and the ip go to the same page
This wouldn't be anything to do with uninstalling/unregistering v1.0 ?????
>>>I can't start my default web site comes up with address allredy in use

what exactly u were trying to do there....
is this the fresh install of visualstudio.net framework / IDE...

or did u allready have something and u tried to update it
Would you suggest a complete reinstall ???

starting of the default web site I thought this may have been another affect.
well i guess may be

 Uninstall both the framework and the ide, then reinstall the IDE first and then the framework (1.1).
or just try uninstalling framework and reinstalling and see if it is of any help.
Project --> Properties --> Project Property Pages dialog -->

Common Properties -->General --> Application -->Supported Runtimes

Click the ellipsis (…) button to open the .NET Framework Version dialog box.

What is the default ASP.NET version there ??
This probelm seems to have been due to an install of oracle which was running apache ...stopped apache now all ok...
self answered question...refund

Aeros
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial