Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
IW-Mount Web Site can't run ASP file?
Herman
Hello,
I intsall Teamite 6.1 on my windows 2003
My website can run .ASP .ASPX correctly.
I got a problem about I can't preview .asp file throuth content center.
the system response: HTTP error 404
I use iwproxy debug mode:
[Access control not enabled in iwproxy_access_control_enabled for url
/iw-mount/store2/main/www/WORKAREA/www/htdocs/default.asp]
[Suppressing injection because of status code: 404]
but my IIS can run asp file on my creat website ,
but I go into IW-Mount Web Site (Teamsite auto configure),
in here I can't run ASP file.
some body tell me why?
Find more posts tagged with
Comments
stefanmaier
Hi,
did you try to request your ASP page directly from IIS, not through iwproxy.
I assume, that you configured your IIS running on port 81? Then take a webbrowser, and request
http://tsserver:81/iwmount/yourpath...asp
If this request is answered correctly, next step is to configure iwproxy...
Stefan
Herman
yes,
I browse .asp from IIS(IW-Mount Web Site) is not run correctly.
maby TSIMP_temp2 don't have execute permission on IIS6.
stefanmaier
Hi,
check if TSIMP-User is member of TeamSite Web Preview group and
if the TeamSite Web Preview group has adequate access to the asp pages.
Herman
yes, the teamite default users is all correct,
and i run tspostreboot.pl to configure IIS6.0 many time.
But just can't run asp file
stefanmaier
What's with your Web Site Extensions? ASP is allowed for the whole IIS server?
In your first posting you say, that ASP runs correctly. Did you tested your asp page in an additional application under the IIS default web site?
If so, compare the configuration in the properties dialog from this additional application with the iw-mount properties.
Typing error in URL? => try to find your asp page under the iw-mount tree in the IIS default web site and double click on it...
Herman
I say my default web site can run asp correctly,
of couse the web site extensions is allowed asp page,
I have done the IW-Mount Web Site and my default web site ,
every setting is the same,
execpt:
my default web ; IW-Mount Web
port: 82 ; 81
access account:
IUSR_TEMP2 ; TSIMP_temp2
and I checked every thing should be set,
every thing is correct,but IW-Mount can't run asp ,aspx... on IIS6.0
but IW-Mount can run asp on IIS5 another windows,
I think that's problem of Teamsite to collocation IIS6.0 ,
that's bug of teamsite.
stefanmaier
Hi,
you say that you run tspostreboot.pl for IIS reconfiguration.
Isn't it so, that tspostreboot.pl actives the iw-mount web application as part of the "Default Web Site"?
In your last post you say, that you're using a "IW-Mount Web Site", so I assume, that you configure this website manually...
To eliminate any possibility of misconfiguration of "IW-Mount Web Site":
- activate a new web application named "cgitest" as part of your "IW-Mount Web Site", with local path anywhere on your filesystem
- copy your asp pages into this directory
- try to request your asp pages within this new web application
Stefan
Herman
I found the right way to solve:
1.Open C:\iw-home\install\tspostreboot.pl
2.Find # IIS6.0 (this part)
call_system("\"$scriptsdir\\adsutil.vbs\"", "set", "$iiid/AllowPathInfoForScriptMappings", "1");
3.comment # call_system("\"$scriptsdir\\adsutil.vbs\"", "set", "$iiid/AllowPathInfoForScriptMappings", "1");
4.Open IIS, Delete the IW-Mount Web Site
5.Run command
c:\iw-home\iw-perl\bin\perl c:\iw-home\install\tspostreboot.pl c:\iw-home IIS
Then you can run asp file! Now you know?
IWguy
Does anyone know what are the ramifications of commenting that line out?