My web pages are not being updated correctly
Hello,
I'm having a problem with the IIS 6.0 server, serving up my web pages.
Windows 2003. I have the following four html files and one *.dll
executable.
The first html file, called user.html, contains html code that divides my
web page into 3 frames. (heading frame, left or menu frame, and right
frame). This works fine.
user.html
<html>
...
<frameset rows="125,*" framespacing="2" border="1" frameborder="1">
<frame src="../User/heading.html" scrolling="auto" name="heading">
<frameset cols="200,*" framespacing="2" border="1" frameborder="1">
<frame src="../User/menu.html" scrolling="auto" name="left_frame">
<frame src="../User/home.html" scrolling="auto" name="right_frame">
</frameset>
</frameset>
...
</html>
The second html file, called menu.html, contains the following html code
which has a link.. Clicking on the link will execute a .dll which should
ouptut a new web page. I have the target, as target="_parent".
menu.html
<html>
....
<font face="Arial"><b><a href="../Scenario/Scenario_Link/Scenario_Link.dll"
target="_parent">Scenario</a></b></font>
...
</html>
This .dll, called Scenario_Link.dll, when executed, makes a request to the
server to output the third html file, called scenario_link.html. This web
page will consist of the three frames(heading, menu, and right) where the
right frame will be updated with new html code(fourth html file,
scenario_generation_update_frame.html). The html code for this
scenario_link.html file is:
scenario_link.html
<html>
...
<frameset rows="125,*" framespacing="2" border="1" frameborder="1">
<frame src="../../User/heading.html" scrolling="auto" name="heading">
<frameset cols="200,*" framespacing="2" border="1" frameborder="1">
<frame src="../../User/menu.html" scrolling="auto" name="left_frame">
<frame
src="../Scenario_Generation/scenario_generation_update_frame.html"
scrolling="auto" name="right_frame">
</frameset>
</frameset>
....
</html>
When one clicks on the Link, the .dll is executed, which updates the
scenario_generation_update_frame.html file and then makes a request to the
server with the scenario_link.html file as its source. The server does
output the correct web page the first time, but subsequent clicks on the
Link, does not change the web page even though the file,
scenario_generation_update_frame.html, has been updated and changed, which
is part of the scenario_link.html file which is sourced to the server.
I've tried sourcing the scenario_link.html file as a file and then as a
buffer to the server but the same thing happens. Namely, it works for the
first click, but subsequent clicks the web page is not being updated or
changed even though the scenario_generation_update_frame.html has been
updated correctly.
Any ideas? Let me know if you need more information. Thank you. Tag: Permissions with IIS 6.0 Tag: 360673
Publising Frontpage Website
When I'm ready to publish my Frontpage website, does frontpage have to be installed on the server that I'm publishing too?
From http://www.developmentnow.com/g/59_2003_10_0_7_0/inetserver-iis.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com Tag: Permissions with IIS 6.0 Tag: 360672
IIS Logs
I am using IIS 5 Logs W3C Extended format I need to collect vital information
on authenticated users on the website?
All the entries for the authenticated username for the fields cs-username
are empty in the above IIS logs the other information appears to be captured
in the above logs The user name and password are entered into an ASPX login
form, but the actual authentication is performed by forms authentication.
I need the username in the log files in order that webtrends log analyzer
could use it to provide meaningful information about the web usage. How can I
code the ASPX login form to push the authenticated username into the IIS
logs?
What object collection in IIS contains the authenticated users or current
user logged on for the session?
See Attached log file and screenshot of the extended properties of IIS. Tag: Permissions with IIS 6.0 Tag: 360668
Session timeout runs unexpectedly
Hi,
We have a webapplication on IIS 5.0 using ASP technology.
The application runs a lot of forms.
On these forms we are tracing how many forms are opened, printed
and sent to recievers that are spesified. This is stored in a MSSQL
database.
A form created by a user uses the logID (used for tracing) to define the
temperary
form and is stored on the harddisk in xml format.
The thing is that many forms created by the end user seems to loose the
logID.
And the log shows that meny users loose the session that holds the logID on
Session_OnEnd.
Thats because I insert a row to the log when Session_OnEnd has run.
The log shows for a spesific user that a form has been generated on a
spesifc time and the
Session_OnEnd has been run 4 minutes after creation. The timeout on the
server is 60 minutes.
This only shows that the IIS server drops sessions form time to time. Can
concur on this??
For some reason session may be stoped without even though timeout is not
reached.
Hope someone can help me...
In advance thanks a lot!!
Kind regards,
Jon Haakon Tag: Permissions with IIS 6.0 Tag: 360665
Multiple IP addresses
Hi all,
I have a Windows 200 server that has 2 network cards. Both cards are
assigned internal addresses (10.10.10.1 and 10.10.10.2) Our Firewall does NAT
to translate the external address to the internal address. This machine hosts
2 websites.
We have need for a third website. I have looked into assigned multiple IP's
to one card and could not get that to work. I have seen a mention on have
Win/2000 server host more than 2 websites, but cannot find anymore
information.
Can someone please help?
Thanks,
George Tag: Permissions with IIS 6.0 Tag: 360654
IIS 5.0 - Web Sites Disappear from Metabase/MMC
Hello All:
I have a weird problem- after adding a new web site via the MMC to the
server, it adds fine, runs OK but then at some point it just disappears
from the MMC/Metabase like it was never added.
Does anyone have any ideas as to why this would be occurring and how to
solve this?
Thanks!
Jason Tag: Permissions with IIS 6.0 Tag: 360652
HELP Please! -- Can't get to my credit card (secure) page
HI,
I am VERY untechnical. A couple of weeks ago now I found that I was unable
to get to my citibank credit card account (192.193.217.120). I can get to
every other secure site but that one. After go arounds with citibank and aol
I'm still no where. When I request the page I get "No page to display" and
"unable to link to page requested". I've tried downloading the patches from
microsoft internet explorer but still no luck. Can anyone help me? Please
email me at dollhots@aol.com if you can. Tag: Permissions with IIS 6.0 Tag: 360651
HTTP 500 - Internal server error
I am getting following error message when I try to access my local webpage on
my pc.
HTTP 500 - Internal server error
Internet Explorer
I have checked various option of removing Friendly Error Message Check box.
But nothing works. Still getting the same error. Tag: Permissions with IIS 6.0 Tag: 360646
Perl killing IIS
Has anybody else had any problems when trying to run CGI written in Perl?
Occasionally, the processor usage on the server drops down to 0% requiring
me to restart IIS. Anybody else come across anything like this?
Thanks,
Aled Tag: Permissions with IIS 6.0 Tag: 360642
SBS Error 404 when accessing Server Manager Snap-Ins
I have an SBS 2003 server. When I attempt to access certain snap-ins, I get
an error 404 message. As an example, when I select "Backup", I will get the
backup related links on the left frame of the page, but the right frame with
the main content shows an error 404 message. If I recall, this should show a
status of recent backups by default. Please help! I have been trying to track
this down for some time with no luck. Tag: Permissions with IIS 6.0 Tag: 360622
can't find Properties in IIS
Hello;
I am trying to get my Coldfusion server running after I installed IIS. I
went to Macromedia's site and found this link(
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18289 ) that
explains why it is not working. I am trying to do the solutions steps and I
am stuck on step 2. When I right click on the icon I have no Properties
option. Thanks for your time. Tag: Permissions with IIS 6.0 Tag: 360617
Deny delete permissions for FTP
Hi,
I have an FTP being run by IIS. I allow anonymous logons, where anonymous
users can navigate to /incoming directory to upload files. However, I want to
make it so that users can only upload files, but not delete them.
I have gone to the Security tab for the properties of this folder (under
NTFS), and I added user "ANONYMOUS LOGON" and I set all the permissions
correctly. However, when I try to logon to the FTP anonymously and delete a
file from /incoming, it still allows it.
Why is this?
Thanks!
Yaron Tag: Permissions with IIS 6.0 Tag: 360616
Cleartext password
Hi,
I installed IIS 6.0 and now Users are using their Active Directory account n
password for FTP authentication and then they are able to use their user
folders as per their permission levels. So far so great.
I am but curious about cleartext password. I know Basic FTP client will send
clear text user name and password over network. So that means now my all
network user accounts and passwords can be compromised? Is there anyway
making this secure? I don;t want to open Anonymous access to my FTP site.
Please Help
Thanks Tag: Permissions with IIS 6.0 Tag: 360615
IIS6 Web logs permissions
Hi,
Ive had some strange problems whereby I create a folder i.e weblogs for IIS
to store log files for different websites and grant read permissions to a
user I have created. IIS creates new W3SVC folders within the folder but the
permissions dont seem to get inherited from the weblogs folder. I have to
manually select re-propagate so Windows 2003 server will go through all the
files and set the correct permissions. The box has been ticked on advanced
so that permissions from the top folder are picked up by sub folders. Why is
this not happening automatically? Any ideas, temporary fixes much
appreciated :)
Many thanks
Matt Tag: Permissions with IIS 6.0 Tag: 360611
Remove IIS Anonymous Access
Does anyone know how to programmatically remove Anonymous Access from an IIS
web application? I'm assuming this can be done using WMI and Visual Basic
Script.
- Brad Tag: Permissions with IIS 6.0 Tag: 360610
IIS Times out
We have a win2k3 box and for some reason, the websites, mail and other ports
stops responding after a while. It seems to work fine for like 6-8 hours,
then it just stops, until we reboot the server.
I know this question might be asked before, but no answer can be found
anywhere. This is rather urgent, and any help woule be appreciated. Tag: Permissions with IIS 6.0 Tag: 360609
Monitoring Load Balanced Websites
I've spent a fair amount of time searching for information on monitoring
website health and availbility; but have not come across anything that
addresses sites hosted on network load balanced servers.
Has anyone else found a way of accurately determining if a site is down or
experiencing problems on a specific server and ultimately reporting overall
availability of the site? Any tips would be greatly appreciated. Tag: Permissions with IIS 6.0 Tag: 360606