Hi Paul,
If you've got another program listening on port 80, IIS should choke when
you try and hit port 80. I'm not sure what's up with the "already in use
by another user" message. You might want to post the exact message to the
IIS newsgroups, or someone here with more experience in IIS might be able
to enlighten us.
As to ASP.NET not working when you hit it after changing the port, are you
explicitly entering the correct port number when you create the site? For
example, if you change the port to 8000, you would need to enter the URL as
follows:
http://localhost:8000/myProject
Jim Cheshire, MCSE, MCSD [MSFT]
Microsoft Developer Support
ASP.NET
jamesche@online.microsoft.com
This post is provided as-is with no warranties and confers no rights.
--------------------
[quoted text, click to view] >Content-Class: urn:content-classes:message
>From: "Paul" <anonymous@discussions.microsoft.com>
>Sender: "Paul" <anonymous@discussions.microsoft.com>
>References: <003801c3cfc3$fe6c0410$a401280a@phx.gbl>
<SPMGOo9zDHA.3532@cpmsftngxa07.phx.gbl>
>Subject: RE: keep getting not in debug config
>Date: Fri, 2 Jan 2004 08:00:06 -0800
>Lines: 62
>Message-ID: <007901c3d149$7d8d83f0$a101280a@phx.gbl>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>Thread-Index: AcPRSX2N5xUIaqGaTF6bM1qUAqJTmw==
>Newsgroups: microsoft.public.dotnet.framework.aspnet.buildingcontrols
>Path: cpmsftngxa07.phx.gbl
>Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.aspnet.buildingcontrols:8550
>NNTP-Posting-Host: tk2msftngxa09.phx.gbl 10.40.1.161
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.buildingcontrols
>
>Hi Jim,
> thanks for the response. I have this working now, had
>to go into IIS and set up a virtual directory. I recently
>took over a asp.net project and have had classes but not
>much hands on exp. Anyhow now I think when IIS starts up
>there is a message (port xx already in use by another
>user). Everything seems to work ok, even with this
>message. I tried changing the port from IIS, gets rid of
>error message, but then asp.net project does not open, get
>error asp.net 1.1 not found on server. Thanks Paul.
>>-----Original Message-----
>>Paul,
>>
>>What is the exact error you are getting?
>>
>>Jim Cheshire, MCSE, MCSD [MSFT]
>>Microsoft Developer Support
>>ASP.NET
>>jamesche@online.microsoft.com
>>
>>This post is provided as-is with no warranties and
>confers no rights.
>>
>>--------------------
>>>Content-Class: urn:content-classes:message
>>>From: "Paul" <anonymous@discussions.microsoft.com>
>>>Sender: "Paul" <anonymous@discussions.microsoft.com>
>>>Subject: keep getting not in debug config
>>>Date: Wed, 31 Dec 2003 09:31:59 -0800
>>>Lines: 8
>>>Message-ID: <003801c3cfc3$fe6c0410$a401280a@phx.gbl>
>>>MIME-Version: 1.0
>>>Content-Type: text/plain;
>>> charset="iso-8859-1"
>>>Content-Transfer-Encoding: 7bit
>>>X-Newsreader: Microsoft CDO for Windows 2000
>>>Thread-Index: AcPPw/5sA2ttSYDaQf+FtgP2Pql9gA==
>>>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
>>>Newsgroups:
>microsoft.public.dotnet.framework.aspnet.buildingcontrols
>>>Path: cpmsftngxa07.phx.gbl
>>>Xref: cpmsftngxa07.phx.gbl
>>microsoft.public.dotnet.framework.aspnet.buildingcontrols:
>8535
>>>NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
>>>X-Tomcat-NG:
>microsoft.public.dotnet.framework.aspnet.buildingcontrols
>>>
>>>Hi I am trying to debug a asp.net project done by
>someone
>>>else and when I try to start it in debug mode I get the
>>>(not in debug config message). I checked the web.config
>>>file and the tag is set as
>>><compilation defaultLanguage="vb" debug="true" />
>>>which looks ok. I am running everything on my local
>>>machine, using IIS 5.0. Any ideas or suggestions?
>Thanks
>>>Paul.
>>>
>>
>>.
>>
>