Hello msvs@newhua.com,
I reckon that this is the VS behaviour, since your projects are referenced
in the cproj file.
Everything depends on what u mean by "work on my web project when not connecting
to web server" if you use winapp that work with webservice - everything you
should do is not to use WS proxy.
But I'm not sure if you easily can work with offline webapp, cos it hosted
into some WebServer environment.
You need to look for the IIS (or other WebServers) SDK to find whether they
offer some kind of features
> Could anyone know how to make a web application been manipulated in
> offline mode without active network link ? Does offline web project is
> really work while I want to work on my web project when not connecting
> to web server ?
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
msvs@newhua.com - 20 Jul 2006 10:51 GMT
Michael Nemtsev 写道:
> Hello msvs@newhua.com,
>
[quoted text clipped - 21 lines]
> "At times one remains faithful to a cause only because its opponents do not
> cease to be insipid." (c) Friedrich Nietzsche
The offline project is supported by Visual studio2003 .My problem is
how to do things right ,because I doubt something wrong with setting of
IIS or IDE.