IIS7 on Windows 2008 ODBC errror
I moved our webserver from Windows 2000 to Windows 2008 Enterprise 64
Server. The code which was working fine on IIS5 and is not working well
on iis7
We are getting
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified
/internt/RoomBooking/EventCalendar/Includes/DBCONNECT.inc, line 38
Where:
Line 37: objConn.ConnectionString="DRIVER={Microsoft Access
Driver(*.mdb)}; DBQ=" & dbpath
Line 38: objConn.Open
Where:
Const DATABASE="Database\users.mdb"
dbpath = Server.MapPath(DATABASE)
I spent 8 hours to find solution without any rsultat.
Can anybody help?
Regards
Marcus Tag: Test CEM Global Email Tag: 403466
Moving Permissions for FTP Files
We have several hundred local users that are set up on our FTP server to
allow access to specific areas of our site. I have now set up a new server
and copied over the users with a utility and also the FTP files using
ntbackup (to preserve the file permissions). The problem is that the
permissions are no longer related to the local accounts on the new system.
Any suggestions to fix this would be appreciated. I'll also try posting in
the migration group.
Thanks
Brian Tag: Test CEM Global Email Tag: 403464
logging packets traffic and visual tools for monitoring
Hi,
I need more information regarding what data is hitting my sockets. I have a
bunch of dedicated servers and im using a shared Cisco firewall (no logs
available) and MS IP packet filters per server. Also using MS port monitor
app now and again when required and windows performance monitor. Ideally an
app with visual tools and verbose logs.
------------------------------------------------------------------
net &
isp routing
|______________________ ?
| |
firewall firewall
| |
server1 server2
web db
------------------------------------------------------------------
Windows 2003 server standard edition.
I guess i could install ISA and route all traffic from "NET" to "?" to
"server#" but was looking for something i can install direct on each server
to enhance my monitoring ability.
I guess i need a firewall app per server. Dont want to risk using something
like Zone alarm as have seen it cause big problems in the past. Would worry
about installing it on a remote machine.
Thanks for any advice.
Scott Tag: Test CEM Global Email Tag: 403461
Error loading type library/DLL
Hello everyone,
I my ASP.Net webservice, I use a COM component. Locally in my
development environment, everything works fine. On my pruduction
server (Windows Server 2003 + IIS 6.0) now, I receive the following
error:
Unable to cast COM object of type 'SMARTocx.clsInterfaceClass' to
interface type 'SMARTocx._clsInterface'. This operation failed because
the QueryInterface call on the COM component for the interface with
IID '{4F40B407-2C07-4F11-B98E-55855E96F636}' failed due to the
following error: Error loading type library/DLL. (Exception from
HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
It seems to be a specific asp.net error, because starting of an
application on the server, which also uses the com-component is
working properly. I tried everything I found on google. (settings
rights, ...) But It still does not work.
Can please anybody help?
Best regards,
Alex Tag: Test CEM Global Email Tag: 403457
Help! After KB944338, ASP fails (and MS won't help)
After installing the latest Windows Update, KB944338, my local
development server is no longer functioning.
I am running Personal Web Manager on Windows 2000. I am just a lowly
front-end web developer still doing all my server-side coding in
classic ASP/VBScript. (If it ain't broke...)
Anyway, I've never had a problem before, but after installing the
lastest vbscript.dll-related update, I now get this error whenever I
try to access any page on my local server:
Active Server Pages error 'ASP 0201'
Invalid Default Script Language
The default script language specified for this application is invalid.
And absolutely nothing I have tried has worked thus far. I tried
uninstalling the update, but while that removes the new vbscript.dll
from system32 and replaces it with the old one, it hasn't fixed the
problem. I know it's not related to the default script language
setting; that still is set to VBSCRIPT, just like it's always been.
Even if it wasn't, all my pages start with <% @LANGUAGE="VBSCRIPT" %>.
I also tried re-registering vbscript.dll, but it didn't help.
I am really not well-versed in IIS or DLLs or anything, so please be
gentle, but if anyone can help me here, I would be most appreciative.
I tried every route with Microsoft directly, but they keep telling me
that since I'm still using Windows 2000, they can't offer support or
advice without charging me lots and lots of money. Help!
Thank you! Tag: Test CEM Global Email Tag: 403446
IIS Admin Service Crash
On Windows 2003 SP2, the IIS Admin Service regularly crashes with Event ID
7034.
There is a KB [827214] published on similar issue -
http://support.microsoft.com/default.aspx?kbid=827214
It says "This problem is caused by a problem in the Windows Server 2003 SMTP
service" but there is no SMTP service installed/running on the server.
So the above solution does not apply in our case.
Can anyone has encountered similar issue and found a solution?
Even if you have not encountered this problem but have some pointers for me
to look for please suggest.
Any help will be gratly appreciated.
Following are the entries from Event Log -
The crash records these errors in the System logs:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 4/25/2008
Time: 5:05:04 PM
User: N/A
Computer: ARADVT01
Description:
The IIS Admin Service service terminated unexpectedly. It has done this 3
time(s).
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 4/25/2008
Time: 5:05:04 PM
User: N/A
Computer: ARADVT01
Description:
The World Wide Web Publishing Service service terminated unexpectedly. It
has done this 3 time(s). Tag: Test CEM Global Email Tag: 403442
Connection_Dropped downloading large files
We have windows 2003 sp2 with iis 6 and when ever a large file download is
attempted via http the following error happens.
"Connection_Dropped DefaultAppPool" found in the httperr.log no event in the
event log and the browser shows:
The connection was reset
The connection to the server was reset while the page was loading.
The file is 92 megs. A file of 32megs downloads just fine. Tag: Test CEM Global Email Tag: 403439
Using internet domain name in local network
We have a win2003 server in our local network and we use this server to host
our web portal that writen with c# asp.net for internet and intranet
Environments.
The local name of this web server on our network is "WebServerPortal".
if we use WebSerberPortal in web browsers address bar like
http://webserverportal it works fine for local network(intranet) users but
the internet domain name does not work.
I mean if i write "http://www.companyname.com" to web browser in local
network, an authorization forms appears and ask for username and password.
And there is an expression on that form, it says
----------------------------------------------
The server companyname.com at USR ADSL Gateway requires a username and
password.
Warning: This server is requesting that your username and password be sent
in an insecure manner (basic authentication without a secure connection).
----------------------------------------------
But from the internet the domain name "http://www.companyname.com" works
fine.
How can we use our internet domain name(www.companyname.com) in local
network ?
Thanks in advance..
PS: http://www.companyname.com is a sample name. Tag: Test CEM Global Email Tag: 403436
slow application after upgrading from 1.1 to 2.0
Hi,
our web site contians
Web Application1 (.net 2.0) = the web stie
Web Application2 (.net 2.0) = virtual directory
Web Application3 (classic ASP) = virtual directory
After we upgraded our server from .net 1.1 to 2.0 the Web Application2 is
very slow (web application1 and web application3 are fast as usual). why?
- all applications use same connection string to communicate with our
database.
- we have installed .net 2.0 and Service Pack 1 for it.
thanks for your help Tag: Test CEM Global Email Tag: 403435
Setting up 2 subdomain with a same application folder
Hi,
Hope someone could help on this.
Basically i have 2 subdomain in which
1st :- http://normal.sk.com and 2nd :- https://secure.sk.com, both sub
domain was being set as different application pool (website) in IIS6 running
in windows 2003 and accessing the same application folder in
d:\inetpub\script\
the problem is at certain time both the website will giving me "error
loading page" for *.asp page. But when i tried to browse for index.html it
will works fine.
This happen occasionally and back to normal at certain period. Of course at
the down time, few things (such as restarting the website, changign the
application pool to separate from eah other) had done but still not good.
Hope someone able to help ... Tag: Test CEM Global Email Tag: 403433
Defauld ASP codepage
Hello gentelmen,
Where can I set the default ASP codepage for IIS 6.0 (Windows 2003)?
I use software which based on ASP but doesn't have defined CodePage in the
source.
The users (client) want set the IE to "automaticaly" entcoding, but the
codepage is recognised wrong as "Central Europe (ISO)". So, the characters
don't look properly.
I tried to do it with the "Metabase Explorer" form Internet Information
Services (IIS) 6.0 Resource Kit Tools.
Set default code page to Central Europe Windows (1250):
Schema -> Properities -> Defaults -> AspCodePage: 1250
LM -> W3SVC -> AspCodePage: 1250
But it doesn't work.
Any ideas?
Thanks in advance and kind regrads
Norbert Löwe Tag: Test CEM Global Email Tag: 403432
SSL Problems
I have a IIS server (windows 2003 SP2) and a Certificate authority server on
a different server (also w2k3 sp2)... On the IIS server I created a site
(the server has 2 static ip's) that is on the main IP which is 10.10.1.12
then entered 443 as the SSL port and changed the default listening port to
10.10.1.12... I went to the directory security settings and set up a
computer certificate for the servers netbios name in the domain... that
seemed to set up ok, i can click view certificate and see it just fine...
and turned on anonymous authentication... all seems fine so far... if I go
to HTTP://{servers netbiosname} the site shows up fine! if I go to
HTTPS://{servers netbiosname} just a long pause then a error message and no
site... just sits forever on "waiting for https://{servers netbiosname}"
then "The connection was interrupted - The connection to {servers
netbiosname} was interrupted while the page was loading." error message in
firefox... in IE it just shows nothing at all... I can telnet into the
server on the ssl port fine and get a connection... just like i can on port
80... any idea what is going on here? Tag: Test CEM Global Email Tag: 403423
Tell IIS to never force ISAPI to unload?
I have an ISAPI DLL that I wrote. I have "Cache ISAPI Extensions"
enabled for my web-site. IIS calls my TerminateExtension function
without the HSE_TERM_ADVISORY_UNLOAD flag, which means it is about to
unload my ISAPI DLL -- and I don't have the option to stop it.
Anyway to force IIS to keep it loaded? My ISAPI creates a listner
thread that accepts incoming connections, and those connections need
to be kept all the time (the ISAPI DLL uses them to service
requests). Plus, for other performance reasons I just want it to stay
loaded all of the time. I know I could move some code to a seperate
process, but that has plenty of downsides also.
IIS is version 6.0, Windows server 2003, and I've got windows update
enabled so I imagine I at least have any crucial updates. Tag: Test CEM Global Email Tag: 403420
IIS time-taken vs Firebug Net panel vs Fiddler
Hi...
We're running IIS 6 on W2003 boxes. We've been trying to replicate and
track down some complaints of slowness on some requests. In gathering info,
we've had a hard time getting a real sense of how long things take.
We turned on logging in IIS and have been looking at the time-taken column.
Some support docs say that as of IIS 6, this value is supposed to include
time to the client's final ack.
We also installed Firebug 1.0.5 on the firefox clients and tried to use
Fiddler 2 to examine things from the client perspective. Fiddler seems very
iffy. It gets hung, drops connections, and interposes all kinds of flakiness
that make the results pretty much impossible to trust.
The difference between Firebug and the IIS log times though has me
scratching my head. All of the requests in question are returning 304 (not
modified) after the first page view but while IIS always reports the
time-taken as 10-60 milliseconds, Firebug is reporting up to 5 seconds for
those same requests. The huge gap has me wondering which is more accurate.
Is IIS really including time to the client's last ack in the 60 ms? Is
Firebug tacking on all kinds of client-side script execution? Dunno.
What tools do people usually use to try and sort out these kinds of things?
Thanks
Mark Tag: Test CEM Global Email Tag: 403419
Script for Host Header Connections
Is there a way to determine how many connections there are per host header
defined for a website?
For instance if I have a website defined in IIS, lets say "CoolSite", I want
to know how many people are connected to:
CoolSite.com
www.CoolSite.com
my.CoolSite.com
admin.CoolSite.com
VB Script or VB.NET would be great.
Thanks for any thoughts. Tag: Test CEM Global Email Tag: 403414
Newbie: Can't start IE/Firefox with a php file
Hello,
I have installed IIS 5 and php. When I go to the IIS control panel,
right-click on my php file and select browse, but nothing happens.
Do I miss something that is obvious but important?
Thanks
Jack Tag: Test CEM Global Email Tag: 403411
P3 for Windows requires at least Btrieve version 6.15
hai ,
i installed primavera and when i open that getting an error message
that
P3 for Windows requires at least Btrieve version 6.15. An earlier
version is currently in use or was detected. Close other Btrieve
applications and re-run P3. The version currently loaded is located in
the C:\WINDOWS\system directory."
please help me Tag: Test CEM Global Email Tag: 403408
Exe files on Windows 2003 Server IIS6....
I have some exe files in a "files" directory on Windows 2003 Standard
Edition Server running IIS.
The "files" directory is a sub-directory of a site on the server that
functions as expected except for when you click a link to any *.exe file in
this directory. If you try and access and exe file, you get a 404 "File not
found" error.
The files are on the server and in the proper location, so it must be a
security setting of some type. The problem is.....what type?
Do you know why I cannot access the exe files on this site?
Any help that you could offer would be greatly appreciated.
Thanks! Tag: Test CEM Global Email Tag: 403402
Can IIS authenticate users from external AD forests?
My client has three AD forests, each with external trusts to the
others.
He has an IIS Web server in Forest A, which contains Domains A and B.
We have revoked anonymous access to this server, as we need to match
inbound requests with AD users. This is working fine for Domains A and
B (those in the same forest) -- they can authenticate to the Web
server, access files, and the request comes in under their personal AD
accounts.
However, users in Forest B (which contains Domain C) and Forest C
(which contains Domain D) cannot authenticate to this IIS server. They
are prompted for credentials which are never accepted.
It's not an NTFS problem -- we have ensured these users have file-
level permissions to all the files of the Web site.
So, the question is: can an IIS Web server authenticate users from
different AD Forests? If so, is there some magic setting to allow this
that I'm not aware of? Tag: Test CEM Global Email Tag: 403394
Is this possible?
I have an application that uses PHP to write out a configuration file. The
configuration is the first web page that pops up after the application is
copied to a valid IIS website directory.
The problem that I have is with permission to write the configuration file.
Is there a way to give permission to write files to the IIS website
directory to this application ONLY when run from the local PC....OR is there
a way to give write permission to only the admin running the application?
Thanks! Tag: Test CEM Global Email Tag: 403384
IIS
Can anyone tell me if IIS uses DTC / dynamic port allocation?
Where can I determine this?
I am about to reboot a web server and wonder if I will have the same
problems as
I experienced with our SQL Server machine which uses Dynamic
Allocation.
I realize this is a very broad question, but any insight , tips or
links would be a great help?
Thanks
Scott Tag: Test CEM Global Email Tag: 403381
Question about Index Server
Hi there,
I have a questions about Index Server and I couldn't find a newsgroup for
Index Server so I am posting it here. I am hoping that some of you must have
used Index Server for searching website.
I created a new catalog and then added a directory that I want to index.
Over a period of time, users will add documents to this directory(and it's
sub-directories) or delete old documents. Will Index Server, automatically
re-index the directory on it's own or do I need to manually re-index the
directory. I won't know when users will add or delete documents from the
folder that I am indexing.
Thanks in advance for any information.
Joe Tag: Test CEM Global Email Tag: 403380
IIS idle
Hi,
i've build a web app based on WestWindWebConnection (Visual Foxpro).
On my testserver everything works fine, but on my life server IIS goed
idle from time to time. So when i click on a hyperlink, i can see this
in my WebConnection logging, but not in the iis logging. When i click
again it's back to normal.
I've set the session timeout to 20 minutes, the asp timeout to 1200
secs and the connection timeout to 999 secs. When it goes idle the
w3wp.exe is still available.
What did i overlook?
Rotsj Tag: Test CEM Global Email Tag: 403374
Website Search Problem
We are in the process of upgrading our website to Windows 2003 and I found a
problem.
Currently we have IIS 5.0 website running on Windows 2000 SP4. When I try to
search the website using the search page, I get a message back "there is no
catalog". Yet when I do a manual search on the server through the index
service, it works. This was working up until about two weeks ago and nothing
has changed that I am aware of.
Also test server IIS 6.0 website running on Windows 2003 R2. Same web code,
but when I try to do a search, I get an error 405. Doing some research, I
found that there was no permissions for the IDQ page that is used for the
search. So I have manually set up .IDQ with all permissions, but it didn't
help.
Any ideas?
Thanks
Brian Tag: Test CEM Global Email Tag: 403373
iis 6.0 and local policy question
I have a Windows 2003 server that's just in a workgroup, no domain/ad,
etc. I've applied a custom policy to the server, tweaking a variety
of rights and settings. The policy takes, but after every reboot, the
IUSR, IWAM accounts and IIS_WPG group are automatically getting added
back to a handful of "User Rights Assignment" permissions, such as
"access this computer from the network", "log on locally", "log on as
a batch job", among others. This MS article documents that these are
the default IIS permissions, but it seems as if after every reboot,
they're being forced back on me. My apps don't require all of these
permissions.
http://www.microsoft.com/mspress/books/sampchap/5804.aspx
Any idea what could be going on and/or how I can keep these
permissions from getting automatically re-added to my policy after a
reboot? Thanks.
Steve Tag: Test CEM Global Email Tag: 403372
How to block echoping requests ?
Hello
one of my IIS6 web sites is continuously logging echoping requests from an
external computer. The message looks like this:
2008-05-02 07:30:25 W3SVC194609876 <my ip address> GET / -443 <external IP
address> Echoping/6.0.2 401 2
This occurs every 5 minutes.
The message is clear, but how can I block the external host BEFORE it comes
to IIS ?
pher Tag: Test CEM Global Email Tag: 403367
IIS 7
Hello all,
I have just setup a Windows 2008 Server (x64) and for the life of me I cant
get IIS 7 to function at all. Looks like all the roles I need are there.
Have setup IIS 6 many times, never had a problem. Granted 7 is waaay
different but I can't even get it to display my "This is a test page" test
page. I try going to http://localhost/index.htm and it just chugs for a
minute then I get the http 500 error.
Have been up, down and all around in th manager and everything I see says it
should be going.
Anyone have any ideas? :)
Right now, I just want to see my simple little test page. That shouldn't
take much.
John Tag: Test CEM Global Email Tag: 403361
IIS7 FastCGI / PHP
Hi there,
I'm following the instructions in this guide:
http://learn.iis.net/page.aspx/208/fastcgi-with-php/
The part where it says:
PHP Process Recycling Behavior
Make sure that FastCGI always recycles php-cgi.exe processes before the
native PHP recycling kicks in. The FastCGI process recycling behavior is
controlled by the configuration property instanceMaxRequests. This property
specifies how many requests FastCGI process will process before recycling.
PHP also has a similar process recycling functionality that is controlled by
an environment variable PHP_FCGI_MAX_REQUESTS. By setting
instanceMaxRequests to be smaller or equal to PHP_FCGI_MAX_REQUESTS, you can
ensure that native PHP process recycling logic will never kick in.
To set these configuration properties use the following commands:
C:\>%windir%\system32\inetsrv\appcmd set
config -section:system.webServer/fastCgi
/[fullPath='c:\{php_folder}\php-cgi.exe'].instanceMaxRequests:10000
C:\>%windir%\system32\inetsrv\appcmd set
config -section:system.webServer/fastCgi
/+[fullPath='c:\{php_folder}\php-cgi.exe'].environmentVariables.[name='PHP_FCGI_MAX_REQUESTS',
value='10000']
Note: If those parameters have not been set
the first command works ok, the second one returns:
ERROR ( message:Cannot find SITE object with identifier "value='10000']". )
anyone have any ideas?
thanks,
Andy Tag: Test CEM Global Email Tag: 403360
IIS IUSR_MachineName
I am setting up Symantec EndPoint Protect on a Server which uses IIS.
I was not able to view or access the web site so I ran a Window IIS Auth
Diagnostic tool and found the problem to be that the IUSR_ManchineName did
not have the user rights: access this computer from the network. I went to
add the user, but the Add button is grayed out. I researched further and
found out the Add button was grayed out because of the domain group policy.
Last Week I had a major problem with the domain group policy and I prefer not
to edit the group policy. I did notice that the Domain\Users had rights to
access this computer from the network.
My question is: Can I add the local server user: IUSR_ManchineName to the
Active Directory domain users? I noticed that the IUSR_ManchineName2 from
another server that has IIS was an Active Directory domain user. I looked a
copying the IUSR_ManchineName2 or creating a new user, but the user SID would
be different and it will not work with IIS.
There has to be a way to add a local server user to a domain server active
directory, I searched the internet and found nothing...... Tag: Test CEM Global Email Tag: 403359
IIS locks file that it serves
Guru's,
I have an application that updates xml files as new information comes in.
These xml files are served by IIS on our website. If a customer is being
served one of these files by IIS, the the application cannot update the page.
It seems that it has to wait until the file is completely served to the
customer before it can update the page. Is there a way to configure IIS to
serve the file while at the same time allowing an application to update the
file?
--
Don Tag: Test CEM Global Email Tag: 403357
ASP.Net 2.0, .Net Framework 2.0 and IIS 5.0 in Win2K problem
Hi All
Please help me out of the following situation.
I have a setup of Windows 2000 (with SP4) with IIS 5.0 and .Net Framework
2.0. I am using ASP.Net 2.0 to develop some application.
When I am trying to deploy it in IIS 5.0, I get the error in the browser as:
"Failed to map path '/MyWebApp/App_GlobalResources/'."
This message is followed by a stack error message.
Where "MyWebApp" is the name of my virtual directory.
I don't have any global or local resource files in my application but still
it is looking for it.
I am not sure about it. Please help.
Thanks in Advance Tag: Test CEM Global Email Tag: 403356
IIS Compression and SSL
I've configured my IIS 6 server to use compression as documented in
http://weblogs.asp.net/owscott/archive/2004/01/12/57916.aspx. Seems to work
fine under normal http access. But when I access the same server via SSL,
everything works fine, but there is no compression. I'm using Fiddler to see
if the responses are compressed.
Is there some additional configuration step I need to perform to allow
compression under SSL?
--
...Mike Tag: Test CEM Global Email Tag: 403355
IIS 6.0 Application pool does not start - identity problem
Gurus,
Running Windows Server 2003 SP2. I'm currently having a problem with an IIS
6.0 application pool. It seems everytime I restart the server I get the
error message "At least one service or driver failed to start" and when I
look in the event log it's always due to an application pool not starting -
the event log indicates the cause is due to a bad identity. I am using an
Active Directory user account for this application pool (not Network
Service). When I plug in the password to this account I can successfully
start the application pool but when I restart the server this application
pool does not start on it's own and again barks about a bad identity in the
event logs. Anyone seen this behavior or have a recommendation for a fix?
--
Spin Tag: Test CEM Global Email Tag: 403344
w3svc will not start
I'm having a problem with the w3svc under IIS6 on W2K3-SP2. We
uninstalled some Altiris components from this server that used IIS as
a frontend, and now the w3svc won't start (which means our WSUS
service is offline). I've gone so far as to uninstall everything
under "Application Server" in the Windows Components install screen
and delete just about everything out of system32\inetsrv\, but w3svc
still will not start with a fresh install and a fresh metabase.
IISADMIN, SMTPSVC, and MSFTPSVC all start without problems.
Here are the error events I see when attempting to start w3svc:
Source: W3SVC
Event ID: 1063
Description:
The World Wide Web Publishing Service encountered a failure requesting
metabase change notifications. The data field contains the error
number.
Source: W3SVC
Event ID: 1036
Description:
A failure occurred while initializing the configuration manager for
the World Wide Web Publishing Service. The data field contains the
error number.
Source: W3SVC
Event ID: 1005
Description:
The World Wide Web Publishing Service is exiting due to an error. The
data field contains the error number.
Source: W3SVC
Event ID: 7024
Description:
The World Wide Web Publishing Service service terminated with service-
specific error 2147500034 (0x80004002). Tag: Test CEM Global Email Tag: 403343
Question about host headers ...
Hi.
How can I have a web site listen only for the IP address? If I use
the IP address as the Host Header it responds to any host Header.
Example
Site 1
IP Address Port HostHeader
192.168.1.10 80 mydomain.com
192.168.1.10 80 www.mydomain.com
Site 2
IP Address Port HostHeader
192.168.1.10 80 192.168.1.10
The I open up %systemroot%\system32\drivers\etc\hosts and add
192.168.1.10 someotherdomain.com
I open up my web browser and type in http://someotherdomain.com and
site 2 answers? Why? It should repond to the host header of
192.168.1.10 (http://192.168.1.10) not http://someotherdomain.com.
Is this a bug or the default behavior of IIS? How can I make the web
site respond only to http://192.168.1.10? Tag: Test CEM Global Email Tag: 403339
ISAPI_Rewrite directory to directory.asp
I am attempting to use ISAPI_Rewrite v3 to make subdomain.domain.com/
directory to redirect to subdomain.domain.com/directory.asp, but am
having no luck. Can anyone help with it. Regex is my down fall. Thanks
in advance.
Seth Tag: Test CEM Global Email Tag: 403337
App Pool Status after IISRESET
In our group we are having a conflict of opinion. The question is "Is
it possible that the application pools will not be re-cycled when I
issue a IISRESET command" My take is that "The application pools are
ALWAYS re-cycle after an IISRESET" the opposing view is "IIS RESET
does not re-cycle the app pools ALL THE TIME". Which opinion is true
and how to prove to the other person it is true.
I have googled extensively but I cannot comeup with arguments/
technical proof for either views.Please help
Prahalad Tag: Test CEM Global Email Tag: 403336
Custom 404 handler unable to read post variables after installing a passthru wildcard application mapping
Our customer's application uses a custom 404 handler that must read
variables that were passed using POST to the "not found" page. Installing
our ISAPI extension appears to break this functionality. The custom 404
handler is an ASP script. Our ISAPI extension is implemented as a passthru
wildcard application mapping. Environment: IIS 6.0, ASP.NET 2.0.
When the custom 404 handler is called, Request.TotalBytes is a positive
integer. Request.BinaryRead(Request.TotalBytes) throws the following
exception:
---------------------------------------------
object error 'ASP 0101 : 80004005'
Unexpected error
/404.asp, line 12
The function returned |.
-----------------------------------------------
The custom 404 handler works smoothly when opened directly from a HTML form.
Thanks for your help. Tag: Test CEM Global Email Tag: 403334
W2008 FTPS and Virtual Directory
Good Day,
I am trying to setup a ssl ftp site for secure communication to our bank.
My initial setup was to a local directory and that worked fine, However, for
the production environment I need to utilize a virtual directory on another
server. I setup a file share on the destination server to recieve the files
and gave permissions to the folder to my ftp client. I set the
authentication to the directory to the specified users (from pass though
auth) When I test the mapping and permissions everything appears to be fine.
When I try to connect however, I get "530 User cannot log in, home directory
inaccessible" I could really use some assistance in troubleshooting this
issue.
Note that this is using Microsoft's FTPS with IIS 7.
Thanks
--
Steve Tag: Test CEM Global Email Tag: 403332
IIS Virtual SMTP Server - Cannot delete Local (Custom)
I've inherited some Win2003/IIS 6.0 servers which already had IIS virtual SMTP servers set up and I'm trying to clean up the settings. There is a Local (Custom) domain set up that I don't think is needed but I don't have an option to delete it. What process created this domain, and is it possible to remove it?
Thanks in advance for any assistance Tag: Test CEM Global Email Tag: 403331
LOGON_USER ?
On a W2K3 IIS SP2, when the user is connecting locally on the server,
ServerVariables["LOGON_USER"] is giving me DOMAIN_NAME\COMPUTER_NAME$
instead of the real username of the adminstrator that logged on on the
server.
The web site of course uses Integrated authentication. And I have no problem
when accessing remotely.
The problem only occurs locally. And is not even constant. On average of 5
launches of ie , 3 times would give domain\computer$ and my application
fails because user not recognized, and 2 times would give the correct
administrator name and application run as intended.
Thanks.
François. Tag: Test CEM Global Email Tag: 403329
How to use Inetload
Hi
Any one know how to use InetLoad and more specifically understand the output
in the log files.
I am actually using this app in it's Exchange Stress and Performance mode,
but what I am looking for is information on how to work out what the logs
are telling me.
EG
2008/04/30 10:20:05:788,client 1 cookie = null :GetAuthenticationPage
2008/04/30 10:20:05:788,client 1 cookie = null :Server asked to close the
connection
2008/04/30 10:20:05:788,ltcy 2, clnt 1, cmd GetAuthenticationPage ,
resp 302 :
2008/04/30 10:20:05:788,ltcy 1, clnt 1, cmd AutoFollowup
/owa/auth/logon.aspx?url=http://domain/owa&reason=0 GetAuthenticationPage,
resp 400 :
2008/04/30 10:20:05:788,client 1 cookie = null : Http page:
2008/04/30 10:20:05:788,client 1: Error:The following request got an error
response:
2008/04/30 10:20:05:788,client 1 cookie = null : Http page:
GET /owa/auth/logon.aspx?url=http://domain/owa&reason=0 HTTP/1.1 Tag: Test CEM Global Email Tag: 403328
problem solved
problem solved!
my boss decided to install exchange 2007...
thanks anyway
nice greetings from germany Tag: Test CEM Global Email Tag: 403327
IIS 6 VD reset
Hi,
my name is Marko. I startetd work in a new company one week ago. My
parent configured so much wron, so that i need to reset the virtuall
directories. I want to open the Mcrosoft Knowledgebase articel, but
the site is not reachable.
http://support.microsoft.com/kb/883380/en-us
How can i get these information.
How can i reset these directories without the ressource kit, only with
notepad or others?
Thanks for your help Tag: Test CEM Global Email Tag: 403326
WWW publishing and localhost not working
WinXP Pro SP2
WWW publishing is not working. Originally, I had three hard drives on
my computer. Drive 1 was partitioned as C and E. Suddenly, I started
having problems reading the drive, so I used a data recovery program,
got the website files off of the drive(s) and reformatted them. I ran
tests on the drives and they were working fine - so I put the files back
in their original directories.
When I originally opened up IIS, all the virtual websites had red
question marks next to them. Trying to browse one of them from IIS, I
got a server too busy error. I rebooted, and they looked fine, but when
I tried to browse them, I got a cannot find server message.
I have tried using localhost, 127.0.0.1, my computer name, and nothing.
I went back to IIS, and noticed the default web site was stopped. I
started it, opened up the browser, and tried to load a page. I could
see that the page was trying to load, because I could see the document
size (this is in Opera, but NO browsers will open any pages). It never
finished loading.
So, I went to services and tried to restart WWW publishing. I got a
message about WWW not being able to stop in a timely manner. Then I
tried to stop IIS itself. WWW depends on IIS, so it tried again to stop
WWW, but got the same message again.
Any thoughts? Reinstall windows?
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share Tag: Test CEM Global Email Tag: 403323
check the Require SSL option
Hi,
I want to check the Require SSL option in Default web site of IIS; How can
I do that with c#? Tag: Test CEM Global Email Tag: 403316
redirect incoming request to apache.
Hello.
I have an IIS server running on Windows 2003. I also have an apache
server running on a linux box. (192.168.1.250) I only have 1 external
ip address and currently forward port 80 requests from my outside ip
address to port 80 on the windows box (192.168.1.11) through a cisco
pix box.
I have an application that runs only on linux on apache server. I want
to have IIS take the port 80 request for the app and forward it to
port 80 on the linux server.
I know I can just use port 801 and forward it to port 80 on the linux
server, but i would prefer to NOT do it that way.
Any suggestions?
Thanks Tag: Test CEM Global Email Tag: 403315
How to generate CRS including an email address in IIS 6 ?
Hi!
I've a IIS 6 installation and need to generate an CSR to sign this CSR
with an enterprise CA based on OpenSSL.
All works fine and I can generate an CSR using the wizzard. The signing
works fine too and the certificate can be used for SSL encryption.
But I want to generate an CSR which includes an email address in the
field "email Address".
Is it possible to include an email address in the CSR?
In older versions of IIS there was an input field for the email address.
How can i generate an CSR with email address for IIS 6?
Thanks a lot in advance for any hints.
Regards.
Tobias Kastner Tag: Test CEM Global Email Tag: 403314
Salvador, por favor responde cuando recibas este email.