I set my Web application in offline mode ,but I still can not reopen this application without active

  • Thread starter Thread starter msvs
  • Start date Start date
M

msvs

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 ?
 
Hello (e-mail address removed),

Don't quite understand you.
Could you describe what web app/web service do you use, how you set offline
more and what behaviour u want to get in offline mode?
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
 
Michael said:
Hello (e-mail address removed),

Don't quite understand you.
Could you describe what web app/web service do you use, how you set offline
more and what behaviour u want to get in offline mode?

---
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 Nietzsche



After I create a project of ASP.NET web application which will be
running on web server(IIS5.0) , I make this project into offline mode
in visual studio.net IDE. From then on each time I reopen the same
project I always get a message like "no connection to web server ,fail
to open project". Why I could not work on my web application project
while I have no connection to web server?
 
Hello (e-mail address removed),

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
 
Michael Nemtsev 写é“:
Hello (e-mail address removed),

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


---
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 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.
 
Back
Top