Invalid viewstate
Hi,
I have encountered a problem in our dev.test environment (W2003/ASP.NET
2.0). All of a sudden one of our asp.net web applications has seized to
function.
- We have not changed the code for this particular application for months
- We have not re-configured the IIS or the OS in anyway for months
All of a sudden every request in this application throws an exception
stating that the Viewstate is invalid.
- This is an isolated machine (i.e not a cluster)
- No load is put on the machine so the processes should have to recycle
frequently
The application runs fine in other similiar envrionments (dev.stage,
acceptance, production).
My questions:
Does anyone know if an Invalid Viewstate has been caused based upon the
requesting clients UserAgent?
Does anyone know if MS has released a security update or similiar that could
cause this problem (the effected machine is the only one that recives auto
updates..)?
The machineKey is set to Autogenerate...ASPNET is running under
Network_Service could that account update the registry hive??
Regards
/Oscar Tag: Search Link Problem Tag: 387809
IIS diagnostic
Hi
I'm running a .NET 2.0 Application on my 2003 Server and normally everything
works fine, but sometimes the application starts working very wierd...
objects stored in a shared hashtable seems to disappear.
Is there a way (I'm sure there is) to figure out what IIS is doing, things
like:
Did it run out of memory
Has a garbage collect just occured
...
I'be been looking in the logfiles, but they seems to only log information
about loaded pages.....
Where should I look??
TIA
Søren Tag: Search Link Problem Tag: 387806
URLScan Rejecting .asmx
Hello all, I've been having difficulties trying to expose my
webservice. Each call to the page returns a 404 error. After
reviewing the logs it appears as though URLScan is rejecting the
requests because the "URL contains extension '.asmx', which is
disallowed".
I've checked my .ini file and it would appear as though I should be
allowing them. Can someone please take a look at the following and see
if I'm missing something rather trivial?
Also, how do I go about disabling URLScan? I'd like to turn it off
temporarily to see if that affects anything.
Thanks,
Frank
PS I've changed the switch for UseAllowExtensions from 0 to 1 with no
change.
IIS Log:
2006-09-21 00:45:39 204.82.124.240 - 10.101.2.2 443 GET
/<Rejected-By-UrlScan> ~/webservice/Service1.asmx/ 404
URLScan Log:
[09-21-2006 - 11:45:39] Client at 204.82.124.240: URL contains
extension '.asmx', which is disallowed. Request will be rejected. Site
Instance='1', Raw URL='/webservices/Service1.asmx'
urlscan.ini:
[options]
UseAllowVerbs=1 ; if 1, use [AllowVerbs] section, else
use [DenyVerbs] section
UseAllowExtensions=0 ; if 1, use [AllowExtensions] section,
else use [DenyExtensions] section
NormalizeUrlBeforeScan=1 ; if 1, canonicalize URL before
processing
VerifyNormalization=1 ; if 1, canonicalize URL twice and
reject request if a change occurs
AllowHighBitCharacters=0 ; if 1, allow high bit (ie. UTF8 or
MBCS) characters in URL
AllowDotInPath=1 ; if 1, allow dots that are not file
extensions
RemoveServerHeader=0 ; if 1, remove "Server" header from
response
EnableLogging=1 ; if 1, log UrlScan activity
PerProcessLogging=0 ; if 1, the UrlScan.log filename will
contain a PID (ie. UrlScan.123.log)
AllowLateScanning=0 ; if 1, then UrlScan will load as a low
priority filter.
PerDayLogging=1 ; if 1, UrlScan will produce a new log
each day with activity in the form UrlScan.010101.log
RejectResponseUrl= ; UrlScan will send rejected requests to
the URL specified here. Default is /<Rejected-by-UrlScan>
UseFastPathReject=0 ; If 1, then UrlScan will not use the
RejectResponseUrl or allow IIS to log the request
; If RemoveServerHeader is 0, then AlternateServerName can be
; used to specify a replacement for IIS's built in 'Server' header
AlternateServerName=
[AllowVerbs]
;
; The verbs (aka HTTP methods) listed here are those commonly
; processed by a typical IIS server.
;
; Note that these entries are effective if "UseAllowVerbs=1"
; is set in the [Options] section above.
;
GET
HEAD
POST
[DenyVerbs]
;
; The verbs (aka HTTP methods) listed here are used for publishing
; content to an IIS server via WebDAV.
;
; Note that these entries are effective if "UseAllowVerbs=0"
; is set in the [Options] section above.
;
PROPFIND
PROPPATCH
MKCOL
DELETE
PUT
COPY
MOVE
LOCK
UNLOCK
OPTIONS
SEARCH
[DenyHeaders]
;
; The following request headers alter processing of a
; request by causing the server to process the request
; as if it were intended to be a WebDAV request, instead
; of a request to retrieve a resource.
;
Translate:
If:
Lock-Token:
[AllowExtensions]
;
; Extensions listed here are commonly used on a typical IIS server.
;
; Note that these entries are effective if "UseAllowExtensions=1"
; is set in the [Options] section above.
;
.asp
.cer
.cdx
.asa
.htm
.html
.txt
.jpg
.jpeg
.gif
.ashx
.aspx
.asmx
.axd
;.idq
;.htw
;.ida
;.idc
;.shtm
;.shtml
;.stm
;.htr
;.printer
[DenyExtensions]
.asax
.ascx
.ctnfig
.cs
.csproj
.dll
.licx
.pdb
.resx
.resources
.vb
.vbproj
.vsdisco
.webinfo
.xsd
.xsx
;
; Extensions listed here either run code directly on the server,
; are processed as scripts, or are static files that are
; generally not intended to be served out.
;
; Note that these entries are effective if "UseAllowExtensions=0"
; is set in the [Options] section above.
;
; Deny executables that could run on the server
.exe
.bat
.cmd
.com
; Deny infrequently used scripts
.htw ; Maps to webhits.dll, part of Index Server
.ida ; Maps to idq.dll, part of Index Server
.idq ; Maps to idq.dll, part of Index Server
.htr ; Maps to ism.dll, a legacy administrative tool
.idc ; Maps to httpodbc.dll, a legacy database access tool
.shtm ; Maps to ssinc.dll, for Server Side Includes
.shtml ; Maps to ssinc.dll, for Server Side Includes
.stm ; Maps to ssinc.dll, for Server Side Includes
.printer ; Maps to msw3prt.dll, for Internet Printing Services
; Deny various static files
.ini ; Configuration files
.log ; Log files
.pol ; Policy files
.dat ; Configuration files
;.asp
;.cer
;.cdx
;.asa
[DenyUrlSequences]
.. ; Don't allow directory traversals
./ ; Don't allow trailing dot on a directory name
\ ; Don't allow backslashes in URL
: ; Don't allow alternate stream access
% ; Don't allow escaping after normalization
& ; Don't allow multiple CGI processes to run on a single request
<
>
</ Tag: Search Link Problem Tag: 387805
IIS6.0
I'm not sure if this is an IIS6.0 issue or FP2003. But, anyway, I'm running
IIS6.0 on a win2k3 machine. I have an form that uploads image files.
Everytime I click "upload", the server/IIS6.0 prompts me for a username and
password (just as if I were opening the web site with FP2003 to publis. edit,
update, etc.) How can I turn this off (prompting me for a username and
password)????
--
NuBee Tag: Search Link Problem Tag: 387804
Can IIS Do this?
Hi all,
I posted an IIS related question in the Windows XP group & it was suggested
I post here, so here is the question I originally posted:
I have a client who is running Windows XP Professional, with Apache
> 2.0.59 for Windows as a web server. Recently, they added an
> application to this machine which requires IIS (5.1 on this machine),
> so I have set it up on port 8080 & it is working properly.
>
> Apache is doing the authentication via a username/password box & once
> logged in, the user is redirected to the IIS server running on port
> 8080.
>
> My question is - can IIS be configured to only accept requests for
> data
> once the user has been redirected from Apache server?
>
> If so, would someone please point me to a resource or outline how I
> can do this - days of research have revealed next to nothing.
>
Please duplicate any reply post by email as I have great difficulty in
finding these posts when next I visit - thanks in advance - my email
address is hmag@ozemail.com.au - bye for now, Terry Tag: Search Link Problem Tag: 387802
IIS Integrated Authentication
Hi,
We're facing a problem with getting an application we're using to pass
user credentials to IIS. After a lengthy investigation, it was
determined that the application was passing the userid in mixed case
(which is how it has been entered in our Active Directory environment).
We confirmed this was the problem by altering one test user such that
the userid in AD for that test account was all lower case and
everything worked as expected, the application was able to connect
successfully to IIS.
However, when reverting the username back to mixed case (i.e.Test as
opposed to test), the authentication fails. All our usernames in Active
Directory are entered in mixed case and modifying them to all be lower
case is out of question.
Is there anyway to force an XP client or IE browser to send userids to
IIS in a case sensitive format (mixed case) regardless of how the
usernames are entered in Active Directory?
Thanks,
Ahmed Tag: Search Link Problem Tag: 387801
domain to virtual directory
Hi, to all.
I have a question is it possible to point domain (www.test.com) to
virtual directory ?
Thanks Tag: Search Link Problem Tag: 387790
II6 SMTP mail is being held up in queue
Greetings,
I have a DC with IIS 6 and SMTP installed. All settings are default.
I am using a 3rd party application that sends email out via localhost
SMTP. Everytime the mail is sent it gets held up in the outbox. If I
reboot the server all the mail will send. However restarting IIS or
SMTP doesn't do anything. This is strange.
If I drop a text file email into the Pickup folder it too, gets held up
in the queue.
Has anyone seen this or can advise me how to unstick my SMTP queue?
Thanks! Tag: Search Link Problem Tag: 387788
IIS 6 - Delete HttpCustomErrors Programatically
How can I manage the HTTPHeaders via code (VBScript or .Net)? I want to
clear the default "Powered by..." and add one.
Thanks,
-Will Tag: Search Link Problem Tag: 387787
Stop Virtual Host?
Is it possible to stop specific virtual hosts? I have several virtual hosts
under the default web. I need to stop them but keep the default website
running so I can install another product. Tag: Search Link Problem Tag: 387786
Internet Printing with Network printers
I have Windows 2000 Server, running IIS 5.0. I would like to use the
Internet Printing, but when you browse to http://servername/Printers, it will
not list the network printers on the server, only local printers. Is there a
way to list the network printers as well as local printers with Internet
Printing?
Thank you Tag: Search Link Problem Tag: 387785
HTTPCFG, IIS 6, Socket Pooling etc
Hi,
i've got a single machine with a single nic using multiple addresses
configured as follows:
(addresses changed to protect the guilty)
192.168.2.1 - Main IP - Apache, Primary Web Sites
192.168.2.2 - Secondary IP - Tomcat, Java Web Sites
192.168.2.3 - Secondary IP - Proprietary, Download / Transfer Server
192.168.2.4 - Secondary IP - IIS 6.0, ASP.NET Sites
All services set to start automatically.
On rebooting of machine, all come up except IIS which complains that
the Listen List might be wrong. httpcfg set to only listen on
192.168.2.4
Stop all web servers, restart IIS and it comes up, now start the other
servers and they come up, result, if you start IIS first then it all
works.
Is IIS trying to bind and then release other interfaces?
All web sites have been carefully set to only listen on 192.168.2.4
HTTPCFG set to only listen on 192.168.2.4
After IIS is started (first), only 192.168.2.4:80 is being listened to.
Start IIS after the others, and it won't come up.
Any help appreciated.
Matt. Tag: Search Link Problem Tag: 387782
Extension Allowed but ASP not work
This is a multi-part message in MIME format.
------=_NextPart_000_0044_01C6DCAF.2AFE6360
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi group
My IIS server have the extension for ASP pages allowed and after import =
all
my Intranet Web Site the asp pages does not work
Just send me this message.
"The system cannot find the path specified."
What is wrong??
--=20
Nadie hara por Ti lo que Tu puedes hacer por Ti mismo...
------=_NextPart_000_0044_01C6DCAF.2AFE6360
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1561" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi group<BR><BR>My IIS server have the extension for ASP pages =
allowed and=20
after import all<BR>my Intranet Web Site the asp pages does not =
work<BR><BR>Just=20
send me this message.<BR>"The system cannot find the path=20
specified."<BR><BR>What is wrong??<BR><BR><BR></DIV>
<DIV><FONT face=3DTahoma color=3D#0000ff size=3D2><BR>-- <BR>Nadie hara =
por Ti lo que=20
Tu puedes hacer por Ti mismo...</FONT></DIV></BODY></HTML>
------=_NextPart_000_0044_01C6DCAF.2AFE6360-- Tag: Search Link Problem Tag: 387781
Copy websites to different server
I'm new to IIS and would appreciate any assistance on how to duplicate an
IIS website from one server to another. I need to do this for purposes of
setting up Doubletake. NIS has no instructions for getting the existing
sites from the source server onto the target server. Thank you! Tag: Search Link Problem Tag: 387780
Destrict Domain Admins full control
Is there anyway of restricting the Domain Admins group from having full
control of the wwwroot server? Tag: Search Link Problem Tag: 387779
how to set IISRESET to run periodically without problem?
Hi, for some reason (the bloody hell ASP.net app running) I want to set
IISRESET to run each day at midnight.
I create a batch file with only one "iisreset" runs at 23:59 in Scheduled
Tasks
But I noticed in 16:00 a new cmd window pops up and repeatly runnning:
iisreset
iisreset
iisreset
...
iisreset
this happened for two consecutive days and I had to quickly close the cmd
window (don't know why but seems the web users didn't get kicked off, perhaps
iisresetS ran too quickly so non of them succeeded?)
Is there a safe way to do IISRESET automatically?
And in a manual stop/start IIS, I got this from event viewer:a process
serving application pool "myapp" exceeds time limit during shutdown. How can
I prevent this if it will affect an automatical IISRESET?
Any ideas appreciated Tag: Search Link Problem Tag: 387777
certificate server
My company wants to get ~12 users certificates for digitally signing
docs using adobe. They thought they would have to buy a certificate
for each user. My question is can we set up a certificate server
purchase a server certificate and then generate certificates to these
users from the certificate server? Or am I totally missing the boat?
Thanks
Mike Tag: Search Link Problem Tag: 387773
SSI including UTF-8 BOM
Hi,
I am using SSI to include UTF-8 encoded files into UTF-8 encoded web
pages. The problem is that the Byte Order Mark (BOM) of the include
file is not being parsed out by ssinc.dll, and is being inserted in the
HTML output.
Is there a solution to this problem? Removing the BOM from the files
would be a problem since some editors (eg Notepad) don't allow you to
remove it. Tag: Search Link Problem Tag: 387772
IIS Load Balancing (Alteon with Hash Algorithm) - Connection Timeo
Hey all,
I've inherited the task of managing our IIS load balanced servers. The
servers are not in a NLB or Clustered environment. The servers host multiple
IIS site via IP address. The Alteon handles the load balancing by passing
off traffic/sessions to each server based on the hash algorithm. The content
for all hosted sites are replicated on each server through a scheduled
robo-copy script.
Our issue is that users within and outside our network get a time out error
"the server at www.xxx.com is taking too long to respond" on a random
interval when they hit one of our sites in IIS. This error comes up
immediately when someone tries to hit the address, there is on waiting or
loading time. A page refresh loads the page correctly. At first I thought
it was an ASP.NET 1.1 issue, but I have created a static HTML page that gets
the error also. Any ideas on a configuration change in IIS or should I look
to the Alteon for this error.
Thanks,
Roger Tag: Search Link Problem Tag: 387771
Changing the ASP.NET Version programmatically in IIS
Hi everyone.
Sorry for posting in here, but I tried the
microsoft.public.dotnet.framework .aspnet group and didn't get any
luck.
I've got a class that programatically creates a WebSite in IIS, it
allows me to set almost all the parameters in the metabase, but it
doesn't seem to let me change the asp.net version or the application
pool which will need to be set as the subsequent sites will run in .NET
2. I'm using c#, IIS 6 etc.
e.g
SetSite.Invoke("Put", "ServerAutoStart", 1);
I've got these 2 links for the properties, but I can't see them on
there.
http://www.microsoft.com/windows2000/en/server/iis/default.asp?url=/w...
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Librar...
If anyone can tell me how to do this, you'd make my day.
Cheers
Mark Tag: Search Link Problem Tag: 387766
Lost sessions issue
Hi,
We're experiencing random user sessions losses on our web applications,
and are researching for any useful information which may shed light on
this problem.
Environment:
In our company, we're developing a web product based on ASP.NET 2.0, in
conjunction with Oracle database over ADO.NET and external COM objects
running on the server, interacting with the database, and with external
modules.
Our servers are Windows Server 2003, running IIS 6.0, with all the
latest patches and updates provided by Microsoft. Web application on
the server is a precompiled version of our web solution.
Users:
Number of users on the system is currently minor, less than 10
concurrent users.
Sessions:
We use ASP.NET infrastructure for saving data into session variables.
Our sessionState mode is InProc, and our application sometimes loads
our sessions with heavy information variables (e.g. grids, DataSets
etc).
The problem:
This problem is completely inconsistent, and has no specific scenario
steps. Randomly, our sessions disappear.
HttpContext.Current.Session.IsNewSession becomes true, and all session
variables are lost. The Session Id is sometimes reset and replaced, and
sometimes left unchanged.
We know for sure that this is not a session time-out issue, as sessions
are lost while they're active. Sometimes users lose their sessions
right after logging in, and sometimes after a while of using the
system, sometimes they're not lost at all.
Our system has a handler for such failure (namely, directing the user
to the main login page, in order to start a new session), but we need
to research and find the root cause of this problem.
The failure occurs on random pages, and in random scenarios. Repeating
a scenario after a failure usually yields successful results (i.e. the
failure does not repeat itself).
Research:
This gives us the impression that the problem is probably IIS internal,
and/or depends on very specific status, or a fault in one of our
modules. We do not know of any specific memory leaks in our product.
We are not sure that this is an unhandled exception issue, which can be
resolved by HttpContext.Current.ClearError. Any information about this
topic would be appreciated as well.
Also, it's quite unlikely that those session losses are caused by
configuration files changes, or by changes to the
environment/recompilation of ASPX files.
Are there ways to monitor IIS in order to get a better idea about its
session handling?
Is there a way to follow a session and know what caused its closure?
Any hint would be highly appreciated.
Thank you,
Alon. Tag: Search Link Problem Tag: 387762
server hardware upgrade - migration
Hello everyone.
I have an old server with our company intranet on it. I need to migrate this
to a new server. Both machines are running Server 2004 with IIS 6.0
migrating the contents seems easy with IIS Migration Tool, now comes the
tricky bit.
Question: How do I migrate all the users I have on the server 1:1 to the new
server?
Any wizards? I don't feel like recreating hundreds of accounts.
Thanks in advance
Flo Tag: Search Link Problem Tag: 387761
Newbie: How to re-install certificate after the IIS 6 server is bu
Hi, I have installed this SSL certificate onto IIS 6 on a Windows 2003 SP1
machine.
Unfortunately, because of virus attack, I need to trash it and rebuild it
again.
Before I trash the machine, do I just backup the *.cer file out and
re-install later?
Or is there any special procedure to do first?
Thanks in advance. Tag: Search Link Problem Tag: 387757
Cannot Find server after .net 2.0
Hello,
I just installed Visual Studio 2005 and .net 2.0 on my test machine
running windows XP. After I did this other computers on my network can
no longer access my computer's web pages. If I am on my computer at
put http://localhost, http://MYIP, or http://MYCOMPUTERNAME into a web
browser it works perfectly, but if I go to another machine on my
network and try to go to http://MYIP or http://MYCOMPUTERNAME I get an
error stating that it Cannot find the server - The page cannot be
displayed. This all used to work before I installed Visual Studio.
I also double checked and made sure the windows firewall was not
enabled. The remote computers that cannot access my computer's web
pages can ping my computer without a problem.
No log entries are being made when the remote computers try to access
my web pages either. Tag: Search Link Problem Tag: 387754
IIS Patches
I am running IIS and FTP on the Windows 2000 Server. How do I check to
make sure that my IIS server patches are up-to-date? Thanks. Tag: Search Link Problem Tag: 387753
IIS 5.0 & Broken Mime Types
Hi,
I have an IIS 5.0 server which I'm fairly sure is set up with the
correct Mime Types. I'm nonly interested in .xls, .doc and .pdf (all
are correctly configured using:
http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/maintain/featusability/mimeiis.mspx
as a guide).
My problem is this, when I paste the URL into the browser (e.g
http://mydomain/download.asp?id=document.xls) - the browser does not
recognise the MIME type and tries to download the download.asp page
instead.
Now, if I actually browse to a link, in the same site - that executes
exactly the same URL it works.By this, I mean I click on a link in the
website, rather than paste the link into the browser it works.
Another point I should make, is that I don't have this problem at all
with the .PDF files (just .doc and .xls) - so I'm sure the download.asp
page is working.
This has been working before, and we recently moved servers (same
version of all server software), so I'm guessing it must be an issue in
the MIME mapping of the IIS Server.
Any ideas would be appreciated.
Thanks
Kevin Tag: Search Link Problem Tag: 387751
IISState and Non-Windows DLLs
I am debugging a problem in some VB components that seem to be causing an
AppPool to hang under Windows 2003. I am trying to use IISState to
determine where the crash is occuring. I have IISState running and
resolving symbols that it downloads. Can anyone tell me how to get it to
resolve symbols for my own DLL? I have the pdb file - I just don't know
where to put it.
Steve Tag: Search Link Problem Tag: 387749
Really Frustrating IIS Problem
Hello Everyone,
I'm really hoping that someone can help me with a small problem that
I'm having with IIS because I'm really at my wits end. Fair warning
though, I'm fairly new to IIS, so I apologize if I say anything that
even a newbie should know. :)
I'm attempting to setup a website that uses ASP.NET 2.0 and SQL Server
Express.
When I setup the website using one directory, the website doesn't work.
When I setup the website using a different directory, it works fine. I
follow the same procedure each time. I've repeated the steps to setup
the website from scratch a number of times with the same result so I
*know* for sure that I'm following the same procedure each time. The
directories in question are:
C:\Inetpub\wwwroot\classifieds (this one doesn't work)
C:\Inetpub\wwwroot\classifieds_new (this one works)
The error that I get is:
Cannot open user default database. Login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
File activation failure. The physical file name
"C:\Inetpub\wwwroot\classifieds\App_Data\aspnetdb_log.ldf" may be
incorrect.
I've even gone through the trouble of deleting all of the website under
IIS and the associated folders in C:\Inetpub\wwwroot\ and reinstalling
IIS with the same result.
Thanks in advance for any help you can offer. Tag: Search Link Problem Tag: 387747
send request for non-existent folder to ASP.NET?
I need to be able to map a request for www.domain.com/school to
www.domain.com/schools.aspx.
If IIS passed the request through to ASP.NET 2.0, this would be simple, as I
could set up a urlMappings in Web.Config:
<urlMappings enabled="true">
<add
url="~/school"
mappedUrl="~/Schools.aspx" />
</urlMappings>
In fact, this does work when running ASP.NET in Cassini during debugging.
Creating a folder named 'school' just ends up with IIS returning a Directory
Listing Denied msg.
How can I resolve this, so that this is pass onto .NET(so that it can handle the
mapping) - or mapped to the correct file in IIS itself?
--
Thanks in advance, Les Caudle Tag: Search Link Problem Tag: 387746
Bandwidth and IIS requirement for hosting video?
Any know how to calculate numbers of files per second can be download
for 5MB files?
For 10 megabit if I divided by 5, look's like it's only able to serve 2
files download in one second?
>From microsoft site, calculating bandwidth
https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0d497783-f3df-4b06-92b2-07ffb4954755.mspx?mfr=true
For 5kb file
10-megabit Ethernet (Up to) 136 pages/seconds
100-megabit Ethernet (Up to) 1,360 pages/seconds
For 5MB file (Video, flash FLV)
10-megabit Ethernet (Up to) ??? files/seconds
100-megabit Ethernet (Up to) ??? files/seconds
Thank you in advance,
John Tag: Search Link Problem Tag: 387745
Enterprise CA and Certificate replacement
When I installed Windows Enterprise 2003 about a year ago, I imported a
certificate from my Small Business Server 2003 and all my web sites worked
fine. I wanted to implement RPC over HTTP for MS Exchange and Outlook and
found that I should install a CA. I installed the CA and replaced my current
certificate (I did export it first). Now, even though my web sites require
SSL, the browser states that the Web page can't be displayed. When I uncheck
the SSL requirement, and type in http:// instead of https:// the web site
works. I don't know what to do now and need to fix this fast! Any/All your
assistance is greatly appreciated!
Thanks.
JoeF Tag: Search Link Problem Tag: 387743
Re: IIS 5.0 Default Page not showing
"Jukka Pakkanen" <jukka.pakkanen@qnet.xdomain.fi> kirjoitti viestissä:...
>I have a clean Windows 2000 Server SP4 + fixes installation and IIS 5.0.
>
> When I create virtual servers, the default page is not showing. Browser
> gets "404, file not found". I can access the index.html (or default.htm)
> page by writing the "index.html" after the server address in the browser.
> In the server properties index.html and default.htm are defined as default
> pages, and the "enable default page" check box is checked.
>
> Any ideas?
Anyone? Tag: Search Link Problem Tag: 387741
dual nic config
what is the optimal use of dual nic? how about reserving one exclusively
for VS traffic and the other for other normal traffic?. some say disable
VMNS from primary, uncheck tcpip from the second that is for VS will do the
trick.
unfortunately that kicks Symantec client firewall into high gear of
consuming 47% CPU. of dual core P4 3GHZ host PC
furthermore, vs is actually using the primary connection
11/9/2005
7:59:04 PM Setting Change The setting "settings/notes" for the virtual
network configuration "External Network (D-Link DFE-538TX 10_100 Adapter)"
was changed from (no value) to "This virtual network is connected to the
"D-Link DFE-538TX 10/100 Adapter" physical network adapter. Virtual machines
attached to this virtual network can access the physical computer, the
external network and other virtual machines also attached to this virtual
network.".
11/9/2005
7:59:04 PM Setting Change The setting "settings/gateway" for the virtual
network configuration "External Network (D-Link DFE-538TX 10_100 Adapter)"
was changed from 0 to 16. Tag: Search Link Problem Tag: 387740
IIS 6 Recyle Vs. Shutdown
What is the difference between recylcing the workder process and
shutting down the worker process? Tag: Search Link Problem Tag: 387738
Lwww publishing service
On my Xp pro www publishing service gets stuck at starting forever. (over 2
hours) and still no progress.
I have tried uninstall reboot, install, reboot. the PC is XP pro with all
the latest security update. what can I do? Tag: Search Link Problem Tag: 387722
DCPromo made Sharepoint stop working!!!
I have another tech that ran a dcpromo on a Windows 2003 server in a Windows
2000 environment. After that happened the server gave me a service
unavailable message. So he thought that he was having an IIS issue and
uninstalled and reinstall the IIS. Now when I look in the manager I don't see
the information listed there. Is there a way to bring this back and did I
lose any information? Tag: Search Link Problem Tag: 387717
IIS Script Execution Order
Hello All:
I am running into a possible issue with ASP scripts executing on IIS 6.
My question is, does IIS 6 require scripts to execute in a "first in,
first out" fashion?
My example is as follows.
Page 1requests Page 2 via a WinHTTP object and adds a header to the
HTTP request containing the session cookie.
The request then times out. If I remove the session cookie header,
Page 2 executes normally and Page 1 then completes onces page 2 has
been executed. However, if the session cookie is passed from page 1
through the WinHTTP object to page 2, the HTTP request times out.
Does this have to do with a script deadlock?
Here is my theory:
It seems that IIS processes scripts within a singular session in a
first in, first out basis. In other words, page 1 must complete its
execution before another page (page 2) is allowed to begin.
Can anyone shed some light on this issue?
Many Thanks!
Mike Biang
Cramer Development Tag: Search Link Problem Tag: 387714
Password Restricted Websites
I want to make a website, to which I submit work in progress to my employer.
Because it contains intellectual property I need to have this website
password protected.
Ideally I need two passwords, one for my employer, and another guest
password.
How do I do this in IIS? I suspect that I need to make user accounts on the
server? I don't really want to do that just for this purpose. Could I use
.Net Passports? What are the options?
Cheers
ss. Tag: Search Link Problem Tag: 387708
IIS 5.0 Default Page not showing
I have a clean Windows 2000 Server SP4 + fixes installation and IIS 5.0.
When I create virtual servers, the default page is not showing. Browser gets
"404, file not found". I can access the index.html (or default.htm) page by
writing the "index.html" after the server address in the browser. In the
server properties index.html and default.htm are defined as default pages,
and the "enable default page" check box is checked.
Any ideas? Tag: Search Link Problem Tag: 387707
Hosts File Issue
Our Intranet Sites are controlled through hosts file (we do not have an
internal dns server and management decided to use hosts as a temporary
solution until a dns server is installed, at a later date)
I have been switching the contents of the hosts file i.e.
111.111.111.001 MyWeb
111.111.111.002 MyTest
or
111.111.111.111 MyWeb
111.111.111.112 MyTest
or
111.111.111.221 MyWeb
111.111.111.222 MyTest
Worked until for a couple of days then it stopped responding. Actually my
hosts file does not work at all. The hosts file responds on other
computers. The hosts file will also not respond when logging in as another
user on my computer.
Did dnsflush, confirmed flush with displaydns. Is there anything else I can
do? Do I have to redo my system to get the hosts file to work again?
Thanks in advance
PJ Tag: Search Link Problem Tag: 387706
IIS 5.0 (windows 2000 server) IP-based virtual hosts seems not to work.
I want to have two different sites on my IIS server. One should to be
opened when xxx.domain.com provided as URL, the other one when
yyy.domain.com is provided - should be opened.
I tried to use name-based virtual hosts strategy, but the first site
was opening evry time. So I decided to try the IP-based virtual hosts
strategy. I added the IP alias to the network card. Put the IP to the
web sites they should stick to. Created a DNS A and PTR records for
both of them, but the god damn first sites openes evry time.
When i put yyy.domain.com it's redirect me to the xxx.domain.com .
Seems like the xxx.domian.com is the only one web site, but thats not
true.
Has anyone any idea how this problem can be fixed, or what is the cause
of this problem? Tag: Search Link Problem Tag: 387703
INETINFO.EXE !!!! - what is this bugger doing????
Hello All,
I broke my golden rule and now it seems I'm going to pay for it.
I when and applied some MS updates last night without backing up my system
and now my C drive is churnning away constantly and my comptuer has become
sluggish.
I have tracked all this disk activity and CPU usage to "INETINFO.EXE"
I checked the web and found that this is an IIS ADMIN helper service.
I have always used IIS on my computer for web site development but never
had this problem before until the updates last night.
What is this darn thing doing that it keeps my disk going constantly.
If I go to task manager and kill it the disk activity stops.
What can I do to fix this issue??
Any help or advice is greatly appreciated.
Bill Tag: Search Link Problem Tag: 387700
asp.net and wsus access denied headache
Hello,
I am trying to run wsus on a 2003 domain controller.
It installs fine, but when I try to access the web site, it tells me
that i have access denied to the .net temporary files.
I have tried changing the permissions on this folder so that the
network service has full control of the folder and it subfolders, but
still no go.
Any ideas to get this to work? Tag: Search Link Problem Tag: 387699
IIS Log - 'Time Taken' value
Hi,
I have tested the same page from 2 machines, one machine with a Lan
connection (100Mb) and one machine with a slow ADSL connection (150Kb)
I was expecting to get the same 'Time Taken' values for both tested
machines, but I found out that the 'Time Taken' value is much much faster on
the Lan machine requests.
Is the 'Time Taken' value refers to the period of time that it took to the
IIS until sending the last byte, and thus the slower ADSL connection will
affect the "Time Taken' value on the IIS?
Thanks,
Shif Tag: Search Link Problem Tag: 387697
IIS AuthDiag
I started to use the tool today, I launch AuthDiag, chose "Monitor URL
Failures", IE displays a new page with the folowing message inside
-------------------------------------------------
Monitor URL failures may not work on non-console terminal server session
System time: Mon, 18 Sep 2006 09:07:40 GMT
Initializing AuthMon, it might take awhile...
-------------------------------------------
In the statsus bar, I have 'Initializing AuthMon, it make take a while
And it keeps more than a while (1 hour) and don't know what should happen
2nd question, I chose to check permissions on the reporting services (sql
2000), I get a warning and pass as follows :
******************************
Server's response: HTTP/1.1 302 Found
Learn about IIS status codesPath:W3SVC/1/ROOT/reports
AuthType:Anonymous
Test Authentication
Path:W3SVC/1/ROOT/reports
AuthType:NTLM
**************************
In spite of the fact that the server works correctly and IUSR_mymachine has
read/execute rights on the virtual server.
By the way, any webcasts or tutorials regharding those tool would be
appreciated
Thanks for your help Tag: Search Link Problem Tag: 387695
WebSite Creation Script and Caching Static Pages Issue
Hello All,
I have a web site creation script that I wrote for IIS 5.0 and am
using a tweaked version it in IIS 6.0. The web site is created and
works fine except for static pages are being cached. If I do a IISRESET
the caching issue is gone until I make a change to the static page
again. The weird things is that when a site is created manually in IIS
6.0 the caching issue does not happen. I have been able to reproduce
this issue on 2 different 2003 Server Web Edition and 2003 Enterprise
Edition. Anyone have a idea's?
Yes, I have tried the no-cache meta tag in the html file, no good.
I have also tried the no-cache custom header in IIS but still no good.
I tried the following reg edit, UriEnableCache from a MS KB,
http://support.microsoft.com/?id=820129 . The only IIS Caching that I
am aware of in IIS 6.0 is for ASP and I turned that option off as well
and still no good. I have rebooted after each fix I tried as well. I
have even gone as far as looking and comparing the metabase info for
the sites and the differences I copied into the scripted site settings,
did a iisreset and still no go. Below is the bulk of the code that is
used to create the site. Remember this issue is only with users created
by the script.
Function createSite
'// Creates web site
Dim ServerComment,RootDirectory,IpAddress,PortNum,HostName
Dim BindingString
Dim aryBindings(1)
ServerComment = domain
RootDirectory = websitesdir & domain & "\"
IpAddress = "172.16.4.35"
PortNum = "80"
HostName = domain
aryBindings(0)= IpAddress & ":" & PortNum & ":" & HostName
aryBindings(1)= IpAddress & ":" & PortNum & ":www." & HostName
'SiteNumber = 500
Set w3svc = GetObject("IIS://" & computer & "/w3svc")
Set NewWebServer = w3svc.Create("IIsWebServer", N