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

problem with .net and windows xp

i have installed windows xp professional ,by mistake i did
not installed iis componet during installation of windows
xp. Then i installed microsoft .net visual studio . After
that i installed iis componet . It was stopped giving
error. Then i removed yahoo messenger from startup and
again installed iis . the default web site was working but
i was not able to open web application from .net. So
reintalled .net. It was working. Then i restared the
computer but this time the iis default web site was stopped
i again removed iis and reintalled it . it got started but
i am not able to open web application form .net. Iam using
internet thru broadband ANd i am not able to open sites.
Is the problem due to .net iis seting. i want .net to work
as well as able to connect to internet thru broadband
Thanks
Timar
Jul 19 '05 #1
4 3804
If I understand correctly, the basic problem is that IIS will not serve web
apps.
If you installed IIS after installing .NET, then you need to install .NET
(asp.net) again!

This is a FAQ - google for it and you will see lots of other discussion of
this symptom.

-Dino
"timar" <ti*******@yahoo.com> wrote in message
news:29****************************@phx.gbl...
i have installed windows xp professional ,by mistake i did
not installed iis componet during installation of windows
xp. Then i installed microsoft .net visual studio . After
that i installed iis componet . It was stopped giving
error. Then i removed yahoo messenger from startup and
again installed iis . the default web site was working but
i was not able to open web application from .net. So
reintalled .net. It was working. Then i restared the
computer but this time the iis default web site was stopped
i again removed iis and reintalled it . it got started but
i am not able to open web application form .net. Iam using
internet thru broadband ANd i am not able to open sites.
Is the problem due to .net iis seting. i want .net to work
as well as able to connect to internet thru broadband
Thanks
Timar

Jul 21 '05 #2
Well, .Net is installed but not registered correctly with IIS (as it was not installed when you installed VS).

You'd need something like:

[If you have VS.Net 2002]
C:\> cd %windir%\Microsoft.NET\Framework\v1.0.3705
C:\> aspnet_regiis.exe -i

[If you have VS.Net 2003]
C:\> cd %windir%\Microsoft.NET\Framework\v1.1.4322
C:\> aspnet_regiis.exe -i

This should take care of it.

-Matteo

--------------------
From: "Dino Chiesa [MSFT]" <di****@microsoft.com>
References: <29****************************@phx.gbl>
Subject: Re: problem with .net and windows xp
Date: Mon, 8 Sep 2003 12:11:43 -0400

If I understand correctly, the basic problem is that IIS will not serve web
apps.
If you installed IIS after installing .NET, then you need to install .NET
(asp.net) again!

This is a FAQ - google for it and you will see lots of other discussion of
this symptom.

-Dino
"timar" <ti*******@yahoo.com> wrote in message
news:29****************************@phx.gbl...
i have installed windows xp professional ,by mistake i did
not installed iis componet during installation of windows
xp. Then i installed microsoft .net visual studio . After
that i installed iis componet . It was stopped giving
error. Then i removed yahoo messenger from startup and
again installed iis . the default web site was working but
i was not able to open web application from .net. So
reintalled .net. It was working. Then i restared the
computer but this time the iis default web site was stopped
i again removed iis and reintalled it . it got started but
i am not able to open web application form .net. Iam using
internet thru broadband ANd i am not able to open sites.
Is the problem due to .net iis seting. i want .net to work
as well as able to connect to internet thru broadband
Thanks
Timar


--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

Jul 21 '05 #3
I have a similar problem, and had hoped that
C:\> cd %windir%\Microsoft.NET\Framework\v1.1.4322
C:\> aspnet_regiis.exe -i
would do the trick, but the problem persists. I am
running VS.NET 2003 on XP Pro and have already been
through the process of uninstalling IIS and VS.NET to
resolve an earlier issue. I've had no trouble with my
internet connection (also cable), but when I try to open
a new ASP.NET Web Application, I get the following
Microsoft Development Environment prompt:

The Web server reported the following error when
attempting to create or open the Web project located at
the following
URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500
Internal Server Error'.

The error message is so nondescript that I've had a
miserable time trying to track down any sort of
resolution, and I'd really prefer to avoid having to
uninstall and reinstall everything if at all possible.
The default web site appears to be running fine and all
my efforts along the 'permissions' lines have been
fruitless. Any suggestions would be greatly appreciated.
-----Original Message-----
Well, .Net is installed but not registered correctly with IIS (as it was not installed when you installed VS).
You'd need something like:

[If you have VS.Net 2002]
C:\> cd %windir%\Microsoft.NET\Framework\v1.0.3705
C:\> aspnet_regiis.exe -i

[If you have VS.Net 2003]
C:\> cd %windir%\Microsoft.NET\Framework\v1.1.4322
C:\> aspnet_regiis.exe -i

This should take care of it.

-Matteo

--------------------
From: "Dino Chiesa [MSFT]" <di****@microsoft.com>
References: <29****************************@phx.gbl>
Subject: Re: problem with .net and windows xp
Date: Mon, 8 Sep 2003 12:11:43 -0400

If I understand correctly, the basic problem is that IIS will not serve webapps.
If you installed IIS after installing .NET, then you need to install .NET(asp.net) again!

This is a FAQ - google for it and you will see lots of other discussion ofthis symptom.

-Dino
"timar" <ti*******@yahoo.com> wrote in message
news:29****************************@phx.gbl...
i have installed windows xp professional ,by mistake i did not installed iis componet during installation of windows xp. Then i installed microsoft .net visual studio . After that i installed iis componet . It was stopped giving
error. Then i removed yahoo messenger from startup and
again installed iis . the default web site was working but i was not able to open web application from .net. So
reintalled .net. It was working. Then i restared the
computer but this time the iis default web site was stopped i again removed iis and reintalled it . it got started but i am not able to open web application form .net. Iam using internet thru broadband ANd i am not able to open sites. Is the problem due to .net iis seting. i want .net to work as well as able to connect to internet thru broadband
Thanks
Timar

--

This posting is provided "AS IS" with no warranties, and

confers no rights. Use of included script samples are
subject to the terms specified athttp://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the
newsgroup/thread from which they originated.
.

Jul 21 '05 #4
Mike

I was having the exact same trouble as you - .NET 2003 on XP Pro -
symptoms identical. I tried Matteos advice with running the
aspnet_regiis.exe -i and the results were the same as you got. So I did
the following:

Open the Services applet from Administrative Tools
Stop the IIS Admin service (this will force stop Web Publishing also)
Run the aspnet_regiis.exe -i command while the IIS service is stopped
When it has finished executing, start the IIS Admin service again
Start the Web Publishing service again
Now you should have no problem with this.

Hope this helps
Keith.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #5

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

Similar topics

13
by: Wolfgang Kaml | last post by:
Hello All, I have been researching newsgroups and knowledgebase all morning and not found a solution that would solve the problem I have. I am having an ASP or ASPX web page that implement a...
1
by: Rhy Mednick | last post by:
I'm creating a custom control (inherited from UserControl) that is displayed by other controls on the form. I would like for the control to disappear when the user clicks outside my control the...
9
by: Rajat Tandon | last post by:
Hello there, I am relatively new to the newsgroups and C#. I have never been disappointed with the groups and always got the prompt replies to my queries.This is yet another strange issue, I am...
3
by: pnp | last post by:
Hi all, I have developed an app in C# and I have used some of the Infragistics components in it. The problem is that while one is playing with the windows within the mdi container exceptions occur...
2
by: Joseph Geretz | last post by:
I'm having a credentialing problem in my web application. Actually, I don't think this is an IIS security issue, since I'm able to access the page I'm requesting. However, the executing page itself...
4
by: pepcag | last post by:
I used http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconalteringsoapmessageusingsoapextensions.asp as a template to create a very simple web method with soap...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
30
by: dbuchanan | last post by:
ComboBox databindng Problem == How the ComboBox is setup and used: My comboBox is populated by a lookup table. The ValueMember is the lookup table's Id and the DisplayMember is the text from a...
5
by: Vibhesh | last post by:
I am facing problem with TimeSpan structure when DirectX is used. Following is the sample code that causes the problem: ...
3
by: Gerrit | last post by:
Hi, I try to learn programming in c# with databinding controls. Now I have a problem with a ComboBox with the advanced properties for databinding, I want to set the DataSourceUpdateMode to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.