473,406 Members | 2,549 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,406 software developers and data experts.

VS.NET 2003 - Can't connect to IIS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using the MS Book _C# Step by Step_. Chapter 27: Intro ASP.Net.

I try to create a new ASP.NET Web application (EmployeeInfo) according
to the book's instructions & get error:

"A connection with the server could not be established."

O/S: Windows XP Pro.
The IIS (World Wide Web Publishing Service) is running.
The folder "EmployeeInfo" is Web Shared.
TCP/IP is running (how else could I send this msg).

Why can't VS.NET recognize that IIS is running?

Thanks for any help.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQI3kG4echKqOuFEgEQLRCgCg/i6fYvARdmHsyf6Eo5FY1qUf6k4AoL7H
5YAktBSjQyzqnDnziKDnp6am
=rJTO
-----END PGP SIGNATURE-----

Nov 18 '05 #1
4 2944
Make sure that the FrontPage Server extensions are installed also (they
should be as they are a default option when installing XP Pro). What url are
you trying to create the site at? I only ask because sometimes a book has an
example, like http://mycomputer/ as the URL and when reading the book,
inadvertently copy that. Make sure that you're trying to create a web at
http://localhost/EmployeeInfo/ Also, you'll probably need to make this into
a FP-enabled web. You can do this throught he IIS MMC and right-click on the
virtual server (Default Web Site), select New | Server Extensions Web | and
enter in the exact same name as the virtual directory (web shared
directory). After that, right-click on the virtual server again and select
All Tasks | Check Server Extensions.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"MGFoster" <me@privacy.com> wrote in message
news:QV******************@newsread1.news.pas.earth link.net...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using the MS Book _C# Step by Step_. Chapter 27: Intro ASP.Net.

I try to create a new ASP.NET Web application (EmployeeInfo) according
to the book's instructions & get error:

"A connection with the server could not be established."

O/S: Windows XP Pro.
The IIS (World Wide Web Publishing Service) is running.
The folder "EmployeeInfo" is Web Shared.
TCP/IP is running (how else could I send this msg).

Why can't VS.NET recognize that IIS is running?

Thanks for any help.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQI3kG4echKqOuFEgEQLRCgCg/i6fYvARdmHsyf6Eo5FY1qUf6k4AoL7H
5YAktBSjQyzqnDnziKDnp6am
=rJTO
-----END PGP SIGNATURE-----

Nov 18 '05 #2


--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
Mark Fitzpatrick wrote:
Make sure that the FrontPage Server extensions are installed also (they
should be as they are a default option when installing XP Pro). What url are
you trying to create the site at? I only ask because sometimes a book has an
example, like http://mycomputer/ as the URL and when reading the book,
inadvertently copy that. Make sure that you're trying to create a web at
http://localhost/EmployeeInfo/ Also, you'll probably need to make this into
a FP-enabled web. You can do this throught he IIS MMC and right-click on the
virtual server (Default Web Site), select New | Server Extensions Web | and
enter in the exact same name as the virtual directory (web shared
directory). After that, right-click on the virtual server again and select
All Tasks | Check Server Extensions.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"MGFoster" <me@privacy.com> wrote in message
news:QV******************@newsread1.news.pas.earth link.net...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using the MS Book _C# Step by Step_. Chapter 27: Intro ASP.Net.

I try to create a new ASP.NET Web application (EmployeeInfo) according
to the book's instructions & get error:

"A connection with the server could not be established."

O/S: Windows XP Pro.
The IIS (World Wide Web Publishing Service) is running.
The folder "EmployeeInfo" is Web Shared.
TCP/IP is running (how else could I send this msg).

Why can't VS.NET recognize that IIS is running?

Thanks for any help.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQI3kG4echKqOuFEgEQLRCgCg/i6fYvARdmHsyf6Eo5FY1qUf6k4AoL7H
5YAktBSjQyzqnDnziKDnp6am
=rJTO
-----END PGP SIGNATURE-----



Nov 18 '05 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for your reply.

The project URL is http://localhost/EmployeeInfo.

I'd already created the EmployeeInfo in the default web site, but did
the New | Server Extensions anyway. Checked the server extensions. Got
the following:

PROBLEM: The folder "/EmployeeInfo/_vti_bin" is not executable. Marking
it executable.
CORRECTED
PROBLEM: Do you want FrontPage to tighten security as much as possible
for all FrontPage webs?
CORRECTED

Tried creating Web Application project again - failed w/ same error
message. Ran the Check Server Extensions again. The same problems were
reported & corrected. Curious as to why the first corrections didn't
persist, I re-ran the Check Server Extensions again. The same
problems/corrections were produced. Why don't the corrections persist?

BTW, here is the complete error message when trying to create the
ASP.NET project:

"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/EmployeeInfo.' 'A connection with the server could not
be established.'"

Thanks again.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQJFg14echKqOuFEgEQIvPQCg3pdWpLabycDgr3Py6QBZxF Dlt4IAoO+6
ye1wK5T00mMZRM1lyb1Z6rlA
=vC+e
-----END PGP SIGNATURE-----

Mark Fitzpatrick wrote:
Make sure that the FrontPage Server extensions are installed also (they
should be as they are a default option when installing XP Pro). What url are
you trying to create the site at? I only ask because sometimes a book has an
example, like http://mycomputer/ as the URL and when reading the book,
inadvertently copy that. Make sure that you're trying to create a web at
http://localhost/EmployeeInfo/ Also, you'll probably need to make this into
a FP-enabled web. You can do this throught he IIS MMC and right-click on the
virtual server (Default Web Site), select New | Server Extensions Web | and
enter in the exact same name as the virtual directory (web shared
directory). After that, right-click on the virtual server again and select
All Tasks | Check Server Extensions.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"MGFoster" <me@privacy.com> wrote in message
news:QV******************@newsread1.news.pas.earth link.net...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm using the MS Book _C# Step by Step_. Chapter 27: Intro ASP.Net.

I try to create a new ASP.NET Web application (EmployeeInfo) according
to the book's instructions & get error:

"A connection with the server could not be established."

O/S: Windows XP Pro.
The IIS (World Wide Web Publishing Service) is running.
The folder "EmployeeInfo" is Web Shared.
TCP/IP is running (how else could I send this msg).

Why can't VS.NET recognize that IIS is running?

Thanks for any help.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQI3kG4echKqOuFEgEQLRCgCg/i6fYvARdmHsyf6Eo5FY1qUf6k4AoL7H
5YAktBSjQyzqnDnziKDnp6am
=rJTO
-----END PGP SIGNATURE-----



Nov 18 '05 #4
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Because of the non-persistance of the corrections to the folder _vti_bin
"is not executable" I looked at the properties of that folder using
Windows Explorer & found it to be Read-Only. I removed the Read-Only
property.

Ran the ASP.NET create project again & got error that the version of
ASP.NET was not 1.1. So I ran the program
c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -lv to find
out which version of ASP.NET was installed. It reported v1.1.4322.
Since VS.NET was reporting that v1.1 wasn't installed I decided to re
install ASP.NET using the v1.1.4322\aspnet_regiis.exe. It is supposed
to:

"Install this version of ASP.NET and update scriptmaps
at the IIS metabase root and for all scriptmaps below
the root. Existing scriptmaps of lower version are
upgraded to this version."

After the re-installation I was able to create the ASP.NET project.

I don't know why my installation of Visual Studio 2003.NET didn't
register ASP.NET ver 1.1 w/ the IIS.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQJLd+IechKqOuFEgEQKYwgCgtJCl5hVzZtz+q1Vxt5cebv CPf/kAoJ+t
IxQc/1j8vvVOWGja3OHw0gDs
=fID7
-----END PGP SIGNATURE-----
MGFoster wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for your reply.

The project URL is http://localhost/EmployeeInfo.

I'd already created the EmployeeInfo in the default web site, but did
the New | Server Extensions anyway. Checked the server extensions. Got
the following:

PROBLEM: The folder "/EmployeeInfo/_vti_bin" is not executable. Marking
it executable.
CORRECTED
PROBLEM: Do you want FrontPage to tighten security as much as possible
for all FrontPage webs?
CORRECTED

Tried creating Web Application project again - failed w/ same error
message. Ran the Check Server Extensions again. The same problems were
reported & corrected. Curious as to why the first corrections didn't
persist, I re-ran the Check Server Extensions again. The same
problems/corrections were produced. Why don't the corrections persist?

BTW, here is the complete error message when trying to create the
ASP.NET project:

"The Web server reported the following error when attempting to create
or open the Web project located at the following URL:
'http://localhost/EmployeeInfo.' 'A connection with the server could not
be established.'"

Thanks again.


Nov 18 '05 #5

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

Similar topics

1
by: Linda Lee | last post by:
I purchased Visual Basic .NET version 2003 Standard I first try to connect Visual Basic .NET 2003 Standard to SQL Server 2000 Personal edition. When I go into Visual Basic .NET under Server...
0
by: greg_s_007 | last post by:
Just wanted to share a solution I found to this common problem that I have not yet seen posted. I am in the process of migrating an application from NT/IIS 4.0/SQL 6.5 to Win2003. The SQL...
11
by: CosmicLeap | last post by:
Hi, I am unable to connect to a database in my SQL 2000 Server installed on a Windows 2003 Server machine from an asp page. It gives the the following error: Microsoft OLE DB Provider for SQL...
2
by: heyitsme_ryan | last post by:
Ei guys I’m Ryan from Philippines, I need your advice and recommendations about Windows 2003 Server and SQL Server 2000 installation. Well, here’s the scenario. First is for windows 2003 server:...
2
by: David | last post by:
Hello, I have an application that has been running for years and had little problem with it. We've been retesting the latest code under Windows 2003 and found a surprise. There is a certain...
2
by: Vaap | last post by:
I did lot of googling to see if I can solve the SQL server not found problem while trying to run ASP.Net community starter kit from an XP machine to Windows 2003 server hosting SQL server 2000...
3
by: Krach | last post by:
Hi everybody! I'm decided to develop (at least try) a custom pop3 connector / mail downloader for Exchange 2003. The question is simple: How do I start? I use MS Visual Studio 2003 (VB .Net). I...
3
by: Decidion | last post by:
I received a copy of VB.NET 2003 standard from Microsoft as part of a promotion by viewing ASP.NET webcasts. Included was an ASP training CD and "ASP.NET Programming with Visual Basic.NET" by G....
3
by: Vinod R.Shenoy | last post by:
Hi All, Came across a post wherin you had helped somebody with a similar problem and was wondering if you could help us out with it. Our problem is , We have a development SQL Server 2000...
4
by: Cindy H | last post by:
Hi I am currently using Visual Studio.Net 2003 running on Windows Server 2000 operating system. I have used Visual Studio.net 2003 connecting to Access 2002 databases in the pass with great...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.