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

Cassini VS 2003 aspx project creation error

Running XP Home which does not come with IIS. In response to advice received on this
forum I installed the Cassini web server to serve in place of IIS. See here for Cassini:
http://www.asp.net/Projects/Cassini/...ndex=0&tabid=1

Trying to create an asp.net project in VS 2003. When I try to create the problem I
get this error:

"The default Web access mode for this project is set to file share, but the project
folder at 'http://localhost/WebApplication1' cannot be opened with the path
'\\MYMACHINE\wwwroot$\WebApplication1'. The error returned was:

Unable to create Web project 'WebApplication1'. The UNC share
'\\MYMACHINE\wwwroot$\WebApplication1' does not exist or you do not have access.

It asks me to retry with a different file share path. Well, can I then specific a
real file path rather than a URL path? Why did it fail?

When I started Cassini I gave it:
d:\mainpage
as the directory to start in. Should I create a subdir called WebApplication1 in
that mainpage directory?

It also gives me another option: "Try to open the project with FrontPage Server
Extensions". Should I do that instead?
Nov 19 '05 #1
5 1409
re:
I installed the Cassini web server to serve in place of IIS.
That won't work with VS 2003.
VS 2003 *already* has a version of Cassini installed.

If you setup Cassini *and* VS.NET 2003, the internal
web servers will interfere with each other on port 80.

VS 2003 won't work with an external web server, like Cassini.

Have you tried to use the Web Matrix ?

http://www.asp.net/webmatrix/faq.aspx

The web matrix *will* work in XP Home and will allow you
to test web apps which you can then upload to production servers.

Other than that, I'd suggest -at least- an upgrade to XP Pro.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Randall Parker" <NOtechieSPAMpundit_please@future_avoidjunk_pundit .com> wrote in message
news:ea**************@TK2MSFTNGP14.phx.gbl... Running XP Home which does not come with IIS. In response to advice received on this
forum I installed the Cassini web server to serve in place of IIS. See here for Cassini:
http://www.asp.net/Projects/Cassini/...ndex=0&tabid=1

Trying to create an asp.net project in VS 2003. When I try to create the problem I get
this error:

"The default Web access mode for this project is set to file share, but the project
folder at 'http://localhost/WebApplication1' cannot be opened with the path
'\\MYMACHINE\wwwroot$\WebApplication1'. The error returned was:

Unable to create Web project 'WebApplication1'. The UNC share
'\\MYMACHINE\wwwroot$\WebApplication1' does not exist or you do not have access.

It asks me to retry with a different file share path. Well, can I then specific a real
file path rather than a URL path? Why did it fail?

When I started Cassini I gave it:
d:\mainpage
as the directory to start in. Should I create a subdir called WebApplication1 in that
mainpage directory?

It also gives me another option: "Try to open the project with FrontPage Server
Extensions". Should I do that instead?

Nov 19 '05 #2
Juan,

But I do not believe on my machine that the version of Cassini from VS 2003 is
already running. When I first tried to create an ASP.Net Web Application project in
VS 2003 it complained:

"Visual Studio .NET cannot create or open the application because no Web server was
detected at this URL: 'http://localhost/WebApplication1'. Make sure the Web server is
installed and running."

I went thru the Tools menu bar item's sublist and tried poking around and could not
find the place where one activates it. Can you tell me where to go in VS 2003 to
activate its copy of Cassini?

Juan T. Llibre wrote:
re:
I installed the Cassini web server to serve in place of IIS.

That won't work with VS 2003.
VS 2003 *already* has a version of Cassini installed.

If you setup Cassini *and* VS.NET 2003, the internal
web servers will interfere with each other on port 80.

VS 2003 won't work with an external web server, like Cassini.

Have you tried to use the Web Matrix ?

http://www.asp.net/webmatrix/faq.aspx

The web matrix *will* work in XP Home and will allow you
to test web apps which you can then upload to production servers.

Other than that, I'd suggest -at least- an upgrade to XP Pro.

Nov 19 '05 #3
Juan,

I just checked the directory tree where VS 2003 is installed and there are no files
in that directory tree that fit Cassini*.*. So are you sure that VS 2003 comes with
Cassini?

Also, before I started up the Cassini that I downloaded URLs like these did not work:
http://127.0.0.1/
http://localhost
and then when I started up Cassini that I downloaded those URL worked.

So I do not see there is a collision going on between rival versions of Cassini.

Juan T. Llibre wrote:
re:
I installed the Cassini web server to serve in place of IIS.

That won't work with VS 2003.
VS 2003 *already* has a version of Cassini installed.

If you setup Cassini *and* VS.NET 2003, the internal
web servers will interfere with each other on port 80.

VS 2003 won't work with an external web server, like Cassini.

Have you tried to use the Web Matrix ?

http://www.asp.net/webmatrix/faq.aspx

The web matrix *will* work in XP Home and will allow you
to test web apps which you can then upload to production servers.

Other than that, I'd suggest -at least- an upgrade to XP Pro.

Nov 19 '05 #4
re:
I just checked the directory tree where VS 2003 is installed and there are no files in
that directory tree that fit Cassini*.*. So are you sure that VS 2003 comes with
Cassini?
Yes it does, but it's not *named* Cassini.
VS 2003 uses a modified version of Cassini.

re: Also, before I started up the Cassini that I downloaded URLs like these did not work:
http://127.0.0.1/
http://localhost
and then when I started up Cassini that I downloaded those URL worked.
They will work, alright, but VS 2003 won't work with them.

Again -under XP Home- Web Matrix is your best choice.

Web Matrix can use its internal server under XP Home. VS 2003 can't.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Randall Parker" <NOtechieSPAMpundit_please@future_avoidjunk_pundit .com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl... Juan,

I just checked the directory tree where VS 2003 is installed and there are no files in
that directory tree that fit Cassini*.*. So are you sure that VS 2003 comes with
Cassini? Also, before I started up the Cassini that I downloaded URLs like these did not work:
http://127.0.0.1/
http://localhost
and then when I started up Cassini that I downloaded those URL worked. So I do not see there is a collision going on between rival versions of Cassini. Juan T. Llibre wrote:
re:
I installed the Cassini web server to serve in place of IIS.

That won't work with VS 2003.
VS 2003 *already* has a version of Cassini installed.

If you setup Cassini *and* VS.NET 2003, the internal
web servers will interfere with each other on port 80.

VS 2003 won't work with an external web server, like Cassini.

Have you tried to use the Web Matrix ?

http://www.asp.net/webmatrix/faq.aspx

The web matrix *will* work in XP Home and will allow you
to test web apps which you can then upload to production servers.

Other than that, I'd suggest -at least- an upgrade to XP Pro.

Nov 19 '05 #5
Juan T. Llibre wrote:
re:
I just checked the directory tree where VS 2003 is installed and there are no files in
that directory tree that fit Cassini*.*. So are you sure that VS 2003 comes with
Cassini?
Yes it does, but it's not *named* Cassini.
VS 2003 uses a modified version of Cassini.


What is it called or how to I activate it?
Again -under XP Home- Web Matrix is your best choice.
Will VS 2003 use Web Matrix as its web server? Or do I have to give up on VS 2003 in
order to use Web Matrix?
Web Matrix can use its internal server under XP Home. VS 2003 can't.


Nov 19 '05 #6

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

Similar topics

0
by: Keith Bozek | last post by:
I want to run the latest cassini server (0.6.812) with vs.net 2003. I am recieving the error Web server is not running ASP.NET version 1.1. I have searched several sites and have applied suggested...
9
by: Marc Miller | last post by:
Hi all, I have 2 dev. machines, the 1st is Win 2000 with .NET 7.0 and the 2nd is XP Pro with .NET 2003. My Web Server is Win 2000 Server with IIS 5.0. I can create a new project on my test...
3
by: WStoreyII | last post by:
I have downloaded the cassini web server, as i was told that it would allow me to develop asp.net applications since i can not use iis on windows xp. However i do not know how to install it i...
0
by: Piotr Karwatka | last post by:
Is any way to use cassini or other server (not IIS) in vs.net 2003 to develop asp.net pages? I have project made on IIS VS.2003 on Windows Server 2003 and now i have to compile this os Windows XP...
2
by: Randall Parker | last post by:
I managed to create and compile a simple aspx source file from VS 2003. When I try to access it thru the Cassini web server from my web browser on the same machine I get this below. Anyone know...
2
by: Wiktor Zychla [C# MVP] | last post by:
Hi, I struggle for over an hour with the integrated Cassini web server. the problem I am facing is as follows: when I turn forms authentication on in the web.config file, the website seems to...
2
by: Les Caudle | last post by:
I've gotten url mapping to work perfectly while running in VS 2005 Cassini debug mode. I simply added this to web.config <urlMappings enabled="true"> <add url="~/school"...
4
by: Anbu | last post by:
Hi All, I'm using the Cassini component in my desktop application to create a web site to host the web services. The application works fine in normal scenario. If the system is kept idle for...
4
by: yancheng.cheok | last post by:
Hello all, I have a web application, which I had developed few years ago with ASP .NET 1.1 Today, I would like to deploy the web application to client, using ASP .NET 2.0 + UltiDev Cassini...
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
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.