How to create ns.domainname.com
Hi,
I would like to create my own DNS server for my DomainName.com such as
NS.Domainname.com and NS1.DomainName.com Does any body know how to do this? I
need help.
Thanks Tag: iusr Tag: 360679
iis and dns configuratio behind firewall
I am setting up web servers at a co-location facility. All of the web servers
will be sitting behind a PIX 515 firewall on a private network of 10.10.10.0
addresses. The web servers are currently on the DMZ on our internal network
have multiple IP addresses configured in TCP/IP with the public IP addresses.
Should the new TCP/IP config be setup with private IPs and the sites be
configured with private IPs and let the firewall NAT to the outside?
We are also running primary and secondary DNS for the sites. Will the sites
be setup with public IP addresses?
Thanks for any help. Tag: iusr Tag: 360678
Permissions with IIS 6.0
I'm running an ASP.Net web application on Windows Server 2003. The
application is attempting to launch a non-ASP.Net web application to no
avail. Specifically, nothing happens when the user clicks a launch button.
The code for launching the second application is of the following format (C#
language):
Response.Redirect("<url_name>")
I suspect this is a permissions issue with Windows Server 2003. The code
runs on Windows XP without any problem. To confirm this, I ran the
PermissionVerifier utility that is part of the IIS 6.0 resource kit. The
test failed, and indicated that ASPNET did not have the
SeInteractiveLogonRight.
The recommended solution is to add the ASPNET client to the "Log on as a
service" policy in the "User Rights Assignment" folder in the "Local Security
Settings" dialogue. However, ASPNET is already included in this group. I
checked all the other policies to insure the proper users had been added.
Any help would be appreciated.
--
GIS System Architect Tag: iusr Tag: 360675
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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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: iusr 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