System failure after IIS activation
Hi,
I recently activated IIS on my PC cause I would like to test some ASP pages
of my new site.
Well...after the activation, my system became slowly, and, at the end of
all, almost all of the application didn't even start!!
I was costricted to reboot several times, and I felt very nervous so....I
decided for a radical solutions..uninstall IIS services.
Now my PC is "reborn"..but , anyway, I cannot test my ASP pages as well.
What I have to do?....maybe improve the performance of my system (cpu= intel
celeron 2.66GHz - 512mb Ram - XP Pro x64 sp1).?
Or maybe...there's another solution?
Thanx in advance.
Konrad Tag: Generating SSL Certificate For Testing Tag: 387866
redirect from my winXP iis server to another webserver on the network
i have my little home network set up in the moment that a WIN XP is
connecting to the internet and shares it with all other computers on
the network.
on another computer i have set up my website. it's linux and the
web-site is php with mysql.
i do have a static ip address, and when i type it in, i can see my
winXP webserver. how an i redirect it, so it points to the linux web
server.
i have IIS set up on the winXP, and i try to redirect in properties,
but i can't make the connection. sometimes i am asked for a password
when i try to access the web-site over the internet, or it does not
work at all.
any help apretiated.
dimitri Tag: Generating SSL Certificate For Testing Tag: 387865
utf-8 charset problem
my page is server by IIS (on a winXP SP2) which contains this:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
and the request is made by C# .Net 2.0 with this code:
webrq.Headers.Add(HttpRequestHeader.AcceptCharset, Encoding.UTF8.WebName);
but the
HttpWebResponse.CharacterSet = "ISO-8859-1"
any1 can say why? and how can detect the char set correctly the response
header is as follows:
HttpWebResponse.Headers =
{Accept-Ranges: bytes
Content-Length: 8609
Content-Type: text/html
Date: Mon, 25 Sep 2006 07:44:11 GMT
ETag: "3a51249e792c61:900"
Last-Modified: Sun, 18 Jun 2006 14:55:48 GMT
Server: Microsoft-IIS/5.1
X-Powered-By: ASP.NET
} System.Net.WebHeaderCollection Tag: Generating SSL Certificate For Testing Tag: 387856
Virtual Directory properties
Hello,
I want to read virtual directory properties by my program (.Net).
Is this possible?
Thanks
Mehdi Tag: Generating SSL Certificate For Testing Tag: 387855
HcScriptFileExtensions restes after reboot
i have iis 6.0 on windows 2003 server. every time i reboot the computer,
HcScriptFileExtensions parameter of the gzip compression scheme in the iis
metabase resets to empty string: HcScriptFileExtensions="".
this only happens to the HcScriptFileExtensions parameter of the gzip
compression scheme, but not deflate, and only when i reboot the computer. if
i restart www publishing service, or even iis admin service,
HcScriptFileExtensions is not affected and stays as i set it (by manually
editing the metabase): HcScriptFileExtensions="asp".
any help will be appreciated
andrew Tag: Generating SSL Certificate For Testing Tag: 387854
asp classic app moved to IIS 6 slow/failing
Hi All,
I have several classic asp pages in site that were originally programmed
with Visual Interdev (or Visual Web Developer Alpha... remember that?). The
pages use the Script Library objects for Recordset and Data Grid
functionality. The database is an Access mdb file that we connect to.
The app was recently moved from a Windows 2000, IIS 5 server to a Windows
2003 IIS 6 server. The permissions, database connections info etc was
duplicated on the new server. The application works... However, the database
access/grid page will occasionally work, but most often now takes so long to
process that we receive a timeout in the app. We have not changed the
programming, and on some occasions the page will execute quickly. It seems
that the first accesses of the page can be quick, but subsequent requests
can slow down so much we get the timeout, and this plain english (default
error I think):
"An error occurred on the server when processing the URL. Please contact the
system administrator."
In the IIS log file for the site, it includes the following error for the
post request:
POST /search_dir/Default.asp |-|ASP_0113|Script_timed_out 80
Does anyone have any ideas on what could be choking the asp/MS Access
application.
K Waldron Tag: Generating SSL Certificate For Testing Tag: 387853
IIS 6 and Anonymous on Windows Server 2003
I have a brand spanking fresh install of IIS on Windows Server 2003 R2.
It has anonymous access enabled on the default website and NOT
integrated windows authentication. I only want anonymous access.
I have made sure that the Anonymous account (IUSR_computername) has
Read, "Read & Execute" and "List Folder Contents" on the
Inetpub\wwwroot folder.
I cannot get the iisstart.htm webpage to load (it is one of the default
documents in IIS). I keep getting 401.1 errors.
Any ideas on why IIS is being so difficult? And how I might resolve
this problem?
Thanks. Tag: Generating SSL Certificate For Testing Tag: 387846
Looking for configuration settings
I don't have a whole lot of IIS experience and I need to find where
some settings are stored and figured the good people here could help.
There are 2 main things I am looking for and if you can provide help on
either that would be great.
1. I need to know where IIS stores it's settings (files or registry
pointers would be great), such as:
NTFS permission settings
IIS Application Setting: Execute Permissions
W3C Extended Logging Format EXTENDED property
Parent Paths <..>
Index Server is enabled/disabled
Directory browsing
IIS "Basic" authentication
Etc.
2. If you know of any command line tools to query for the above
information *remotely*. Tag: Generating SSL Certificate For Testing Tag: 387844
Content and scripts on network share
Hi, everyone,
I'm trying to set up an IIS server so that the content for one site
will be stored on a remote file server. Unfortunately, I seem to be
having some authentication problems in that configuration, so I'm
hoping that someone here will have some insight.
Here's the setup:
Web server running IIS 6 on Windows 2003 SP 1
File server running Windows 2000 AS SP 4 (IIS is NOT installed)
Both servers are in the same Active Directory domain, and I want to use
Windows authentication to connect to the site. The Web content
contains ASP scripts.
When I try to connect, I get 401 Forbidden errors indicating, among
other things, that an ACL is present on the resource.
I've done some digging around, but I haven't found any effective
solution.
Any thoughts?
Thanks,
Tom Tag: Generating SSL Certificate For Testing Tag: 387843
website referrals
I have a little problem. I've got 3 domain controllers so all three have the
same IP address. One is hosting a website. From inside our building, users
may get any of those three servers and I need to have them get the one
hosting the website when they make a request.
I thought I could just set up IIS on the other two servers and then "refer"
requests back to the right server. That does work but the problem is that
sometimes the website request includes additional string information and I
can't figure out if it is possible to set up the referral to pass that info
along.
For example: corp.company.com/website1 and I refer that to
192.168.0.10/website1. That works fine.
The issue is requests can come in
corp.company.com/website1/login.asp?IDProject=2&IDFeedback=5162. My referal
right now then just sends them to 192.168.0.10/website1.
Is there anyway to have the referal append the other stuff that came in with
the original request?
THX!!
Mark Tag: Generating SSL Certificate For Testing Tag: 387840
IIS Setup Issues
Howdy-
I need some help in getting my web page to serve under VISTA RC-1. I have
successfully installed IIS. I select the correct directory, I:/GradyGroup
(starting is index.htm). When I go to IIS and select Edit Site->Settings I
see STATUS: Started, BINDING: *80(http), and PATH: I:/GradyGroup.
Thinking this may be a firewall issue, I set up Windows Firewall to allow
Port 80 incoming- that did not work. Then I turned the firewall OFF- that
did not work.
Web page is not visiable (CANNOT DISPLAY WEBPAGE error).
I am stuckâ??any ideas
Thanks Tag: Generating SSL Certificate For Testing Tag: 387839
IIS6: Wildcard Application Maps, Default Content Pages and Basic Authentication
There is an apparent issue with IIS when the following situation occurs:
* A vdir has default content page enabled (which is the default, look under
documents tab)
* the vdir uses basic authentication
* the vdir's application configuration has a wildcard application map
defined
under these conditions, the basic authentication base64 encoded user:pwd
information normally found the http headers via Request.Headers and
Request.ServerVariables is not there.
-LZ Tag: Generating SSL Certificate For Testing Tag: 387837
HTTP Error 401.1 - Unauthorized: Access
Hi
Any one can help me to get rid for the following error message - HTTP Error
401.1 - Unauthorized: Access
I am explain the setup first
Server1: Windows 2000 SP4 - Domain Controller with Active directory the
Domain Name is ABC
Server2: Windows 2003 SP1 - Microsoft Dynamics - With Named SQL Server
Server3: Windows 2003 SP1 - IIS, Windows Share Point Server, Business Portal
The entire servers are added to domain ABC.
In the domain we are having following user
User1 - Domain User
User2 - Domain User
We installed the BP in the server 3 logged in as ABC\Administrator. We
followed the BusinessPortalInstallation.pdf document. While installing the
BP we uncheck the option use enhance security for administration pages in
web site configuration (refer the Step 9 page 43
BusinessPortalInstallation.pdf). While Installation we added sample user
also.
After the successful installation we added the domain users, user1 and user2
thru Site Settings => Mange Portal User.
User1 was assigned as site administrator and user2 as employee user.
I can able access the web site in the server 3
Now the problem is I can't able to access web site as a any domain user from
any client or server even though we followed the client setup procedure in
the chapter 14 in BusinessPortalInstallation.pdf
Assume that I logged in the Server2 as domain administrator as
ABC\Administrator. Which is the same user installed the BP in server3. Now I
give the URL in IE It is prompting for the username password with prompting
windows as connecting to Server3.ABC.com we had given the user id as
ABC\Administrator and password which is prompted for 3 times and throw this
following message
You do not have permission to view this directory or page using the
credentials that you supplied. HTTP Error 401.1 - Unauthorized: Access is
denied due to invalid credentials. Internet Information Services (IIS)"
Also it is not allowing any domain users (User1 and User2) it is giving the
same error message
But I can able to access the web site from server2 as any Sample User which
was created in the installation. It seems that the user are locally
available in the server3 is allowed to access from any PC to confirm this we
created the user3 in the serever3 (not in the server1 domain) and we added
this user in the site settings=>Mange Portal User as site administrator
user.
Now from the Server2 we try to access the web site when it is prompting for
the userid we given as Server3\user3 and the respective password then the
site is loading I can go to all the web pages but form here as portal
administrator if we try to add or delete any user it is giving the script
error message.
From this we clearly understand that the IIS in server3 is not allowing
accessing any domain user to access the web site. So will you please help us
to how can we fix this problem
Please reply at the earliest
Regards
Nizham Tag: Generating SSL Certificate For Testing Tag: 387836
createobject fails - help!
I'd appreciate any help with this. It's really important that I get it
working right!
I'm fairly new to IIS. I've used different open source servers in the
past, but now I have to write a program that can be migrated from IIS
5.1 under Windows XP Pro to IIS 6 under Windows Server 2003 (I'm
migrating it because I can run IIS 5.1 on my computer now to test
things, but if there's any reason I should just throw it on IIS 6 in
the first place let me know - for the most part I'm using simple ASP
scripts).
Anyway -
I've got a simple com server that I need one of my asp pages to access
using createobject. If I run the ASP pages under my account, with
authentication through the server, the com application fires up just
fine. When I switch over to the anonymous IUSR accound, I keep getting
this ASP error:
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
The com server, by the way, is an MFC app written in VC++.net.
I really need this to work. I gave the IUSR account read/write access
to the directory with the com app in it, but that didn't seem to work.
I'd really appeciate any hints!!!! Do I need to run this as a service?
If the com server is run in the background or under the sys account,
what can I set in the MFC app to keep it the object from dissapearing
after the page is done with it? Tag: Generating SSL Certificate For Testing Tag: 387835
CGI Application misbehaved, incomplete headers
I am experiencing the problem described here:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;884764
Specifically, the problem occurs when I am trying to access a PHP page which
runs an application with exec(). It has occurred before on other pages, but
I haven't noticed it for a while.
Microsoft has a patch for IIS here: http://support.microsoft.com/kb/839229/
Would they charge $100 for the support email to get the patch?
Does anyone know a different solution to this problem? There's a lot of
stuff on Google, but nothing I have seen has solved it. Tag: Generating SSL Certificate For Testing Tag: 387834
how to diagnose slow running IIS
IIS6 is running very slow when serving aspx pages connected to sql server
2005 on win2k3 x64 edition.
(IIS is also on x64)
Pages take about 5 seconds to load, used to be instantaneous, none database
connected pages run great.
any pointers on where to look or how to tune ?
cheers
mark Tag: Generating SSL Certificate For Testing Tag: 387833
Using a different SSL port seamlessly
I want my IIS site to use a port other than 443 for SSL, but I don't want my
users to have to type port numbers in when entering the URL.
How can I avoid this and have it on a different port without users needing
to know or enter port numbers? Tag: Generating SSL Certificate For Testing Tag: 387830
w3wp.exe not responding when memory usage exceed 800M?
Hi,
I've got a webserver and increasingly number of users, I noticed almost each
time more than 50 users connected and the IIS worker process memory usage
will climb up to 800MB or even more than 1,000MB.
This causes the application stop responding with "OutOfMemory exception" or
"Server application unavailable"
sometimes I need to stop/start the www service if stop/start the site
doesn't work, because recycling the application pool is just not responding,
w3wp.exe seems dead.
Does anyone have any ideas, thanks,
Chris Tag: Generating SSL Certificate For Testing Tag: 387829
World Wide Web Publishing Service error (Event ID 7023)
We set up Outlook Web Access on our Exchange Server 2003 machine
yesterday (running Windows 2003). SSL and form based login were
enabled, the certificate issued by an internal CA.
Everything worked fine all day. Overnight (at 8pm) about 20 minutes
after we checked Outlook Web Access from home. We got the following
error:
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1036
Date: 21/09/2006
Time: 20:04:12
User: N/A
Computer: CHARLIE
Description:
A failure occurred while initializing the configuration manager for the
World Wide Web Publishing Service. The data field contains the error
number.
Data:
0000: 800706ba
Followed by;
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7023
Date: 21/09/2006
Time: 20:04:14
User: N/A
Computer: CHARLIE
Description:
The World Wide Web Publishing Service service terminated with the
following error:
The RPC server is unavailable.
And the web page stopped loading (Page Cannot be Displayed). In the
morning we went to services, started the World Wide Web Publishing
Service and it is working fine (for an hour now).
We need out Outlook Web Access to be reliable, and since we dont know
why it stopped working we cant trust it at the moment. We are already
fighting a 'reliability battle' with some high profile users who will
insist on continuing to use their own POP3 accounts if Outlook Web
Access doesn't prove itself to them as a valid alternative.
Could anyone shed any light on the possible reason for these errors?
What is the RPC server? Tag: Generating SSL Certificate For Testing Tag: 387827
Large Attachments are being Sent as Empty Files
Hi, I am using the ASP.NET MailMessage object to send email and attachment
via IIS SMTP. It works fine when the attachement is, say, 10 KB in size, but
if the file which I want to attach is, say, 1 MB then it will be sent but the
attachment will be empty. Is there a reason why larger files are "emptied"
with IIS SMTP?
Thanks,
John Tag: Generating SSL Certificate For Testing Tag: 387822
Can we match the time on the IIS log to ours?
Hi all,
I do not know the time zone used in the IIS log. Is there a way to change
the time zone to the timw zone we live in (Eastern time zone)?
Thanks. Tag: Generating SSL Certificate For Testing Tag: 387820
Can't make IIS listen on only one IP
I have a Server 2003 SP1 machine with all the latest updates. IIS is
running on on this machine and I have 7 virtual websites set up. I have
added a second static IP address to one NIC I have in the machine. I
need to make IIS listen on only the first IP address and not the second.
Here is what I have done:
1) Went to every website and changed the ip address in the pull down to
the second IP address. This didn't work.
2) Stopped IIS (using iisreset /stop) and issued the command:
"httpcfg set iplisten -i <second ip address>" This returned:
"HttpSetServiceConfiguration completed with 0.".
I then issued the command "httpcfg query iplisten". This returned:
IP : <first ip address>
--------------------------------------
Started IIS (suing iisreset /start).
This didn't work
3) Stopped IIS (using iisreset /stop) and issued the command:
"cscript adsutil.vbs set w3svc/disablesocketpooling true" This returned:
disablesocketpooling : (BOOLEAN) True
I then issued the command:
"httpcfg set iplisten -i <second ip address>" This returned:
"HttpSetServiceConfiguration completed with 0.".
I then issued the command "httpcfg query iplisten". This returned:
IP : <first ip address>
--------------------------------------
Started IIS (suing iisreset /start).
This didn't work
To confirm that IIS was still listening to the second IP address, I
pointed a web browser on a machine on the same network to the second IP
address. When I returned "Bad Request (Invalid Hostname)", I knew that
IIS was answering.
Anyone have any ideas?
TIA Tag: Generating SSL Certificate For Testing Tag: 387818
HTTP Compression Problem
I have enabled HTTP Compression on my IIS 5.0 Server and selected "compress
static files" only. I have also configured the metabase to compress the "dll"
ext for static files.
i.e. cscript.exe adsutil.vbs set
W3Svc/Filters/Compression/GZIP/HcFileExtensions "txt" "dat" "xml" "dll"
Problem is IIS is compressing an ISAPI DLL that I already had installed.
(this is an ISAPI_Redirector dll for apache) I can see the dll file in "IIS
Temporary Compressed Files" folder.
This problem does not occur on IIS 6.0 (Win2003 Server) only on my IIS 5.0
(Win 2000 Server)
Any ideas? Tag: Generating SSL Certificate For Testing Tag: 387817
indexing 100% CPU
Is it possible to use Microsoft Indexing server to index a web site without
it using 100% processing of the CPU its running on? Every article I have
seen about fixing this says to disable the indexing service. Well if I am
using it I can't disable it. There must be a fix or something that stops it
from hogging up the cpu.
Thanks for any suggestions.
Bob Tag: Generating SSL Certificate For Testing Tag: 387814
HcScriptFileExtensions restes after reboot
i have iis 6.0 on windows 2003 server. every time i reboot the computer,
HcScriptFileExtensions parameter of the gzip compression scheme in the iis
metabase resets to empty string: HcScriptFileExtensions="".
this only happens to the HcScriptFileExtensions parameter of the gzip
compression scheme, but not deflate, and only when i reboot the computer. if
i restart www publishing service, or even iis admin service,
HcScriptFileExtensions is not affected and stays as i set it (by manually
editing the metabase): HcScriptFileExtensions="asp".
any help will be appreciated
andrew Tag: Generating SSL Certificate For Testing Tag: 387813
Search Link Problem
Windows 2003
In IIS I created MyWeb with a host header of MyWeb (no dns, management's
"temporary" solution) with Home directory located at C:\MyWeb
Created MyWeb Index. In "Query the Catalog" I see the query working
correctly. But when I mouse over the link I notice the link as
file:///c:/MyWeb/Folder1/WebPage01.htm.
At the web site the search also seems to work well. I get correct results
for the search word but when I click on the links I get a "The Page Cannot
be displayed" error. When I mouse over the link it shows the
file:///c:/MyWeb/Folder1/WebPage01.htm instead of the
http://MyWeb/Folder1/WebPage01.htm
Is this an indexing server problem, an IIS problem or a mix of both?
How do I correct this? ANY help would be appreciated. Thanks
PJ Tag: Generating SSL Certificate For Testing Tag: 387812
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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing 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: Generating SSL Certificate For Testing Tag: 387762
I would like to create a SSL cert for testing purposes for a website. How do
I go about doing that?
"Russ" <tom@tom.com> wrote in message
news:eG1rHAK4GHA.1588@TK2MSFTNGP02.phx.gbl...
>I would like to create a SSL cert for testing purposes for a website. How
>do I go about doing that?
>