473,325 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

Asp version 1.1 and VS.net 2003

ian
Hi,

I've seen similar posts to this question but cannot find a solution for my
Server.

I'm trying to open a new web project in VS.NET 2003 but I get the error
"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".

Server : Win2k advanced sp4
..NET framework : 1.1

I've tried running "Aspnet_regiis.exe -i " from the correct .NET framework
folder, which doesn't throw any errors, but still get the error.
What else can I try?

TIA
Ian
Nov 17 '05 #1
5 1634
Try downloading the framework and reinstalling it.

--
Philip Q
Microsoft MVP [ASP.NET]
http://aspalliance.com/wisemonk/

"ian" <ia*@net.com> wrote in message
news:O3**************@TK2MSFTNGP11.phx.gbl...
Hi,

I've seen similar posts to this question but cannot find a solution for my
Server.

I'm trying to open a new web project in VS.NET 2003 but I get the error
"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".

Server : Win2k advanced sp4
.NET framework : 1.1

I've tried running "Aspnet_regiis.exe -i " from the correct .NET framework
folder, which doesn't throw any errors, but still get the error.
What else can I try?

TIA
Ian


Nov 17 '05 #2
ian
OK, I've just uninstalled the framework and re-installed it. No change. Any
more ideas?
"ian" <ia*@net.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
reinstalling vs.net or just the framework?
"Philip Q [MVP]" <wi******@mvps.org> wrote in message
news:Ox**************@TK2MSFTNGP10.phx.gbl...
Try downloading the framework and reinstalling it.

--
Philip Q
Microsoft MVP [ASP.NET]
http://aspalliance.com/wisemonk/

"ian" <ia*@net.com> wrote in message
news:O3**************@TK2MSFTNGP11.phx.gbl...
Hi,

I've seen similar posts to this question but cannot find a solution for
my
Server.

I'm trying to open a new web project in VS.NET 2003 but I get the
error "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".

Server : Win2k advanced sp4
.NET framework : 1.1

I've tried running "Aspnet_regiis.exe -i " from the correct .NET

framework folder, which doesn't throw any errors, but still get the error.
What else can I try?

TIA
Ian


Nov 17 '05 #3
The error message is confusing. You are running .Net 1.1, using VS.Net 2003
(which uses version 1.1) and your web server is mapped to use version 1.1.
The only thing I can think of is that you might accidentally be using VS.Net
2002. I have both versions on my machine, and 2 desktop shortcuts, and it
sometimes takes me a minute to figure out which is which. Is that possible?
Have you checked Help/About?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.

"ian" <ia*@net.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
The ISAPI mappings are to the 1.1 version.

Any more ideas?

TIA
Ian
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:Ot**************@TK2MSFTNGP10.phx.gbl...
You could always manually change the ISAPI mappings in your web server.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.

"ian" <ia*@net.com> wrote in message
news:eJ**************@TK2MSFTNGP12.phx.gbl...
OK, I've just uninstalled the framework and re-installed it. No change.
Any
more ideas?
"ian" <ia*@net.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> reinstalling vs.net or just the framework?
>
>
> "Philip Q [MVP]" <wi******@mvps.org> wrote in message
> news:Ox**************@TK2MSFTNGP10.phx.gbl...
> > Try downloading the framework and reinstalling it.
> >
> > --
> > Philip Q
> > Microsoft MVP [ASP.NET]
> > http://aspalliance.com/wisemonk/
> >
> > "ian" <ia*@net.com> wrote in message
> > news:O3**************@TK2MSFTNGP11.phx.gbl...
> > > Hi,
> > >
> > > I've seen similar posts to this question but cannot find a solution for
> my
> > > Server.
> > >
> > > I'm trying to open a new web project in VS.NET 2003 but I get
the error
> > > "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".
> > >
> > > Server : Win2k advanced sp4
> > > .NET framework : 1.1
> > >
> > > I've tried running "Aspnet_regiis.exe -i " from the correct .NET
> framework
> > > folder, which doesn't throw any errors, but still get the error.
> > > What else can I try?
> > >
> > > TIA
> > > Ian
> > >
> > >
> >
>
>



Nov 17 '05 #4
Hi Ian,

Did you find any solution to this problem, because even I am facing
the same problem.

Thanks,
Kamal
"ian" <ia*@net.com> wrote in message news:<ea**************@TK2MSFTNGP10.phx.gbl>...
Hi Bill

thanks for the message.
I cannot get to my local web using http://localhost/ or my computer name
but my website is running OK externally. Is it looking for a default website
on IIS?

Ian

BTW Kevin - yes I'm running VS.NET 2003

"Bill Bolte" <me@billbolte.com> wrote in message
news:eu**************@tk2msftngp13.phx.gbl...
i've been fighting this for a couple of days as well. just found that

vs.net
doesn't like it when i have "localhost" in the asp.net application url. if

i
use the computer name, it works fine. i also can't get to my local web by
using http://localhost/, i have to use my computer name. might give this a
try.
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:ut****************@tk2msftngp13.phx.gbl...
The error message is confusing. You are running .Net 1.1, using VS.Net 2003 (which uses version 1.1) and your web server is mapped to use version 1.1. The only thing I can think of is that you might accidentally be using VS.Net 2002. I have both versions on my machine, and 2 desktop shortcuts, and it sometimes takes me a minute to figure out which is which. Is that possible? Have you checked Help/About?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big things are made up of
lots of little things.

"ian" <ia*@net.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
> The ISAPI mappings are to the 1.1 version.
>
> Any more ideas?
>
> TIA
> Ian
> "Kevin Spencer" <ke***@takempis.com> wrote in message
> news:Ot**************@TK2MSFTNGP10.phx.gbl...
> > You could always manually change the ISAPI mappings in your web server. > >
> > --
> > HTH,
> >
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > http://www.takempis.com
> > Big things are made up of
> > lots of little things.
> >
> > "ian" <ia*@net.com> wrote in message
> > news:eJ**************@TK2MSFTNGP12.phx.gbl...
> > > OK, I've just uninstalled the framework and re-installed it. No change.
Any > > > more ideas?
> > >
> > >
> > > "ian" <ia*@net.com> wrote in message
> > > news:%2****************@TK2MSFTNGP11.phx.gbl...
> > > > reinstalling vs.net or just the framework?
> > > >
> > > >
> > > > "Philip Q [MVP]" <wi******@mvps.org> wrote in message
> > > > news:Ox**************@TK2MSFTNGP10.phx.gbl...
> > > > > Try downloading the framework and reinstalling it.
> > > > >
> > > > > --
> > > > > Philip Q
> > > > > Microsoft MVP [ASP.NET]
> > > > > http://aspalliance.com/wisemonk/
> > > > >
> > > > > "ian" <ia*@net.com> wrote in message
> > > > > news:O3**************@TK2MSFTNGP11.phx.gbl...
> > > > > > Hi,
> > > > > >
> > > > > > I've seen similar posts to this question but cannot find a solution
for
my > > > > > > Server.
> > > > > >
> > > > > > I'm trying to open a new web project in VS.NET 2003 but I get
the
error > > > > > > "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".
> > > > > >
> > > > > > Server : Win2k advanced sp4
> > > > > > .NET framework : 1.1
> > > > > >
> > > > > > I've tried running "Aspnet_regiis.exe -i " from the correct .NET
framework > > > > > > folder, which doesn't throw any errors, but still get the error. > > > > > > What else can I try?
> > > > > >
> > > > > > TIA
> > > > > > Ian
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


Nov 17 '05 #5
ash
just a suggestion but have you tried updating your
hosts file
with something like

localhost 127.0.0.1

cheers ash
"Kamal" <ra**@winthrop.edu> wrote in message
news:98**************************@posting.google.c om...
Hi Ian,

Did you find any solution to this problem, because even I am facing
the same problem.

Thanks,
Kamal
"ian" <ia*@net.com> wrote in message

news:<ea**************@TK2MSFTNGP10.phx.gbl>...
Hi Bill

thanks for the message.
I cannot get to my local web using http://localhost/ or my computer name but my website is running OK externally. Is it looking for a default website on IIS?

Ian

BTW Kevin - yes I'm running VS.NET 2003

"Bill Bolte" <me@billbolte.com> wrote in message
news:eu**************@tk2msftngp13.phx.gbl...
i've been fighting this for a couple of days as well. just found that

vs.net
doesn't like it when i have "localhost" in the asp.net application url. if
i
use the computer name, it works fine. i also can't get to my local web
by using http://localhost/, i have to use my computer name. might give this a try.
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:ut****************@tk2msftngp13.phx.gbl...
> The error message is confusing. You are running .Net 1.1, using

VS.Net 2003
> (which uses version 1.1) and your web server is mapped to use
version 1.1.
> The only thing I can think of is that you might accidentally be
using VS.Net
> 2002. I have both versions on my machine, and 2 desktop shortcuts,
and it
> sometimes takes me a minute to figure out which is which. Is that

possible?
> Have you checked Help/About?
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> http://www.takempis.com
> Big things are made up of
> lots of little things.
>
> "ian" <ia*@net.com> wrote in message
> news:%2****************@tk2msftngp13.phx.gbl...
> > The ISAPI mappings are to the 1.1 version.
> >
> > Any more ideas?
> >
> > TIA
> > Ian
> > "Kevin Spencer" <ke***@takempis.com> wrote in message
> > news:Ot**************@TK2MSFTNGP10.phx.gbl...
> > > You could always manually change the ISAPI mappings in your web

server.
> > >
> > > --
> > > HTH,
> > >
> > > Kevin Spencer
> > > Microsoft MVP
> > > .Net Developer
> > > http://www.takempis.com
> > > Big things are made up of
> > > lots of little things.
> > >
> > > "ian" <ia*@net.com> wrote in message
> > > news:eJ**************@TK2MSFTNGP12.phx.gbl...
> > > > OK, I've just uninstalled the framework and re-installed it.
No change.
Any
> > > > more ideas?
> > > >
> > > >
> > > > "ian" <ia*@net.com> wrote in message
> > > > news:%2****************@TK2MSFTNGP11.phx.gbl...
> > > > > reinstalling vs.net or just the framework?
> > > > >
> > > > >
> > > > > "Philip Q [MVP]" <wi******@mvps.org> wrote in message
> > > > > news:Ox**************@TK2MSFTNGP10.phx.gbl...
> > > > > > Try downloading the framework and reinstalling it.
> > > > > >
> > > > > > --
> > > > > > Philip Q
> > > > > > Microsoft MVP [ASP.NET]
> > > > > > http://aspalliance.com/wisemonk/
> > > > > >
> > > > > > "ian" <ia*@net.com> wrote in message
> > > > > > news:O3**************@TK2MSFTNGP11.phx.gbl...
> > > > > > > Hi,
> > > > > > >
> > > > > > > I've seen similar posts to this question but cannot find
a solution
for
my
> > > > > > > Server.
> > > > > > >
> > > > > > > I'm trying to open a new web project in VS.NET 2003 but
I get
the
error
> > > > > > > "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".
> > > > > > >
> > > > > > > Server : Win2k advanced sp4
> > > > > > > .NET framework : 1.1
> > > > > > >
> > > > > > > I've tried running "Aspnet_regiis.exe -i " from the
correct .NET
framework
> > > > > > > folder, which doesn't throw any errors, but still get
the error.
> > > > > > > What else can I try?
> > > > > > >
> > > > > > > TIA
> > > > > > > Ian
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
4
by: Whitney Kew | last post by:
Hi, Is there a programmatic way to get the "general" or "overall" version of a currently running instance of the Visual Studio .NET compiler? What I mean by "general" or "overall" version is, I...
4
by: Squirrel | last post by:
I've developed an Access 2002 database which will be deployed with the backend on a server and frontend on the users' PCs. I've now been advised that new employees will be given laptops with...
4
by: Br | last post by:
We're using an Access2000 ADP with an SQL2000 back-end. Because SQL2000 was released after Access2000 you need to be running Access2000 SP1 (2 or 3) for it to work properly. Is there an easy way...
3
by: Simple Man | last post by:
We have a citrix server that users will be signing into from a remote location. One application is an Access database. Right now, lan users are using the Access 2003 runtime to run these...
4
by: Earl T | last post by:
When I try to get the netscape version for version 7, I get the HttpBrowserCapabilities class returning the version as 5 and not 7. (see code and output below) CODE HttpBrowserCapabilities...
7
by: matthewtec | last post by:
From what I've read, it looks like the Academic Version of Visual Studio 2003 has all the features of 2003 Professional. Has anyone found that the Academic version does not have the features...
3
by: Paul H | last post by:
Most of my projects are developed in Access 2003. I have not even installed Office 2007 yet! I need to buy VSTO to get the run-time licence for Access 2003. No doubt I will soon need a run-time...
3
by: KidSensation | last post by:
Hello all, I ran into a couple applications written in c#, but we do not have the full version of visual studio.net 2003, so I thought they were most likely written in the beta version. After...
3
by: Russ | last post by:
I have a Web Service that was originally created with .NET VC 2003, and subsequently converted to the 2005 version. It works fine when built as a debug version, and run on the workstation it was...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.