Re: Question about IIS

From: Dinçer (dincer80"at"yahoo.com)
Date: 04/16/04


Date: Fri, 16 Apr 2004 14:46:36 +0300

Actually the thing is:

I code on production environment.
I mean the server where I code is being used. (People use
http://server/WebApp1 )
On the same server I am working on another project. (Lets say
http://server/WebApp2)
These 2 projects are .NET projects and they reside on the same IIS.

What I want is to be able to debug WebApp2, without preventing people access
to WebApp1.
At the moment, when I am in debug mode on WebApp1, people cannot access
http://server/WebApp2.
When I stop debugging, everthin is fine.

"Paul Glavich [MVP - ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in
message news:eirTjz4IEHA.3144@TK2MSFTNGP10.phx.gbl...
> I dont think you can do this in the way you are describing but why would
you
> want to. You could always load up another instance of IE and go to the
other
> site OR you could have both web projects included in your solution, and
set
> both to start in the debugger so that both windows will open and will be
in
> debug mode when you hit 'Start/F5'.
>
> Right click on the solution (within VS.NET) and in 'common properties -->
> Startup project', select 'Multiple Startup projects' and ensure both your
> projects have the 'Action' set top 'Start'.
>
> --
> - Paul Glavich
> Microsoft MVP - ASP.NET
>
>
> "Dinçer" <dincer80"at"yahoo.com> wrote in message
> news:#PE6813IEHA.3508@TK2MSFTNGP09.phx.gbl...
> > Hi,
> >
> > I have two ASP.NET web projects residing on IIS. (Lets say,
> > http://localhost/Web1 and http://localhost/Web2 )
> >
> > When I debug one of these applications (using VS .NET) and stop at a
> > breakpoint, I came accross this problem:
> > I can't run the other web application from Internet Explorer. The page
> waits
> > and waits and waits...
> > As soon as I stop debugging, the page loads..
> >
> > How can I solve this problem?
> > What I want is to be able to run a web application, when debugging
another
> > one at the same time on the same IIS. (Actually, is this possible?)
> >
> > Regards.
> >
> >
>
>



Relevant Pages

  • Re: VS7 ATL Service debugging
    ... > enable unmanaged code is set to true and debug mode is project. ... It is possible that the problem is not with debugging, but with access permissions ... make sure that your account is allowed to access the server. ...
    (microsoft.public.vsnet.debugging)
  • Re: Microsoft URL Rewrite Module and VS 2008 in Debug error message
    ... I suggest that you post your debugging questions to the VS debugging newsgroup ... I'm running my sites on IIS instead of the ASP.NET server. ... normally outside of VS 2008 debug mode. ... On both of my computers I'm getting the same error message ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Storing a Form in a Hashtable
    ... move onto the good stuff: debugging:) ... Dave Sexton ... error in debug mode. ... not sure if its possible to make a live connection to the server while ...
    (microsoft.public.dotnet.languages.csharp)
  • Unable to start debugging on Web Server
    ... I get this error when I run this application from Visual Studio .Net: ... server. ... It runs fine is I run without debugging. ... run fine in Debug mode. ...
    (microsoft.public.inetserver.iis.security)
  • Unable to start debugging on Web Server
    ... I get this error when I run this application from Visual Studio .Net: ... server. ... It runs fine is I run without debugging. ... run fine in Debug mode. ...
    (microsoft.public.inetserver.iis)