PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Cannot run WebDev in test mode
Cannot run WebDev in test mode
Débuté par Hairy Haggis, 29 aoû. 2009 17:45 - 5 réponses
Posté le 29 août 2009 - 17:45
Hi there,
I am struggling with WebDev 12. I have been developing with .NET for a while now, but cannot get WebDev to run in test mode. The static site example will run, but nothing else will, and I get the following error when I try:

http://localhost/WD120AWP/WD120Awp.exe/CTX_5228-0-dxTpGOdshG/CONNECT_MODETEST

can anyone help, I assume that this is an IIS setup issue, but have so far been unable to make any headway.

Many thanks
Posté le 30 août 2009 - 01:52
Hi. This url has a context generated by Webdev Server. You can reuse this
url in each call. Try a call like


http://localhost/WD12AWP/WD120AWP.EXE/CONNECT/project>


Rubén Sánchez Peña


"Hairy Haggis" <hairy.haggis@hotmail.co.uk> escribió en el mensaje de
noticias news:1d9d09beb13c1364a49e4ff1abb00bc7@news.pcsoft...

Hi there,
I am struggling with WebDev 12. I have been developing with .NET for a
while now, but cannot get WebDev to run in test mode. The static site
example will run, but nothing else will, and I get the following error
when I try:

http://localhost/WD120AWP/WD120Awp.exe/CTX_5228-0-dxTpGOdshG/CONNECT_MODETEST

can anyone help, I assume that this is an IIS setup issue, but have so far
been unable to make any headway.

Many thanks
Posté le 30 août 2009 - 16:25
Hello Ruben,
Thanks for the suggestion, however it does not work. I cannot connect to my own project, nor to any of the WebDev supplied examples apart from the "My First Static Site" example.

Can anyone help?
Posté le 31 août 2009 - 00:46
"My First Static Site" example doesn't use the Webdev Aplication Server. It
only need a web server to run.


Do you has configure the access rights to webdev folders? You must do it if
you are using IIS like web server. Apache is more simple to deploy.


Rubén Sánchez Peña




"Hairy Haggis" <hairy.haggis@hotmail.co.uk> escribió en el mensaje de
noticias news:86784601d33022014fead01af4f80f0d@news.pcsoft...

Hello Ruben,
Thanks for the suggestion, however it does not work. I cannot connect to
my own project, nor to any of the WebDev supplied examples apart from the
"My First Static Site" example.

Can anyone help?

Posté le 31 août 2009 - 00:46
Hi Hairy...

first think to do is look in the webdev administrator (icon in the
systray) and use the advanced tab/diagnostic button...

When done, tell us the results and also the versions you are using
(webdev, web server, OS)...

You can also search on this forum where these problems have been talked
about many times and find the answers matching your configuration

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Hairy Haggis wrote:
Hello Ruben,
Thanks for the suggestion, however it does not work. I cannot connect to my own project, nor to any of the WebDev supplied examples apart from the "My First Static Site" example.

Can anyone help?
Posté le 01 septembre 2009 - 13:57
Hello,
I have managed to solve this one with thanks to you all.

I had not registered the WD120AWP folder with IIS as a default web site.

Having done this everything is now working fine.

Many thanks again if rall of your assistance.

hh