473,396 Members | 1,891 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,396 software developers and data experts.

ASP.Net not running?

I am running VS .Net 2003 and was working fine until a few days ago. Now
when I
try to make a vb web project it says that asp.net is not running.

I have tried:

1. unistalling and reinstalling iis, framework, and VS.net
2.running C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i
and reregistering the aspnet_isapi.dll file.

Is there anything else?
Nov 18 '05 #1
4 814
This just happened to me the other day and it was because I changed the
password for my ASPNET user account in windows XP. I didn't know what the
password was supposed to be so I did a system restore and it works fine now.

"Lespaul36" <le*******@none.net> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
I am running VS .Net 2003 and was working fine until a few days ago. Now
when I
try to make a vb web project it says that asp.net is not running.

I have tried:

1. unistalling and reinstalling iis, framework, and VS.net
2.running C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i and reregistering the aspnet_isapi.dll file.

Is there anything else?

Nov 18 '05 #2
I tried a system restore, but for some reason my VS.Net got all messed up. I
reinstalled it and back to nothing working.
"Jason" <js******@comcast.net> wrote in message
news:ELMyc.90067$Ly.37744@attbi_s01...
This just happened to me the other day and it was because I changed the
password for my ASPNET user account in windows XP. I didn't know what the
password was supposed to be so I did a system restore and it works fine now.
"Lespaul36" <le*******@none.net> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
I am running VS .Net 2003 and was working fine until a few days ago. Now when I
try to make a vb web project it says that asp.net is not running.

I have tried:

1. unistalling and reinstalling iis, framework, and VS.net
2.running

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i
and reregistering the aspnet_isapi.dll file.

Is there anything else?


Nov 18 '05 #3
On Sat, 12 Jun 2004 17:54:14 -0700, Lespaul36 <le*******@none.net> wrote:
I tried a system restore, but for some reason my VS.Net got all messed
up. I
reinstalled it and back to nothing working.
"Jason" <js******@comcast.net> wrote in message
news:ELMyc.90067$Ly.37744@attbi_s01...
This just happened to me the other day and it was because I changed the
password for my ASPNET user account in windows XP. I didn't know what
the
password was supposed to be so I did a system restore and it works fine

now.

"Lespaul36" <le*******@none.net> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
> I am running VS .Net 2003 and was working fine until a few days ago. Now > when I
> try to make a vb web project it says that asp.net is not running.
>
> I have tried:
>
> 1. unistalling and reinstalling iis, framework, and VS.net
> 2.running

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i
> and reregistering the aspnet_isapi.dll file.
>
> Is there anything else?
>
>




some things to check just in case:

http://support.microsoft.com/default...b;en-us;817267

you can also use this tool to do the ...regiis for you...see what it says
when you point at your web app initially:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #4
I am running XP with IIS 5.1 and don't see anything that says web service
extensions. The tool pointed me in the right direction and said that 1.1
was installed . I rergistered it anyways.

Still nothing.

"Craig Deelsnyder" <cdeelsny@no_spam_4_meyahoo.com> wrote in message
news:opr9igc0c175dg5d@tux...
On Sat, 12 Jun 2004 17:54:14 -0700, Lespaul36 <le*******@none.net> wrote:
I tried a system restore, but for some reason my VS.Net got all messed
up. I
reinstalled it and back to nothing working.
"Jason" <js******@comcast.net> wrote in message
news:ELMyc.90067$Ly.37744@attbi_s01...
This just happened to me the other day and it was because I changed the
password for my ASPNET user account in windows XP. I didn't know what
the
password was supposed to be so I did a system restore and it works fine

now.

"Lespaul36" <le*******@none.net> wrote in message
news:eN**************@TK2MSFTNGP12.phx.gbl...
> I am running VS .Net 2003 and was working fine until a few days ago.

Now
> when I
> try to make a vb web project it says that asp.net is not running.
>
> I have tried:
>
> 1. unistalling and reinstalling iis, framework, and VS.net
> 2.running
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i
> and reregistering the aspnet_isapi.dll file.
>
> Is there anything else?
>
>



some things to check just in case:

http://support.microsoft.com/default...b;en-us;817267

you can also use this tool to do the ...regiis for you...see what it says
when you point at your web app initially:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #5

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

Similar topics

4
by: Bill Dika | last post by:
Hi I am trying to calculate a running total of a calculated textbox (tbAtStandard) in GroupFooter1 for placement in a textbox (tbTotalAtStandard) on my report in Groupfooter0. The problem...
1
by: Ennio-Sr | last post by:
Hi all! Testing a script where I need to make sure that postgresql is running before passing a <psql dbasename -c "insert into ..." > instruction I faced this curious behaviour: This is the...
4
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to...
2
by: upperclass | last post by:
Hi, I'm trying to find a decent way to measure program running time. I know clock() is probably the standard way of doing it but clock_t overflows too quickly. The target program running time...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.