Hi guys,
Wonder if you could help me with the following scenario..
Currently, I have VS2005 install on a dev machine (Vista Biz), with several
projects in development. All projects use the built in SQL Server Express a
database engine, all code/database files etc are located on the local machine
hard drive.
At the moment, I have IE7 and Firefox installed on the dev machine.
However, I want to test to multiple browsers to make sure my sites are
cross-browser/accessible... namely IE6/7, Safari, Firefox and Opera on a
combination of PC, Mac and Linux. My solution for the testing platform is a
Mac Mini running Parallels with several "virtual machines" (for want of a
better term!).. xp/IE6, vista/IE7, Linux/Lynx/Mosaic/Mozilla, and of course
Firefox, Safari and Opera natively on OS X. Seems like an elegant (and space
saving!) solution.
The problem I have is getting any of the other machines on my network to
"see" the development server on my Vista Biz machine. Is there something I
need to allow to enable other machines on my network to see it?
The only other thing I can think of is using my Win2k3 server with IIS6. The
problem here is that VS won't let you add databases, etc when the "root
directory" of a website is on a shared drive. :(
Thanks for any light you can shed!
Dan
Steven Cheng[MSFT] - 31 Jan 2008 02:38 GMT
Hi Dan,
As for the VS web test server, it only support requests from the local
server and can not work as a formal webserver to deal with cross machine
requests.
If you want to do formal tests cross multi client from remote, I suggest
you setup the application in IIS server. As for the "database on share
location" you mentioned, would you provide some further description? As
far as I know, SQL express db should be able to work for IIS hosted web
project. Also, you can alternatively move the database into SQL Server
express instance (instead of userinstance mode).
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?bXVzb3NkZXY=?= <musoswire@community.nospam>
>Subject: VS Development server available across network?
>Date: Wed, 30 Jan 2008 03:17:05 -0800
>Hi guys,
>
[quoted text clipped - 26 lines]
>
>Dan