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

IssueTracker (VB) Starter Kit

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
Nov 19 '05 #1
3 1698
KMA
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" <qn****@gpd.arg> wrote in message
news:#A**************@TK2MSFTNGP12.phx.gbl...
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

Nov 19 '05 #2
I'm only trying to open the Visual Studio project.

"KMA" <KM*@dontthinkso.chum> wrote in message
news:d3**********@atlas.ip-plus.net...
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" <qn****@gpd.arg> wrote in message
news:#A**************@TK2MSFTNGP12.phx.gbl...
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


Nov 19 '05 #3
KMA
> 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" <qn*****@gpd.arg> wrote in message
news:#D*************@TK2MSFTNGP15.phx.gbl...
I'm only trying to open the Visual Studio project.

"KMA" <KM*@dontthinkso.chum> wrote in message
news:d3**********@atlas.ip-plus.net...
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" <qn****@gpd.arg> wrote in message
news:#A**************@TK2MSFTNGP12.phx.gbl...
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



Nov 19 '05 #4

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

Similar topics

1
by: Bob | last post by:
I'm looking at the docs in VS2005 regarding starter kits and I noticed that the starter kits to download from the site are in vsi files (compressed), all except the shareware starter kit. MS docs...
4
by: Robert A. Boudra | last post by:
Does anyone know where the examples that are referenced in the VB.net Resource Kit are available? They don't seem to be present on my hard drive after installation. For example, right know I am...
89
by: Homer J Simpson | last post by:
I am coming to the conclusion that Microsoft doesn't want you to use VB ..Net, based on my experiences. I've downloaded the Express version and signed up for various support options etc. At every...
1
by: oldgent | last post by:
I am having a problem installing the starter kits. I have reinstalled VS 2005, think that might be the problem. I then installed both 'Personal Website" and the "Club Website" starter kits. I...
1
by: redshoes | last post by:
Jeg har lavet mig en lille To Do Liste (gul, som en af de gule Post It), og det ville jo være smart, om den kunne starte, så jeg ser dem som det første, når Windows XP starter. Mon der er nogen,...
2
by: Paulo | last post by:
Hi, I have downloaded the final The Beer House VB source-code and I hit Ctrl+F5, I receive a lot of errors, like that: Error 1 c:\inetpub\wwwroot\TBH_Web\Controls\ProductListing.ascx.vb(6):...
7
by: Mr. SweatyFinger | last post by:
I downloaded t he time tracker starter kit. Now where the hell is it? honest to god what is the problem. And no it is not under "n ew project/ starter kits" I mean how much of a hassle can...
0
by: Miaaa Mukherjee | last post by:
I want the starter kit of crystal reports.. I m preparing my project in ASP.NET using VB,C# languages.I want to prepare the reports for my project for which i want to use crystal reports which...
2
by: Nick Chan | last post by:
hello, does anyone know if vb.net 2005 + sql 2005 express can be installed on vista starter edition?
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.