PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Webdev with IIS7
Webdev with IIS7
Débuté par Michael Drechsel, 05 jan. 2011 16:07 - 14 réponses
Posté le 05 janvier 2011 - 16:07
Hi,
is there any document how to configure the IIS7 (Win2008) to run Webdev ?
I can´t find the the settings written in the manual for IIS6.
TIA
Posté le 05 janvier 2011 - 16:08
Posté le 05 janvier 2011 - 16:21
it's the derectory where you install the webdev engine usually
C:\WEBDEV 15\Programs\ENGINE\WINDOWS\AWP
Posté le 05 janvier 2011 - 16:24
HI Paulo,
what they mean with the path
Programs\ENGINE\WINDOWS\AWP ?
Can´t find the folder ...
Posté le 05 janvier 2011 - 16:55
mmmh.
I see only "c:\webdev 15\AWP"
And "This path must contain no space" means that c:\Webdev 15" must be renamed ?
Posté le 05 janvier 2011 - 17:02
deploy. But I see now, that the IIS7 has the seetings already after the install process
Posté le 05 janvier 2011 - 17:02
deployment or development?
Posté le 05 janvier 2011 - 18:16
Hi Paulo,
my Problem is: I get a 401 Errror when I try to deploy the sites.
I can´t found the following settings like in IIS6:
1. Open Inetmgr
2. Select WD150AWP
3. Select properties of WD150INSTAWP
4. In File Security, Modify, Uncheck "Anonymus access" and check" basic auth"
Where is that in IIS7 ?
Posté le 05 janvier 2011 - 19:06
Hi,
found it. Basic Authentication must be installed, its not per default.
Posté le 06 janvier 2011 - 11:41
Hi,
I have succellfull deployed the website to the IIS7.
But when I try to connect, I get
401 - Not autho.
Access cause of wrong logininformation granted

Any ideas ?
Posté le 06 janvier 2011 - 12:51
Did you try to test only the WEBDEV engine (retrieving the version) whithout using your app to isolate the problem?
http://your_server/wd150awp/wd150awp.exe/version
Posté le 06 janvier 2011 - 12:51
Hi,
the same. The correct english error message is:
401 - Unauthorized: Access is denied due to invalid credentials.You do not have permission to view this directory or page using the credentials that you supplied.
Posté le 06 janvier 2011 - 13:36
Ok, now I see the site, but no Data from HF SQL (I only see the AJAX Progressbar clock)
Posté le 06 janvier 2011 - 14:08
Now it looks like some app problem.
Connection definition to the HF/SQL?
FIREWALL?
Posté le 06 janvier 2011 - 14:08
Ni, Firewall disabled.
Connection is correct.