a web server error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when I wantto create a web application with visual basic an error accurred telling me tha

"visual studio .net has detected that the specified web server is not running ASP.NET version 1.1. you will be unabl
to run ASP:NET web applications or services"

can you tell me please what the problem is

I use winxp prof. and iis 5.
thanks...
 
Run the following command-line tool:

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

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

volkan karaboga said:
when I wantto create a web application with visual basic an error accurred telling me that

"visual studio .net has detected that the specified web server is not
running ASP.NET version 1.1. you will be unable
 
volkan karaboga said:
when I wantto create a web application with visual basic an error accurred telling me that

"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"

can you tell me please what the problem is?

I use winxp prof. and iis 5.1
thanks...

The easy answer is "you do not have .Net version 1.1 installed" (so, install it :-) )

But, it could be that you *did* install .Net, but *later* installed IIS. In that
case the link between IIS and ASP.Net is not set up and you will need to
perform an additional step:

open the visual studio command prompt (it's under the Visual Studio .Net tools
in the start menu)
execute "aspnet_regiis -i"

and try again..


Hans Kesting
 
First, who is "you" (as you didn't include any of the person's message
you're replying to)? If "you" is "me" then tell me what you did, and what
happened afterwards. Details, please.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Hi! Kevin..

You told me that You must run aspnet_regiis -i using cmd and I have done it. I had no problem while runing aspnet_regii

but then I want to create a new web app, I received same error again

Notice: I had set up iis before setting up framework maybe it helps you...
 
Back
Top