ASP NET service error

J

JLuis Estrada

Hi there
Its my 1st post in this group and I hope we could have a great time.

well, this is my problem

I was debbuging my app (a website) and the system get stuck and I had to
reboot the system.
Since that day, everytime I tried to open the VS2003 and run my app, the
system showed me a message like:

Visual Studio .NET has detected that the specified Web server is not running
ASP.NET version 1.1

I know when this msg appear i need to do this:

aspnet_regiis -i

to reinstall de service.

But it does not work.

Last nite I uninstall the IIS, the Framework 1.1 and the VS2003 and instaled
in that order. But it doesnt work either.

I know that the problem is the ASP NET service because the IIS works fine,
the service is running fine, as the ASP NET service. In the IIS
administrator , the virtual folder is already created and seems to work
perfectly, but when I tryed to view the page in tue IE in the normal way:
http://localhost/app, but then appear the html error 404.

I thing that there is another service or another kind of configuration that
works besides the ASPNET service.

Do you have clue or idea about it. Ill appreciate all your help.

Regards
JLuis
 
J

Jeff Dillon

Define "does not work". What directory are you running this utility?

I know when this msg appear i need to do this: aspnet_regiis -i to reinstall
de service. But it does not work.
 
J

JLuis Estrada

for me, "does not work" or "doesnt work" means that the ASP NET service isnt
working correctly, in fact, isnt working at all.
It seems to work all right, and I know that because the IIS manager seems to
work fine, and its running normally. But when I try to view my weppage,
appears the html error 404.

Did I explained it clearly?
 
B

Bob Barrows [MVP]

JLuis said:
for me, "does not work" or "doesnt work" means that the ASP NET
service isnt working correctly, in fact, isnt working at all.

Doesn't help. What are the symptoms?
It seems to work all right, and I know that because the IIS manager
seems to work fine, and its running normally. But when I try to view
my weppage, appears the html error 404.

Ah! Here is what Jeff was after: a description of the symptom. ... I
think.
Is it still the "...specified Web server is not running ASP.NET version
1.1" message that you originally described?

If so, do any of these links help?
http://www.google.com/search?hl=en&...eb+server+is+not+running+ASP.NET+version+1.1"
 
J

JLuis Estrada

Hi there

In fact, I already made that search on saint google (hehehe) and dont helped
me that much, you know.

All the pages try to solve it with anyone of this 2 solutions:

1.- Do a aspnet_regiis -1
2.- Uninstall and reinstall the framework

I executed both solutions and no-one worked for me.

Maybe my windows is damaged (or some dll needed for the ASPNET service) but
I dont know how to solved.

any clues?
 
J

JLuis Estrada

:( I already tryed that solutions and none of the worked out.

My pc is just for development, so, i dont need an IP, (I use localhost)

and the issue described with the number 4 (4. Web Server specified by
ASP.NET Web Project/Web Service Project cannot be found.). The fact is that
the ASPNET service is not working correctly, not the references in the
project file.

And about the get_aspx_ver.aspx file, I tried it too and dosnt work :(

I guess is voodoo stuff!!!!
 
J

Jeff Dillon

404 is Page Not Found.

Find it


JLuis Estrada said:
:( I already tryed that solutions and none of the worked out.

My pc is just for development, so, i dont need an IP, (I use localhost)

and the issue described with the number 4 (4. Web Server specified by
ASP.NET Web Project/Web Service Project cannot be found.). The fact is
that the ASPNET service is not working correctly, not the references in
the project file.

And about the get_aspx_ver.aspx file, I tried it too and dosnt work :(

I guess is voodoo stuff!!!!
 
B

Bob Barrows [MVP]

Is there anything else you have tried that you haven't told us about?
I've already wasted enough time searching for and posting solutions that
you have already tried.

For example, have you tried looking at the ISAPI mappings in the
Application Configuration dialog for your website as described in this
blog entry?
http://jonybr.blogspot.com/2005/12/iis-is-not-running-aspnet-version-11.html

Did you try running aspnet_regiis -r in addition to aspnet_regiis -i?
Did you use the Visual Studio Command Prompt to run them?
 
J

JLuis Estrada

yes, I did all that too.

Believe me, If I came asking help with you is because I didnt find any
helpfull solution
 
J

Juan T. Llibre

re:
1.- Do a aspnet_regiis -1

Try :

aspnet_regiis -i

You must run that command from the
Drive:\%WINDIR%\Microsoft.NET\Framework\v1.1.4322
directory
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top