Re: IssueTracker (VB) Starter Kit



> I'm only trying to open the Visual Studio project.

The thing is that the IDE tries to make sure that you can edit and run the
project. When it can't find a suitable web server it complains. You could
always open using any text editor. But I suspect you want to edit on one
machine and run on another, and I don't know of a way to do this.

"David Pendleton" <qnircra@xxxxxxx> wrote in message
news:#D506rDQFHA.580@xxxxxxxxxxxxxxxxxxxxxxx
> I'm only trying to open the Visual Studio project.
>
> "KMA" <KMA@xxxxxxxxxxxxxxxx> wrote in message
> news:d3ihq6$lkf$1@xxxxxxxxxxxxxxxxxxxx
> > I'm no expert.
> >
> > But how do you expect to run a web app on a machine with no web server
> > ?(specifically one that interpret aspx files).
> >
> > I mean, if you change/edit a file on machineB (no IIS) how do you think
> > machineA(with IIS) can detect this?
> >
> > Can't you run IIS on your dev machine too? Then when you're happy with
> > your
> > changes you can install/update the files on the prod machine.
> >
> > Or have I got hold of the wrong end of the stick. Or indeed the wrong
> > stick
> > entirely?
> >
> >
> > "David Pendleton" <qnicra@xxxxxxx> wrote in message
> > news:#AMbSZ9PFHA.3196@xxxxxxxxxxxxxxxxxxxxxxx
> >> Hello all.
> >>
> >> I've installed the IssueTracker starter kit on my IIS machine, and I am
> > able
> >> to use the application from there.
> >>
> >> I've copied the source to my workstation, which is not running IIS, or
> >> SQL
> >> Server (other machines are doing that), and when I attempt to open the
> >> project, I receive the error:
> >>
> >> Visual Studio .NET cannot create or open the application because no Web
> >> server was
> >> detected at this URL: 'http://Localhost:/IssueTracker/'. Make sure the
> >> Web
> >> server is
> >> installed and running.
> >>
> >> This is the *exact* error string. No typos.
> >>
> >> I have grep'ped every file for 'Localhost' and replaced, but to no
avail.
> >>
> >> Any ideas?
> >>
> >> Thanks.
> >>
> >> --
> >> ROT-13 my email address to reply directly
> >>
> >>
> >
> >
>
>


.



Relevant Pages

  • Re: IssueTracker (VB) Starter Kit
    ... I'm only trying to open the Visual Studio project. ... > machineA(with IIS) can detect this? ... >> Server, and when I attempt to open the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Upgrading to .NET
    ... The server and IIS are OK, you just need either Visual Studio .NET 2003 ... or the free Web Matrix ...
    (microsoft.public.vsnet.general)
  • Re: Advantages of using the Visual Studio Development Server (VSDS) compared to IIS
    ... I have just installed Visual Studio 2005, ... application using either the IIS Web Server or the Visual Studion ... You don't have to install IIS. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: virtual PC/Server 2003 hosting glitches...
    ... are you using Visual Studio 2003 or 2005? ... being called a "file system" web project and the server is only available on ... because IIS is not necessary. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ASP.NET mismatch
    ... "Visual Studio .NET has detected that the Web server is running ASP.NET ... I verified our webserver was running ASP.NET version 1.1 by going to IIS ... And by inspecting the Solution references ...
    (microsoft.public.vc.ide_general)

Loading