473,766 Members | 2,060 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3827
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*******@yaho o.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%\Micros oft.NET\Framewo rk\v1.0.3705
C:\> aspnet_regiis.e xe -i

[If you have VS.Net 2003]
C:\> cd %windir%\Micros oft.NET\Framewo rk\v1.1.4322
C:\> aspnet_regiis.e xe -i

This should take care of it.

-Matteo

--------------------
From: "Dino Chiesa [MSFT]" <di****@microso ft.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*******@yaho o.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%\Micros oft.NET\Framewo rk\v1.1.4322
C:\> aspnet_regiis.e xe -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%\Micros oft.NET\Framewo rk\v1.0.3705
C:\> aspnet_regiis.e xe -i

[If you have VS.Net 2003]
C:\> cd %windir%\Micros oft.NET\Framewo rk\v1.1.4322
C:\> aspnet_regiis.e xe -i

This should take care of it.

-Matteo

--------------------
From: "Dino Chiesa [MSFT]" <di****@microso ft.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*******@yaho o.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.e xe -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.e xe -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
3806
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 counter functionality and read/insert some data in a MS Access database on that Windows 2003 server. The weird part is, as long as the web page is very short in size, I can hit the refresh button and Internet Explorer will reload the page and display...
1
4026
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 same way a menu does. To do this my control needs to get notified when the user tried to click off of it. The Leave and LostFocus events of the UserControl work most of the time but not always. For example, if they click on a part of the form...
9
2822
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 facing. Please please help me to solve this as soon as possible. So here we go ... I am not able to take the screen shot of the windows form based "Smart
3
1581
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 that are not being handled by any Exception handler. I have also placed one after the application run method so if any exception occurs this "sink" will catch it. But instead an error occurs from an unhandled exception and the application...
2
2628
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 is not able to access a specific network resource and I just can't figure out why. First of all, let me say this worked fine with IIS running on Win2000 Server. This has not worked since I upgraded to Windows Server 2003. My Platform: Windows...
4
6028
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 extension. The code like this: public string HelloWorld() { return "Hello World.";
4
3159
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 further away, completely leaving the selector box area. Any ideas? VS 2003 and VB.Net This is a simple application at the moment but the form is inherited from a
30
4602
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 corresponding field in the lookup table. In my data table we store the ID in what I will call the 'key' field. == Description of the desired operation:
5
2007
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: *************************************************************************************************************** { ........................... PrintTimeSpanProblem(); device = new Device(0, DeviceType.Hardware, this, CreateFlags.SoftwareVertexProcessing, presentParams); PrintTimeSpanProblem();
3
5321
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 OnPropertyChanged, but then the combobox does not display the right displaymember. Below is my sample code (it is working, when you paste it in a new windowsapplication, in a form and delete some generated code, but it is not a useful program but...
0
9568
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8833
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6651
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3929
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.