Maintain logon information between website
Hello,
I am running an iis 6 webserver.
I have configured 2 websites. One is a sharepoint site, the other is a
standard website (plain html).
both sites allow only on SSL access.
both sites don't allow anonymous connections.
both sites have intergrated windows authentication and basic
authentication enabled.
both sites run on the same webserver
I want to achieve that when I am logged in at one site and I go to the
other site (in the same browser) I am logged in automatically.
At the moment I have to login to both sites, which is very user-
unfriendly.
I hope someone can help... Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399818
accessing FTP server via Windows Browser
Hi All,
I am setting up some FTP sites under the default FTP site, and the virtual
folders have the user-rights set on local user basis.
But when I access the site via Windows Browser (from a XP or 2003 server
machine), I am denied access. (even though I got the pop-up logon
dialogue-box asking me for username and password).
When I look in the log, I can see that the access is registeret as I am
using anonymous account.
What am I doing wrong?
Thanx in advance,
Regards, Zoran Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399807
what happens to requests inside apppool when apppool crashes?
hi,
i have the following question: let us assume that my application pool in iis
6.0 has crashed due to i.e. faulty isapi filter. what happens to all the
requests already "handled" inside this apppool, but not "re-delivered" to
http.sys? will http.sys hands-over these un-answered requests to the recycled
apppool? or will these requests "die"? if they die, what error message is
sent back to the clients - 503 / service unavailable?
thanks in advance, fritz
--
Fritz Theiss Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399802
Hosts File resolution
I have recently configured a Win Server 2003 box as a development web server
on my small home based LAN behind an ADSL modem/router/firewall. All boxes on
my LAN have fixed internal IP addresses. Under IIS 6 I have created 4 web
sites. All share the same internal IP number. My router is configured to
route all external traffic coming in to my public IP address to my web
server. All my public web site names will resolve to the same external IP
address. Initially, I do not want to set up my own DNS server. I want to use
the Hosts file on my XP Pro to resolve the web site requested by my browser
IE 7. Firstly, I configured Hosts to resolve the first web site with an entry
[192.168.10.2 example.co.uk] and this works fine if I type in
example.co.uk as the url. But when I try [192.168.10.2 www.example.co.uk]
this does not work. Neither does it work if I substitute the external
address. As I understand from the various explanations on this topic, my
browser will try to resolve using Hosts before going off to find a DNS
server. Have I misunderstood? I want to type in www.example.co.uk and let
Hosts resolve to my web server without going out to DNS. I do intend to set
up my own DNS but I want to flog Hosts a bit first! Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399790
MIME MAPS
Our site is hosted on IIS 6, by a popular web hoster. Recently I asked them
to apply MIME MAPS as follows:
cod application/vnd.rim.cod
jad text/vnd.sun.j2me.app-descriptor
They applied these maps and indeed files with a "jad" extension are now
received with the desired content type. However, files with the "cod"
extension are arriving as "image/cis-cod". This seems to be the IIS default.
For some reason the map applied for our site is not overriding the default
IIS setting.
Ideas anyone?
Thanks,
Jamie Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399788
Application Pool Limits
Hi,
I have a web server that hosts more than 200 websites and has about 200
Applications under Default Application Pool.
Since last few weeks I have noticed that the Default Application Pool is not
terminating properly during Worker process recycling events (after certain
time).
I can see messages like:
"A process serving application pool 'DefaultAppPool' exceeded time limits
during shut down. The process id was '3236'." in the event log, right before
the IIS stops responding.
What might be causing the problem ?
* Over loaded DefaultAppPool ( about 200 Apps)
* Buggy Code in Applications (causing memory leaks ?? )
Thanks in advance :) Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399787
IIS 6 ASP (not DOT NET) and Impersonation
Hello,
Is there a way to authenticate a user against AD to allow access to
the web site and then impersonate to another user who have the right
to complete a specific operation? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399785
IIS Syncing
I have Windows 2003 Enterprise and 2 Web servers in a load balance. Is
there a tool or Microsoft utility that will allow me to keep the two web
configurations in sync? So, if I update one IIS configuration, web,
apppool, it will update WEB02? I'm having a problem keeping my webs in sync
on WEB01 and WEB02.
Thanks. Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399783
What's the maximum web sites IIS 6.0 support on a single machine?
Hi,
I'm planning NLB for our business environment. My CTO asks how many web
sites can a single machine support with IIS 6.0 if the server is power
enough?
Thank you, Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399771
SMTP server sizing
Hello Everyone,
Is there some general guidlines for sizing an SMTP server, and when it might
be recommened to use another SMTP product other than IIS's SMTP service?
I have a server that gets hit with a bout 6000 emails at a time, and it
appears to have trouble relaying. Overall perfomance to the server is very
good, with no issues.
Thank you in advance Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399764
Invalid progid - iis 5.1
I am trying to setup my website on my XP Pro machine.
RUnning IIS 5.1, classic ASP website
My website contains custom dll's for connection to the db and session
state.
These components are registered via component services.
I have checked in the registry to confirm they are there.
I continue to get the following error:
=B7 Error Type:
Active Server Pages, ASP 0134 (0x80004005)
The object has an invalid ProgID of 'brantleyWebState.CSession'.
/ASPTemplate/common.asp, line 1
Line one is below:
<OBJECT RUNAT=3Dserver PROGID=3DbrantleyWebState.CSession id=3DobjSession></
OBJECT>
can anyone help? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399758
Setup SQL connection on IIS7
Hi All,
I am new to IIS and am trying to write a simple ASP.NET application.
My ADO.net code works fine in the development environment (outside IIS); but
I can't get it two work within IIS7. This is all on my local machine not a
production web server.
I tried removing the default connection, which is the localSQL connection
and create a new one attaching to my SQL Server on the network, but it fails
when launching the web page indicating that it can no longer find the
localSQl connection. It's odd to me because I never, in any place, wrote
code using any local connection.
Anyway, if someone would be so kind and steer me in the correct direction
for setting up a proper connection to my sql server on IIS7 I would
appreciate it.
Thanks. Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399755
External Disk for asp pages
Hy !
In a Server 2000 and IIS vers 3. I need to move all database and asp pages
in a Network Disk.
So that directory '\site\ with all data inside, db and asp pages, will
physically stay in a network disk '\192.168.1.100\site that I
have map as disk 'X:\
I have tried to create a Virtual Directory in my IIS serv. and point it on
disk 'X:\ as first and directly on IpAdress in second test
but none is working.
First question, is it possible to configure such situation ? eventually
..how ??
thanks in adv
Mirco Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399751
Impact of SSL
Hello all,
I administer servers that run a busy web application. The IIS servers
are load balanced, currently Windows 2000 Advanced Server but upgrading
to 2003 very soon.
At the moment, only the login process is always secured. A fully SSL
secured session is an optional extra that the user can choose at logon.
We're looking to move to forcing SSL across the whole application and
removing the possibility of a plain HTTP session.
We need to be sure that we still have the capacity to cope after the
switchover. Does anyone know what kind of performance/capacity impact
this might have on our webservers? I guess it's probably hard to gague
without some kind of stress testing tool - can anyone recommend anything?
Thanks in advance,
--
Chris M.
Remove pants to email me. Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399749
what does internap do ?
I am hearing about internap.. Why do companies need them ? ;) Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399747
worker process time limit
Hi,
Just about every 29:07 hrs I get:
----------<quote>---------------------------------
Event Type: Information
Event Source: W3SVC
Event Category: None
Event ID: 1074
Date: 13-11-2007
Time: 8:18:57
User: N/A
Computer: WEBBIE11
Description:
A worker process with process id of '960' serving application pool
'DefaultAppPool' has requested a recycle because the worker process reached
its allowed processing time limit.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
----------<quote>---------------------------------
So I need to find out which process this is. How do I do that? Where can I
find out which process has which Process ID? Is there a HOWTO for this?
Bonno Bloksma Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399745
Javascript vs C# for Web Apps
We have IIS 6.0 and I know our web devs talk about writing in C# and
Javascript. So my question is why do they write in both languages ? Do they
complement one another and if so on what areas ? I am new to Web apps but
want to learn how to administer web servers
Thanks Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399744
Install issues
I am trying to install IIS on a 64bit Win2K3 Enterprise edition. During the
install I receive the following message
Configurations for an Application Server
IIS could not be installed on this server.
To install IIS, try running the Configure Your Server Wizard again, or use
Add or Remove Programs.
We have gone through both methods of trying to install IIS. Add windows
components and the configure server wizzard.
Any one have any ideas? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399735
can't access website unless exception added under proxy settings
we have to websites both https:// our customer can access one without issue,
the other one they have to add the website name in their proxy exception list
in their IE settings. Is there any settings in IIS on the actual website I
could update or look at? all firewall rules appear to be fine. Using IIS 6.0
running on a windows 2003 sp2 server. Thanks Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399734
IIS 6.0 cals
Hello,
I am a little confused with Cals, of course you need to purchase the server
2003 standard comes with IIS, however does it come witih 6.0? does it require
a user cal? more importantly, if I am going to make a intranet and also an
internet site, do I only need to purchase the cals that users are going to
be accessing the server internally on the network (i would assume yes but
making sure)? lets say I have 60 users, do i need to purchase 60 cals for IIS
6.0 and 60 cals for server 03?
Thank you
--
You say that voices in my head is a bad thing? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399732
HTTPS selection dims out...
Hi there,
When I go to add a new site in IIS7, it is dimmed out where I select the
site and the HTTP or HTTPS down button...I select HTTPS and after that I
can't continue due to the OK button being dimmed out...
Any ideas?
Thanks,
Gordon Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399728
IIS Install
We just deployed a 2003 enterprise 64 bit server. We are trying to install
IIS on it now and we are receiving a message saying it can not find
appsrv64.msc and asking for the cd. We have copied the i386 folder to the
C:\drive already and have been pointing there but it still says it can not
find it. I have done a physical search on my Enterprise cd and I can not find
the file either. I am not in the same location as the server but is this one
of those weird things were we actually have to have the cd in the drive Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399722
Question with HTTP Headers
This is a multi-part message in MIME format.
------=_NextPart_000_0014_01C825E4.EF05B900
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I run an ecommerce site on my Win2003 server with IIS6, the server see =
request's with http and without http as seperate sessions, which means =
if a customer adds some item to the cart while they were shopping with =
www.domain.com and return to the site using domain.com the server see =
that session as a different session which results in that cart being =
empty, how do I make IIS forward a user to www.domain.com if they =
request domain.com.
Thanks in advance,
Ayokunle.
------=_NextPart_000_0014_01C825E4.EF05B900
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.2900.2995" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Century Gothic" size=3D2>I run an ecommerce site on =
my Win2003=20
server with IIS6, the server see request's with http and without http as =
seperate sessions, which means if a customer adds some item to the cart =
while=20
they were shopping with <A =
href=3D"http://www.domain.com">www.domain.com</A> and=20
return to the site using domain.com the server see that session as a =
different=20
session which results in that cart being empty, how do I make IIS =
forward a user=20
to <A href=3D"http://www.domain.com">www.domain.com</A> if they request=20
domain.com.</FONT></DIV>
<DIV><FONT face=3D"Century Gothic" size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Century Gothic" size=3D2>Thanks in =
advance,</FONT></DIV><FONT=20
face=3D"Century Gothic" size=3D2>
<DIV><BR>Ayokunle.</DIV>
<DIV> </DIV>
<DIV></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0014_01C825E4.EF05B900-- Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399713
IIS Service Unavailable
Hello all. IIS is on a domain / exchange 2003 box and all has been well until
yesterday. Web and pop3 stopped working well got the pop3 backup and working
and the apps work but if you browse a web you recieve an service unavailable.
Have been searching for hours found great tools to trouble shoot iis but no
luck. I check security and that seems to be fine. Here is an event error
Source W3SVC
Event ID 1039
A process serving application pool 'DefaultAppPool' reported a failure. The
process id was '21456'. The data field contains the error number.
AND EVENT 1002
Application pool 'DefaultAppPool' is being automatically disabled due to a
series of failures in the process(es) serving that application pool
OWA works and smtp seems to be fine so any help would be greatly a appreciated Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399712
Ampersand in URL
I have a strange problem with IIS 6 (Server 2003) and IIS 7 (Vista).
I have a site with a web.config as follows:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<httpHandlers>
<add verb="*" path="*.*"
type="TrafficLogger.GetFile,TrafficLogger" />
</httpHandlers>
</system.web>
<system.webServer>
<handlers>
<clear />
<add name="HTTPServer" path="*.*" verb="*"
modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET
\Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" />
</handlers>
</system.webServer>
</configuration>
There is a TrafficLogger.dll in the bin folder.
This program logs the request and returns a stream.
When I request a missing file, it returns a 404 error.
For example, when I request http://localhost/Test/toto.zip
I get a 404 error.
But when I request http://localhost/Test/toto&.zip
I get a 400 error, and the DLL is not called, and the URL is not
logged in Windows\System32\LogFiles\HTTPERR\
Doing more tests, I discovered that the following characters were
refused by IIS:
" % & * : < > ? |
plus ASCII codes 0 to 31 and 127, 129, 141, 143, 144 and 157
I have no doubt this is a security feature of IIS, so my question is:
how could I catch requests with these characters ?
(And no, don't suggest %26 for &, it doesn't work either !).
Am I missing a hidden setting in the web.config ?
JC Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399711
Monitoring APP Pools
Does anyone know of a utility/app that I can use to monitor app pools while
offline?
I want to be able to setup a monitor so that it can tell me of app pool
recycles and what app that pool is. Since they all start a new SID after
recycle, I need to know what app is recycling. I want this to be setup as a
routine, so it can generate email alerts and let me know when these recycles
are happening.
Any suggestions? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399710
Problem opening .xls files in IIS 6.0
We recently switched from an IIS 5.0 box to IIS 6.0. The IIS 5 system hosted
xls spreadsheets downloaded by authenticated clients. Now that we have moved
to IIS 6.0, when the client clicks on the link in IE the xml code for the
spreadsheet is displayed.
I got around this by adding xls as a mime type (application/ms-excel) so
they can at least choose to save the file by choosing that option when they
click the link. If they choose â??Openâ?? though (which many of them are used to
doing) they are continuously prompted to authenticate again. If they enter
the correct credentials, they login screen comes up again and again. If they
hit cancel, the spreadsheet will open.
Anyone have any ideas? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399708
metabase.bin partially not there in iis 6.0
hi,
on some w2k3 machines i see the "old" iis 5.x metabase.bin in the \inetsrv
folder, in some not. what is the reason behind? is it due to any servicepack
of w2k3 does not include it anymore or so?
thanks in advance, fritz
--
Fritz Theiss Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399707
perfmon
Hi
trying to measure how many users theres online in my CMS - so trying to use
sessions in Perfmon - but don't have any under Internet information Services
can someone assist ? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399704
How do I set up aspx on a virtual website?
What do I need to configure in IIS to make aspx files run? Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399700
GUI For ISAPI Module - Good Idea? Bad Idea? How?
Hi All,
It my intention to make an ISAPI module that requires significant
configuration. The nature of the defining the configuration strongly
suggest that a GUI is necessary, yet I would very much rather avoid
making a separate tool just to allow the user to define configuration
files to be loaded by the module when it starts.
What framework does IIS provide, if any, for allowing modules to have
their own GUI?
TIA,
-Le Chaud Lapin- Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399699
IIS W3C Extended Log File Format subclassing...
I am trying to subclass the above file format so that I can add custom code
to filter out certain HTTP requests. My code works on my workstation XP SP2,
however, when I move it to a 2003 server, it hangs on the call to
IntializeLog. Below is my code:
HRESULT CEclaimIISLog::InitializeLog(/*IN*/ LPCSTR SiteName, /*IN*/ LPCSTR
MetabasePath, /*IN*/ PCHAR pvIMDCOM)
{
HRESULT phrtResult = S_OK;
if ( milpIISLog == NULL )
{
CoCreateInstance( CLSID_EXTLOG, NULL, CLSCTX_INPROC_SERVER,
IID_ILogPlugin, (LPVOID*)&milpIISLog );
if ( milpIISLog != NULL )
milpIISLog->AddRef();
}
if ( milpIISLog != NULL )
phrtResult = milpIISLog->InitializeLog( SiteName, MetabasePath, pvIMDCOM );
return phrtResult;
}
The end result is to not change the format of the log file but just to
exclude certains requests. If this is not the correct approach can someone
recommend another?
Thanks in advance.
--
Robert Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399678
working with wsus 3.0
I just installed wsus 3.0, and when I try to access http://localhost:8530,
where I installed it, it errors http 403 "this website requires you to log
in." I checked all the permissions. Is there something I'm missing?
Thanks,
Mike Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399677
IIS 5.1 error 127- The specified procedure is not found
Hello everyone
I am heving problem with IIS 5.1.
I have Windows Xp professional 2002, and IIS 5.1 installed.
After searching on internbet and trying different solutions I am
posting it here
when I try to run WWW publishing service it is giving an error :127:
the specified procedure is not found"
the IIS admin and RPC service is running
And I open the InetMgr, and right click the Website to see proprty it
is giving ans error " the metadata was not found" and it crashes the
IIS
I have uninstall and reinstalled iis 3-4 times, but does not help me.
Please help me to figure out this problem Tag: Need help: IIS7 and classic ASP with VB6 COM objects, constantly fails on "server.createobject" Tag: 399676
IIS response slow when directories are used inside web pages
Hello,
I am using directories inside the web area which I am serving out with IIS
6.0. If I do not use directories and if I put all *.asp files under the root
page no problem. But if I use directories and place some of the *.asp files
and include these files with #include, IIS response get very slow and
consumes lots of CPU before giving the page