473,756 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

virtual PC/Server 2003 hosting glitches...

Hi folks,
I'll try and keep this as short as I can and have it still make sense.

I'm working on a corporate locked down copy of XP, I'm not allowed to have
IIS on this machine. this makes it somewhat hard to write ASP.net applications
our IT dept came up with a workaround acceptable to their security standards
We'd put Virtual PC 2004 on our machines, install windows Server 2003 (web
edition) on it and then Visual studio on our XP machines and when we come to
create a new web project we hook into the virtual server's IIS and virtual
directories etc.

I've made sure that ASP.net is enabled (i.e allowed) on the Server 2003 IIS

when I go to create a new project for ASP.net from my containing XP OS and
point it to the 'contained' IIS server at my pre-made Virtual directory I get
the following error:

cannot acess 'cannot access \\YOURERVER\www root$\yourVirtu alDir\App1' eiher
it doesn't exist or you do not have access...

how could an error message not disambiguate between me
a) not having access
vs
b) the path not being valid

that is just so unhelpful...

anyway, I seem wholly unable to create web projects/solutions on my virtual
server any ideas

many thanks in advance for any help

Regards
CharlesA

Jan 17 '06 #1
3 2146
Charles,

This is a whole different way to go, but I wanted to make certain that
you've considered it: are you using Visual Studio 2003 or 2005? If you are
using 2005 or can upgrade to 2005 then it comes with a built in webserver
application that fires up only when you are using it. It uses what is now
being called a "file system" web project and the server is only available on
the local machine. That scenario may be acceptable to your security staff
because IIS is not necessary.
--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"CharlesA" <Ch******@discu ssions.microsof t.com> wrote in message
news:2C******** *************** ***********@mic rosoft.com...
Hi folks,
I'll try and keep this as short as I can and have it still make sense.

I'm working on a corporate locked down copy of XP, I'm not allowed to have
IIS on this machine. this makes it somewhat hard to write ASP.net
applications
our IT dept came up with a workaround acceptable to their security
standards
We'd put Virtual PC 2004 on our machines, install windows Server 2003 (web
edition) on it and then Visual studio on our XP machines and when we come
to
create a new web project we hook into the virtual server's IIS and virtual
directories etc.

I've made sure that ASP.net is enabled (i.e allowed) on the Server 2003
IIS

when I go to create a new project for ASP.net from my containing XP OS and
point it to the 'contained' IIS server at my pre-made Virtual directory I
get
the following error:

cannot acess 'cannot access \\YOURERVER\www root$\yourVirtu alDir\App1'
eiher
it doesn't exist or you do not have access...

how could an error message not disambiguate between me
a) not having access
vs
b) the path not being valid

that is just so unhelpful...

anyway, I seem wholly unable to create web projects/solutions on my
virtual
server any ideas

many thanks in advance for any help

Regards
CharlesA


Jan 17 '06 #2
Thanks for your post Justin, however we don't have VS 2005 and nor will we
have it for a while, so we have to use VS 2003
thanks for the answer anyway
Regards
CharlesA
Jan 17 '06 #3
for security reasons, not having access to a resouce returns the same error
as the resource not existing.

vs2003, is calling the iis server and asking for the path for the given
virtual dir, the iis server is returning not found, but vs doen't know if
this is because its really not there, or it just doesn't have access.

most likely you did not create the vir in iis first before opening the
porject.

-- bruce (sqlwork.com)
"CharlesA" <Ch******@discu ssions.microsof t.com> wrote in message
news:2C******** *************** ***********@mic rosoft.com...
Hi folks,
I'll try and keep this as short as I can and have it still make sense.

I'm working on a corporate locked down copy of XP, I'm not allowed to have
IIS on this machine. this makes it somewhat hard to write ASP.net
applications
our IT dept came up with a workaround acceptable to their security
standards
We'd put Virtual PC 2004 on our machines, install windows Server 2003 (web
edition) on it and then Visual studio on our XP machines and when we come
to
create a new web project we hook into the virtual server's IIS and virtual
directories etc.

I've made sure that ASP.net is enabled (i.e allowed) on the Server 2003
IIS

when I go to create a new project for ASP.net from my containing XP OS and
point it to the 'contained' IIS server at my pre-made Virtual directory I
get
the following error:

cannot acess 'cannot access \\YOURERVER\www root$\yourVirtu alDir\App1'
eiher
it doesn't exist or you do not have access...

how could an error message not disambiguate between me
a) not having access
vs
b) the path not being valid

that is just so unhelpful...

anyway, I seem wholly unable to create web projects/solutions on my
virtual
server any ideas

many thanks in advance for any help

Regards
CharlesA


Jan 17 '06 #4

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

Similar topics

3
2054
by: andy | last post by:
Hi, I'm trying to get mod_python working on my web server, but I'm running into problems, possibly due to having virtual hosts configured. I'm no apache guru (newbie is more accurate!) so I could easily be doing something wrong. The apache configuration is further complicated by having an include file for each virtual host, so the config isn't actually *in* the main apache conf file!
8
5591
by: Rodd Snook | last post by:
I have an application which makes extensive use of the Scripting.Dictionary object. I'm not doing anything silly like putting them outside the page scope -- just creating quite a few of them and stuffing quite a lot of data (from and MS SQL database) into them. On Windows 2000 server, everything is fine. If the data structures get really big it slows down, but for normal operation it's no problem. Recently our hosting provider moved to...
5
1548
by: DC Gringo | last post by:
I'm trying to create an installer that will deploy my web application onto a webserver http://www.myserver.com. Instead, it's forcing me to install into a virtual directory of the localhost webserver. What can I do? _____ DC G
2
1802
by: Amir Eshterayeh | last post by:
simulate virtual directory for each user Dear Friends Would you please give me your professional idea about this asp.net problem. I need different virtual directory for different customer with their names like these: www.oursite.com/Jack www.oursite.com/Sue
2
3215
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 database. Tried all possible combinations but it still fails. I have Windows 2003 server having SQL Server 2000 installed with SP2. The installation went Ok on a XP professional machine and I was able to create database and user logins etc on...
8
3397
by: nick | last post by:
I have a problem and I've been using a cheezy work around and was wondering if anyone else out there has a better solution. The problem: Let's say I have a web application appA. Locally, I set it up as C:\domains\appA. Locally, my IIS root points to C:\domains. I don't point it to C:\domains\appA since if I have an appB under C:\domains I wouldn't be able to get to it. So to access it via my browser I go to localhost/appA.
3
2581
by: rfontaine | last post by:
I have a virtual directory on IIS 5.0 to a remote share on a Windows 2003 file server. The "connect as" is a domain user account. The share as read permission for everyone and the NTFS permission is set so the user as access to the directory. I get the stop sign with the status "logon failure: the user has not been granted the request type logon" The local policies on the file server for allow access from the network contains the...
0
1306
by: dba123 | last post by:
I'm trying to implement my own Virtual Path Provider class. http://msdn2.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider.aspx http://support.microsoft.com/?scid=kb;en-us;910441&spid=8940&sid=513 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/vpp_vga.asp However, I'm not going to be using an external store such as a DB, etc. because we are only going to be watching for 3 unique URLs. ...
2
1797
by: Yash | last post by:
Dear all, I am newbee with virtual hosts, please help ! I am facing a problem with virtual hosting. I want to create virtual host on my local system before creating it on server. We have developped an applicacation on Tomcat 5.5.12 using java, struts, spring and hibernate. We are on a continous upgation, and we upgarate our site every
0
9271
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9838
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9708
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8709
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6534
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5140
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5302
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3354
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2665
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.