Upgrade IIS in Windows XP Pro?
Is it possible to install IIS 6 onto Windows XP Pro?
If not, is it possible to upgrade the IIS5.1 to add more powerful features
such as hosting multiple websites?
Any idea as to how this can be done? Tag: How to setup to host 2 web pages Tag: 359245
multiple ips not working
Using IIS 6.0.
I'm running two sites on a server. Using one NIC per site. Both NICS
register in the AD domain and some users are unable to hit one of the sites
because they're resolving the machine name to the wrong IP. I've tried not
pointing one of the NICs towards any DNS server, but after a while it
re-registers and the problem starts again. How do I set this up to work
correctly?
thanks Tag: How to setup to host 2 web pages Tag: 359230
Best steps to diagnose problems
I just recently started having a LOT of problems with my IIS server.
Scripts are taking forever to run, session variables keep blanking out, etc.
What are the best steps for me to try to diagnose the problem? Is there a
guide somewhere?
I set up a new app pool for the site, but how do I know what ID it is, and
how do I attatch IISState. After I have that dump information, what do I do
with it? I guess I'm kind of lost at this point as this is the first time
I've had any problems with IIS.
Thanks for any direction.
-Phil Tag: How to setup to host 2 web pages Tag: 359221
no display of files on drive with asp/localhost
Tried to display with an asp file, files stored on my drive C:
On internet DL several different asp scripts. All same thing.
ASP Script with viewing drives: no problem
ASP Script with viewing folders: no problem
ASP Script with viewing files: big problem !
When I run the Asp Script, I only see "waiting for localhost".
I have tried several differnet PC's on different locations (not same
network or so.) All With XP Prof and IIS running.
Also seen the same script(s) working on a PC with a different
webserver.
Is this something you have to change within the IIS settings, or is
this just not possible with IIS?
Any help would be very much appreciated,
Kind regards,
Edwin Tag: How to setup to host 2 web pages Tag: 359220
HTTP Status Code 206
I have been reviewing our logs lately and have come across a status code
that I am unable to make sense of, so I was hoping to get some thoughts from
others. I am running IIS 6.0 on Windows 2003 Standard Server. The server
has several virtual hosts, one of which servers as a download mirror. When
someone downloads /dl/###.exe, they will typically get status code 200.
However, there are occasions when someone gets status code 206. I don't see
any correlation so I'm hoping someone can offer some insight.
Thanks,
Jason Williard Tag: How to setup to host 2 web pages Tag: 359216
iisdump and iisdbg
Hello All:
I have an iis dump created by iisdump that tells me
!iisdbg.clientconns and which pages are being run and then I use windbg
that tells me which threads (by id) are problematic (for example using
!locks).
Does anyone know how I tie a connection to a thread id?
For example, in the iisdump log I have:
Item# 4, UL_NATIVE_REQUEST = E77998
Request State: 2 (NREQ_STATE_PROCESS)
Client: IP= 66.50.24.8 / Port= 1770 (0x6EA)
Server: IP= 10.50.10.4 / Port= 80 (0x50) [Not SSL/Secure]
-----------------------------
GET /search.asp?q=data HTTP/1.1
How do I tell which thread this is on.
Also, I have asked this before but iisdump seems to be able to run
iisdbg.clientconns but I can't run it from windbg even though I'm using
the same iisdbg.dll extension and the same symbol files.
Thanks,
Jay
from iisdump logs:
==================
0:000> !version
Version 5.2 (Build 3790) Multiprocessor Free
0:000> !iisdbg.clientconns
from windbg:
==================================================
0:000> !iisdbg.clientconns
UL_NATIVE_REQUEST listhead at: 5a369060
*************************************************************************
***
***
***
***
*** Your debugger is not using the correct symbols
***
***
***
*** In order for this command to work properly, your symbol path
***
*** must point to .pdb files that have full type information.
***
***
***
*** Certain .pdb files (such as the public OS symbols) do not
***
*** contain the required information. Contact the group that
***
*** provided you with these symbols if you need this command to
***
*** work.
***
***
***
*** Type referenced: w3dt!UL_NATIVE_REQUEST
***
***
***
*************************************************************************
Unable to find NREQ state offset. Tag: How to setup to host 2 web pages Tag: 359214
why IIS ask me for a user/pwd ?
hi
i'm in the development server
i have full permissions...
but any day, IIS began to ask me
for my usr/pwd...
(even) if i accept the window with blanks usr/pwd
i get the pages correctly
but if i cancel the window
i IIS don't bring to me the page
with a 401.3 ACL error
i suspect the problem arise in image files
since, sometimes, that user/pwd window appears several times
within a page, showing a new image each time
i want to test
the site in the development server
with no interference
i have full permissions
thanks
--
atte,
Hernán Castelo
SGA - UTN - FRBA Tag: How to setup to host 2 web pages Tag: 359212
diagnosing slow downs
Will IISState info be useful for diagnosing slow downs? We have a
third-party application running on IIS 6 (IIS 5 isolation mode), W2K Server
Enterprise which uses a combination of ASP and static files. I restarted IIS
about 30 minutes ago, and the responsiveness is noticeably slower for both
static and dynamic files. It doesn't seem to get to a point where it quits
serving content, but if I restart IIS the system snaps back.
If I run IIS in IIS 6 worker process mode, the slowdown is actually
immediate.
I've looked at both the IIS and ASP performance counters on the server, and
I'm not seeing anything that appears to follow the performance trends. The
SQL server backend is on another box, and it's very responsive. The CPU,
disk %, memory usage, etc., on both servers isn't even close to stressed. I
know I can use perfmon to see indications of a memory leak in IIS, but I
haven't done that yet.
In addition to checking for a memory leak, is there any way I can nail down
what's causing the problem?
TIA! Tag: How to setup to host 2 web pages Tag: 359211
Windows 2003 Web Edition serving ASP.NET pages painfully slow...
This is a multi-part message in MIME format.
------=_NextPart_000_0013_01C53458.37CC9D10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have a Windows 2003 Web Edition box which has asp.net and asp pages =
both accessing serviced components. The components don't seem to run =
slow, but the pages which are written in asp.net are rendered painfully =
slow. The classic ASP pages are rendered relatively quickly.
The pages are all below 35kb and include the same headers and footers =
the classic ASP pages include. Also, they access through a serviced =
component a couple of database stored procedure. The serviced component =
calls and the stored procedure calls all take about 10 milliseconds to =
run. Then the pages are served painfully slow. The same installation =
is done on Windows 2003 Standard Edition and, we do not experience this. =
However, the customer wants it run on the Web Edition.
Any suggestions?
Thanks,
Rob
--=20
Robert Sedor
------=_NextPart_000_0013_01C53458.37CC9D10
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.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>I have a Windows 2003 Web Edition box =
which has=20
asp.net and asp pages both accessing serviced components. The =
components=20
don't seem to run slow, but the pages which are written in asp.net are =
rendered=20
painfully slow. The classic ASP pages are rendered relatively=20
quickly.</FONT></DIV>
<DIV> </DIV>
<DIV>The pages are all below 35kb and include the same headers and =
footers the=20
classic ASP pages include. Also, they access through a serviced =
component=20
a couple of database stored procedure. The serviced component =
calls and=20
the stored procedure calls all take about 10 milliseconds to run. =
Then the=20
pages are served painfully slow. The same installation is done on =
Windows=20
2003 Standard Edition and, we do not experience this. However, the =
customer wants it run on the Web Edition.</DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any suggestions?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Rob</FONT></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>-- <BR>Robert =
Sedor</FONT></DIV></BODY></HTML>
------=_NextPart_000_0013_01C53458.37CC9D10-- Tag: How to setup to host 2 web pages Tag: 359208
Web Site setup
Hi,
I have got my web site all set up on SBS 2003 Std
edition with my T1 running.
For testing purposes, how come when I go to another
network and type my http://ip_address I can only see my
small business server welcome page? Tag: How to setup to host 2 web pages Tag: 359206
IISAdmin Starts By Itself
I am using Windows XP Professional. I have installed the IIS components to do
some development. However, when I am not developing, I do not want any IIS stuff
to be running, including the IIS Admin service. I have set this to manual
startup in the services console. But after about 2 minutes it starts by itself.
I stop the service, and check a couple of minutes later, and voila! it is
running again. The only way I can keep this from happening is to disable the
service. I would rather not do that since I want to do some development from
time to time. How can I keep this service from starting itself when it is set to
manually start?
Thanks for all your help! Tag: How to setup to host 2 web pages Tag: 359204
SBS 2003, IIS 6, Host Headers
Created a new web site per microsoft knowledge base
for small business server 2003 std and IIS 6.
Every time I attempt to turn on my site with host header
it disables "default web site"?
Any help greatly appreciated Tag: How to setup to host 2 web pages Tag: 359202
Increase CPU Allocation?
I have an application where the company is using their intranet to deliver
ASP reports run against their databases. Some of the more involved reports
are taking quite a bit of time to create, over 5 minutes. I've been
increasing the ScriptTimeout, but it has now exceeded the Connection
Timeout. This report doesn't get run often, so special measures to get it
working can be considered.
I noticed when the report was running that there was still alot of idle CPU
time. Is there a way to let IIS take more CPU time to process ASP pages?
Thanks,
Bernie Tag: How to setup to host 2 web pages Tag: 359196
sql hosted on remote ASDL/SDSL for IIS asp to query ?
Hi,
I was wondering if someone could help. Im installing SSL in a test
environment to mimic how I need to setup sql server and many different
sites. The idea is to support the following:
(Domain1)--->(IP 1.1.1.1 on dedicated server1)--->(Website1)--->(ASP pages
website1)==SSL==>(remote sql server)
(Domain2)--->(IP 1.1.1.2 on dedicated server1)--->(Website2)--->(ASP pages
website2)==SSL==>(remote sql server)
i.e dedicated server hosts many sites. Each site has own site and asp pages.
ASP pages query own SQL SERVER using SSL.
I was using the following article to understand how SSL is configured:
http://support.microsoft.com/default.aspx?scid=kb;en-us;316898
1. Should I be using SPECIFIC CLIENT encryption or ENCRYPTION AT SERVER ?
i.e only this dedicated server will query the sql server and only the IP can
access the ssl port.
i.e the asp pages query sql server using standard web user/pass.
2. This diagram shows no ssl involved in the user login to web site. To
configure this should i setup my dedicated server with ENCRYPTION AT SERVER
SSL host ?
3. Each SQL server will be hosted on an ADSL/SDSL conneciton and will feed
back XML files to ASP pages. Does this sound feasible ?
NOTE: sites would not be in public domain - limited user access.
Thanks for any help.
Scott Tag: How to setup to host 2 web pages Tag: 359195
SP4 issue
After upgrading a database server running Advanced Server from SP2 to SP4, I
get an IIS error as explained here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;829427
Wondering if Microsoft has made this available for download anywhere or if
it must be obtained via a call to MS staff. Does not seem like a chargeable
incident, but want to be sure before I waste 2 hours on the phone... Tag: How to setup to host 2 web pages Tag: 359191
Is this possible with IIS 5 ?
Hi all !
I'm in front of a big problem with IIS. I'm trying to create a website which
is located on an other computer :
- my IIS server is in a domain and use "shared folder" functionnality
- my "shared folder" is, in fact, a NetApp filer which is in a workgroup.
Is it possible that IIS 5 accesses to shared folder whereas it is in a
domain and not in the client workgroup ? Is there any doc ? I've read a lot
of documentation but nothing seems to work : my NetApp always displays
:"Authentification by Null login".
Any help will be appreciated. Thanks :)
--
Alexis Tag: How to setup to host 2 web pages Tag: 359181
Website Question
Hello All:
I need to host 5 sites and only have a single external IP. If I point all 5
sites to this single IP in DNS and configure the sites to use any available
IP, will this work?? Tag: How to setup to host 2 web pages Tag: 359177
setting the home directory through dos/exe
Hi
I currently developing to web application simultaneously.
When in development, both have to be set as the main home directory (mainly
to keep site images links working - /image/image.gif)
Now when switching between apps, I have to keep going into IIS and resetting
the home directory.
Any ideas of an easier way to do this.
I imagine I could make an executable/batch file to just change the directory
unless there is a cleverer way to set this up in IIS.
TIA
Grant Tag: How to setup to host 2 web pages Tag: 359169
Specific 404 for single file
Hi all,
I need to produce a specific error for a single file that no longer exists
on our site. Is this possible on IIS6? And how?
I'd replace the file with the content of the error page but I really need it
to produce a proper 404 for the search engines.
--
Sean. Tag: How to setup to host 2 web pages Tag: 359168
Properties changed not saved
Hi all,
I have a folder that has a redirect to a URL. In the redirected folder I
create a Virtual Directory and select the folder it is supposed to point to.
Problem is it always ends up configured as "A redirection to a URL" pointing
to the same URL as the folder it's in is pointing to.
What's going on? It's not saving the setting. Is there another interface as
the MMC isn't makin the grade.
I have tried picking different folders as the target, different URLs as the
target but the setting always reverts to "A redirection to a URL" with the
same URL as the folder it's in.
--
Sean. Tag: How to setup to host 2 web pages Tag: 359167
Virtual Directory
I have set up a virtual directory on another server which is a member of the
same domain. At the moment, everyone has full control to that folder. If you
set up anonymous access to the folder via IIS you can access it. If you
disable anonymous access, you cannot access the folder even though you are
entering the admin username and password for the domain. This works
internally mind you but not from the web. i have tried all permutaions of
admin logons but to no avail. Tag: How to setup to host 2 web pages Tag: 359157
WebDav and Drive mapping HowTo
How can i map a secure WebDav drive under Xp.
Server side is a 2003, ISS 6.0 Webdav Enabled server.
Every thing works Ok. But.
Net use q: http://83.xx.xx.xx/WebDav Works Ok.
Net use q: https://83.... Does not work
With ie you can open the webfolder, but how can i transform this map to a
drive mapping as in net use?
Th eintension is that only SSL layer may be used for security.
Port 80 is blocked.
THX.. Tag: How to setup to host 2 web pages Tag: 359155
ASP Script Timeout Setting
Where is the ASP script timeout setting in IIS? I know I can set a time out
paramater in the script, but the error says there is a setting in IIS that
can also be increased.
Thanks,
Bernie Tag: How to setup to host 2 web pages Tag: 359152
cdosys with windows 2003 error
Hi,
I'm using windows 2003 with asp. However I'm having problems sending
email using the cdosys object.
My code is below and I don't believe its the code but on the send
command.
<%
dim sch
dim cdoConfig
dim cdoMessage
sch = "http://schemas.microsoft.com/cdo/configuration/"
Set cdoConfig = Server.CreateObject("CDO.Configuration")
cdoConfig.Fields.Item(sch & "sendusing") = 2
cdoConfig.Fields.Item(sch & "smtpserver") = "127.0.0.1"
cdoConfig.fields.update
Set cdoMessage = Server.CreateObject("CDO.Message")
Set cdoMessage.Configuration = cdoConfig
cdoMessage.From = "test@gmail.com"
cdoMessage.To = "test@gmail.com"
cdoMessage.Subject = "Sample CDONTS NewMail"
cdoMessage.TextBody = "This is a test for CDONTS message"
cdoMessage.Send
Set cdoMessage = Nothing
Set cdoConfig = Nothing
%>
error '8004020f'
/tad/testing.asp, line 30
I'm not sure what's wrong. When I go to my SMTP Virtual Server
settings in IIS --> Properties --> Delivery --> Advanced .
The FQDN is localhost and the smarthost is blank.
Any expertise/help would be greatly appreciated.
Thanks
:D Tag: How to setup to host 2 web pages Tag: 359150
security audit doesn't like response.redirect
We have a secure website (SSL) that transfers data to another secure website
on a different web server (different computer) when a client clicks on a
button on the browser. We transfer the data using a response.redirect and
got dinged in a security audit, because they could see the sensitive data in
the query string of the response.redirect. We always assumed that this
response.redirect would be secure. Any ideas how to transfer this data from
the one server to the other (of course, server.transfer does not work in
this situation where we are talking about different boxes). Tag: How to setup to host 2 web pages Tag: 359146
Images not showing with Host Header
I have a site which is located as follow:
c://inetpub/wwwroot/mysite/
I created a new virtual site using a HOst header pointing to a
subfolder as follow:
c://inetpub/wwwroot/mysite/subsite
all is fine except that none of my include files nor my images now
show.
The images are located in the following folder:
c://inetpub/wwwroot/mysite/images
Any suggestions?? I cannot change the location of the images folder.
Is there any settings I must do in IIS to get this to work.
Thanks Tag: How to setup to host 2 web pages Tag: 359145
http://localhost
Hi,
I installed brand new Win2k server with all MS updates and SP4. I have
problem with my IIS5, when I type http://localhost it came out two windows
first is fine but second one does not came out good and it gives me following
error:
HTTP Error 403 - Forbidden (address http://localhost/iishelp)
Internet Explorer
I did try to uninstall IIS and deleted Inetpub and winnt\help\iishelp and
reinstalled IIS but same result.
Need help.
Thanks Tag: How to setup to host 2 web pages Tag: 359139
XP Pro and IIS, can't access IIS
Hi
I've installed IIS on my Windows XP Pro (SP2) machine. The services are
running, and the IIS Admin shows that IIS is running.
When I open Internet Explorer, it takes forever (3 minutes apprx) to search
for http://localhost. After about 3 minutes, the status bar in Internet
Explorer says, "Web site found. Waiting for reply", and then Internet
Explorer stays in that state for about 4 minutes or so, then I get an error
page that says at the bottom, "Cannot find server or DNS error". I get the
same error for http://127.0.0.1 and http://192.168.1.102 (the internal IP
for that machine - which IIS Admin is set to receive requests on)
I've put a "hello world" type html document in the root and made it the
default page in IIS Admin properties. I can't access the site if I try to
go to directly to this page either.
I had McAfee Firewall installed, so I uninstalled it to see if that would
help. I then activated Windows Firewall and opened up port 80 web server,
to the outside world (even though I didn't think this would be necessary,
since I'm on my home peer network.) Still no luck.
I can sucessfully ping 127.0.0.1, localhost, and 192.168.1.102.
Any ideas?
Thank you,
Brian Tag: How to setup to host 2 web pages Tag: 359138
Index Server vs. WAIS
We are running Index Server on our Win2K server and have succesfully set up a
catalogue for several of our webs as evidenced by a succesful query of the
catalogue using the MMC. In addition, the "Index this resource" is checked
in the properties of these webs.
However, when we insert a Search Component in FrontPage, we get the dialogue
box for the WAIS search service rather than the Index Server service. How do
I "tell" FP that I want to use the Index Server catalogue rather than the
WAIS catalogue?
Thanks - Curt Tag: How to setup to host 2 web pages Tag: 359122
IIS6 to block someone from sharing files
I am looking for a way, perhaps with ISAPI filters, in IIS6 to block someone
from sharing files / "porn" pic's under their website. I have users with
their www.domainname.com and they are hosting pics and files under their
account. There isn't one link of the website at all pointing to these pics
and I would like to make it so that someone can't just type
http://www.domainname.com/naked19teen.jpg and view photos.
This has become a problem and I am looking to block this. Tag: How to setup to host 2 web pages Tag: 359121
AccessFlags propogation
I came into some trouble today with IIS permissions, and I want to ask about
the concepts behind this. Basically a user had accidentally mis-set the
permissions on a particular file from within IIS. This had set the
AccessFlags key to 0 for that file, making it unreadable. He didn't know what
he'd done, but we fixed the problem without much trouble.
Then I started poking through the metabase, and I found an AccessFlags key
on many, many objects within my site. What doesn't make sense is that there
doesn't seem to be a way in IIS to tell this key to naturally propogate, save
editing the metabase manually. At
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/6018a18d-6811-48b7-80e7-3beac7357e0d.asp,
AccessFlags is listed as an inheritable attribute, which seems like the way
one would naturally want to use it. Just like NTFS permissions, I prefer to
let permissions inherit as much as possible and only set special permissions
when necessary.
But like I say, if you're just making a site, you wind up with AccessFlags
value on an inordinate number of your files. Can someone help me reconcile
why it's done this way, or tell me what I'm missing?
Thanks in advance Tag: How to setup to host 2 web pages Tag: 359119
VBA CDO Attachements
I'm trying to send an emails with attachments using the code below.
All works well with the exception of the attachement. It arrives, but
when the user tries to open it states that it is Read Only or the
Server it is store on is not available. During my test process, the
attactment is an Excel file on 15KB with no macros; very simple file.
I've tried ZIP and DOC files with the same problems. Seems like I am
missing something in the code concerning the attachemnt:
Sub CDO_Send_Workbook()
Dim iMsg As Object
Dim iConf As Object
Dim Flds As Variant
Application.ScreenUpdating = False
Set iMsg = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
iConf.Load -1 ' CDO Source Defaults
Set Flds = iConf.Fields
With Flds
.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") =
"mail.myserver.com"
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport")
= 25
.Update
End With
With iMsg
Set .Configuration = iConf
.To = "Free@myemail.com"
.From = """XYZ Team"" <mail.server.com"
.Subject = "Your Weekly Performance Files"
.TextBody = "Weekly Files"
.AddAttachment "C:\Reporting\Test.xls"
.AddAttachment "C:\Reporting\Test2.xls"
.Send
End With
Set iMsg = Nothing
Set iConf = Nothing
Set wb = Nothing
Application.ScreenUpdating = True
End Sub Tag: How to setup to host 2 web pages Tag: 359114
websites and DNS enteries
Hi, Need some help on DNS and IIS. I am running a Windows 2003 server and
hosting more than one website on this machine. I have figured out how to use
host headers via IIS and can make a HOSTS file on another PC add the enteries
192.168.x.x www.mywebpage.local, launch IE and successfully navigate to that
website and the others I have created. (YEA!). Now want to take this one
step further. Can someone help me out and explain how to use my internal DNS
server (Win2003) to do this. From what I have read I need to setup an 'A'
record, but not having any luck.
So, then in the end when anywone lauches IE on the lan and types
www.mywebpage.local they will be taken to that webpage on the server
192.168.x.x and then type in www.haythere.local they will be taken to the
webpage on the same server.
Later I will figure out how to map these so the outside world can see this
but one step at a time!! -- Thanks! Tag: How to setup to host 2 web pages Tag: 359113
Front Page Server Extensions
I have a FrontPage web on Windows Server 2003 that has to *ONLY* use
basic authentication. I set it to use that *ONLY* but from time to time
it reverts back to Windows Authentication + Basic Authentication.
I just set it to Basic a minute ago. Typed this note, logged back in
and Windows Auth. was checked off again!!
Any ideas??? Tag: How to setup to host 2 web pages Tag: 359112
ASP Error Event information is missing the file name
I am using Windows 2003/IIS 6. The following event occurs during the day. i
want to debug the culprit ASP page which is causing this, but having hard
time without knowing on what page and website where the error occurs.
May anyone have any idea
1)how to change the server configuration so it will log the page, or
2) is the error log stored elsewhere (i checked
onWINDOWS\system32\LogFiles\HTTPERR, but it logs different sort of errors),
or
3)is there another way to log only errors (we have an internal error
monitoring system, but this error seems to escape it. maybe it's on
global.asa)?
Thanks in advance,
Amitay
Event Type: Warning
Event Source: Active Server Pages
Event Category: None
Event ID: 9
Date: 28/03/2005
Time: 18:00:37
User: N/A
Computer: WEB1
Description:
Warning: IIS log failed to write entry, Script timed out. The maximum
amount of time for a script to execute was exceeded. You can change this
limit by specifying a new value for the property Server.ScriptTimeout or by
changing the value in the IIS administration tools..
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp. Tag: How to setup to host 2 web pages Tag: 359108
Streaming Media
Hello,
I am not sure if I am posting to the proper list, so my apologies in advance.
I am running Windows 2003 Streaming Media Services with IIS 6.0 and Windows
Media Encoder 9. I am currently able to stream a live television feed across
the LAN, however I do not know how to change channels without stopping the
stream, change channels and then resume the stream. Can this be done thru a
web interface remotely instead of on the encoder PC ?
Thank-you for your time and insight. Tag: How to setup to host 2 web pages Tag: 359105
There is no global.asa file in my site
I could not find a global.asa file in my iis root folder but still my
application is working..http://localhost/test.asp is my application but i
dont see a global.asa file in my wwwroot folder which contains test.asp...how
is it possible and my test.asp file has session variables too.. Tag: How to setup to host 2 web pages Tag: 359104
IIS not displaying .wpd or .shw files
Hi All:
I am having a problem displaying Corel Word Perfect and Corel Presentation
files. Whenever you try to access a Corel file - it says page cannot be
found - any ideas?????
Any help would be greatly appreciated!!
Running Win Server 2003 Tag: How to setup to host 2 web pages Tag: 359100
IIS Not serving PDF Files
I have ISS setup and using it on the local host. All files display fine in
the browser such as JPG GIF .... except for PDF. I just get placeholders.
Accessing the pages directly from the local hard drive via Windows Explorer
then everything displays fine.
Is there something I can do to configure IIS properly to display PDF files?
Thanks,
Richard Tag: How to setup to host 2 web pages Tag: 359092
*Can't* download file from Address bar in IE, but *can* when clicked!
Help! This is killing me. :(
Clicking an actual link to a downloadable file (e.g. PDF or DOC) works
fine, but when you copy that SAME link into the address bar, it does
not work!
It tries to download the actual .ASPX itself, and when you click OPEN
there, it says Cannot download file <file>, etc...
This works fine in Firefox.
The server is IIS, Windows 2000, all updates installed.
I tried everything I could find all over the web and MS KB. My IIS
settings are fine... I can't explain it! :(
Please help! I haven't encountered such an annoying issue for a long
time.
E-mail me at dave at notik dot com if you'd like the URL or more
information.
Thanks very much in advance. Tag: How to setup to host 2 web pages Tag: 359068