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

Problems with ASP.NET and IIS

On my previous machine (Win XPPro, SP2) I had both VS.NET 2003 and VS
2005 up and running. I had a continuing problem with ASP 2005 in that I
couldn't get the "start up" examples using SQL Server to work properly.

However, the machine died on me and had to be replaced. On my new
machine (again Win XPPro, SP2) I first installed VS 2005, but in ASP.NET
couldn't even get a "Hello World" Web application to work, due to build
errors.

I checked with IIS and discovered that the Default Web Site was waving
an error flag. The diagnostics told me that this was due to a clash with
another application for port 80. I could not identify which other
application was causing this, so I changed IIS's port to 81, and the
error flag went away. However, I was still unable to get a clean build
of an ASP 2005 application. (It says that some required file - I believe
a component of the .NET Framework - cannot be found.)

So I uninstalled VS 2005 and the .NET Framework 2.0, and installed
VS.NET 2003. The IDE here won't even allow me to start a new ASP.NET
project, saying that VS has identified that the .NET Framework 1.1 isn't
running on the specified Web server.

How on earth do I get out of this mess?

What has gone wrong with the IIS/.NET/VS installations on this machine,
and how do I correct it?
--
Alan M Dunsmuir
Skype Me! (skype name: alanmdunsmuir)
Apr 2 '06 #1
4 1144
Your first major mistake was, when you found out that Port 80 was in use by
something other than your Default web site, instead of figuring out what was
occupying Port 80 and fixing that, you changed the port number of your
Default web site. That is the point you have to go back to, and that is what
you need to fix.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.

"Alan M Dunsmuir" <al**@moonrake.demon.co.uk> wrote in message
news:et**************@moonrake.demon.co.uk...
On my previous machine (Win XPPro, SP2) I had both VS.NET 2003 and VS
2005 up and running. I had a continuing problem with ASP 2005 in that I
couldn't get the "start up" examples using SQL Server to work properly.

However, the machine died on me and had to be replaced. On my new
machine (again Win XPPro, SP2) I first installed VS 2005, but in ASP.NET
couldn't even get a "Hello World" Web application to work, due to build
errors.

I checked with IIS and discovered that the Default Web Site was waving
an error flag. The diagnostics told me that this was due to a clash with
another application for port 80. I could not identify which other
application was causing this, so I changed IIS's port to 81, and the
error flag went away. However, I was still unable to get a clean build
of an ASP 2005 application. (It says that some required file - I believe
a component of the .NET Framework - cannot be found.)

So I uninstalled VS 2005 and the .NET Framework 2.0, and installed
VS.NET 2003. The IDE here won't even allow me to start a new ASP.NET
project, saying that VS has identified that the .NET Framework 1.1 isn't
running on the specified Web server.

How on earth do I get out of this mess?

What has gone wrong with the IIS/.NET/VS installations on this machine,
and how do I correct it?
--
Alan M Dunsmuir
Skype Me! (skype name: alanmdunsmuir)

Apr 2 '06 #2
In message <uU**************@TK2MSFTNGP15.phx.gbl>, Kevin Spencer
<ke***@DIESPAMMERSDIEtakempis.com> writes
Your first major mistake was, when you found out that Port 80 was in use
by something other than your Default web site, instead of figuring out
what was occupying Port 80 and fixing that, you changed the port
number of your Default web site. That is the point you have to go back to,
and that is what you need to fix.


Well, the (Microsoft authored) message explaining the error (I think it
was a KB article) clearly stated that to resolve the problem I had to
either (a) find the other application using port 80, and change that or
(b) change the port used by IIS instead.

How do I set about finding which other application is using port 80?
--
Alan M Dunsmuir
Skype Me! (skype name: alanmdunsmuir)
Apr 3 '06 #3
Alan,

The mention of your Skype name leads me to conclude that the conflict is
between Skype and IIS. Try shutting off Skype and then starting IIS. The
problem gets resolved on my development machine.

--
Robert W.
Vancouver, BC
www.mwtech.com

"Alan M Dunsmuir" wrote:
In message <uU**************@TK2MSFTNGP15.phx.gbl>, Kevin Spencer
<ke***@DIESPAMMERSDIEtakempis.com> writes
Your first major mistake was, when you found out that Port 80 was in use
by something other than your Default web site, instead of figuring out
what was occupying Port 80 and fixing that, you changed the port
number of your Default web site. That is the point you have to go back to,
and that is what you need to fix.


Well, the (Microsoft authored) message explaining the error (I think it
was a KB article) clearly stated that to resolve the problem I had to
either (a) find the other application using port 80, and change that or
(b) change the port used by IIS instead.

How do I set about finding which other application is using port 80?
--
Alan M Dunsmuir
Skype Me! (skype name: alanmdunsmuir)

Apr 29 '06 #4
If Skype is grabbing port 80,
you need to prevent Skype from grabbing it, because it's IIS's default port.

In the Skype menu : Tools, Options, Connection,
and uncheck "Use port 80 and 443 as alternatives for incoming connections".

That will allow IIS to use its default port...and Skype will work, too.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Robert W." <Ro*****@discussions.microsoft.com> wrote in message
news:70**********************************@microsof t.com...
Alan,

The mention of your Skype name leads me to conclude that the conflict is
between Skype and IIS. Try shutting off Skype and then starting IIS. The
problem gets resolved on my development machine.

--
Robert W.
Vancouver, BC
www.mwtech.com "Alan M Dunsmuir" wrote:
In message <uU**************@TK2MSFTNGP15.phx.gbl>, Kevin Spencer
<ke***@DIESPAMMERSDIEtakempis.com> writes
>Your first major mistake was, when you found out that Port 80 was in use
>by something other than your Default web site, instead of figuring out
>what was occupying Port 80 and fixing that, you changed the port
>number of your Default web site. That is the point you have to go back to,
>and that is what you need to fix.


Well, the (Microsoft authored) message explaining the error (I think it
was a KB article) clearly stated that to resolve the problem I had to
either (a) find the other application using port 80, and change that or
(b) change the port used by IIS instead.

How do I set about finding which other application is using port 80?
--
Alan M Dunsmuir
Skype Me! (skype name: alanmdunsmuir)

Apr 29 '06 #5

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

Similar topics

0
by: Jerome Lefebvre | last post by:
Hello, Hope this will interest a few. I been working with a friend on the problems given out during the "International Collegiate Programming Contest" (ICPC) http://icpc.baylor.edu/icpc/ ....
14
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
1
by: 3f | last post by:
Hello; We have made a web application that people can download from our web site and installed on: Windows XP Windows 2000 Professional Windows 2003 Server Windows 2000 Server
5
by: Corky | last post by:
This works: db2 SELECT DISTINCT PROBLEM_OBJECTS.PROBLEM_ID FROM PROBLEM_OBJECTS INNER JOIN PROBLEMS ON PROBLEM_OBJECTS.PROBLEM_ID = PROBLEMS.PROBLEM_ID WHERE INTEGER(DAYS(CURRENT DATE) -...
2
by: Ellen Graves | last post by:
I am having a lot of problems with DB2 8.3.1 on RH Linux AS2.1. Installing and running stored procedures is problematic. Stored procedures I have used for years on V7 on WinNT are now failing...
19
by: Jim | last post by:
I have spent the past few weeks designing a database for my company. The problem is I have started running into what I believe are stack overflow problems. There are two tab controls on the form...
10
by: BBFrost | last post by:
We just recently moved one of our major c# apps from VS Net 2002 to VS Net 2003. At first things were looking ok, now problems are starting to appear. So far ... (1) ...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
2
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
0
by: Sergistm | last post by:
Hello World, :D I have a problem that it is making me crazy, I hope you can help me. I'm trying to execute a .exe file with the Procces.Start, and there is no problem when the file is on my...
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
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.