all groups > inetserver iis > october 2004 > threads for wednesday october 27
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Question about Redirects...
Posted by StinkFinger at 10/27/2004 10:03:44 PM
All,
I have a website on my ISPs space, i.e. www.mydomain.com and I have another
domain name that is pointing to my static ip, i.e. www.mydommain.com Under
IIS5 I have an entry for www.mydommain.com and have it set to redirect to a
URL, www.mydomain.com and the Permanent... option is checked.... more >>
IIS 5.1 Server 500 Error
Posted by Denis at 10/27/2004 9:39:30 PM
Hi.
My IIS 5.1 webs server on my WinXP pro has stopped working for no reason.
I looked for a solution on the internet and found several articles
suggesting that I needed to un- and re- install IIS or/and ASP.NET ...and I
tried uninstalling and reinstalling both IIS and ASP.NET 1.1 but nothin... more >>
IIS 6 and protocol HTTP/0.9
Posted by blog at 10/27/2004 6:23:49 PM
Hi,
it seems IIS 6 is not compatible with protocol http0.9. I can't find any
information on the microsoft site regarding this issue. Can someone helps me
? we still have an old (very) program using protocol 0.9 .
Thanks.
... more >>
iisstart.asp error
Posted by john at 10/27/2004 6:21:56 PM
hi guys,
I have problem browsing to default website in iis 5.0
whenever I browse to http://localhost/iisstart.asp or
localstart.asp it gives http internal server error.I have
create a test asp page and it is browsable from iis.
Both files are ok and can be open using i.e.Please help.
... more >>
HTTP 401.3 - Access denied by ACL on resource .exe
Posted by Mary at 10/27/2004 5:57:34 PM
I have a problem with my cluster server (windows 2000) that host an IIS
virtual server.
In the autentication method I set the anonimous ad
I set a domani user who is member of local administrator group.
When I try to call a .exe application from a browser, the server prompts me
for credential... more >>
Unable to Authenticate in IIS using Basic Authentication
Posted by pbirkle at 10/27/2004 5:33:02 PM
Here is the following error I get in the event log.
Failed to impersonate the Anonymous User for ASP Application
/LM/W3SVC/1/Root/cdu/orientation. Global.ASA OnEnd routines will not be
executed.
I have Windows 2003 Server running IIS 6.0
Using Basic Authentication no domain users can get... more >>
ERD
Posted by Don at 10/27/2004 4:37:10 PM
Hello,
Can we still create ERD for Windows server 2003 standard edition? I went to
system tools->backup and tried to create ERD like in 2000 server, but I
didn't see it there. Does anybody know where?
Thanks
... more >>
URL to point to website on different port
Posted by John V at 10/27/2004 4:35:04 PM
Hello,
I have IIS6 running on server 2003. Besides the default website which is on
port 80, I have another website called WSS( for sharepoint services) running
on port 90. What I want to do is on a users computer, I want to be able to
type in at the URL http://servername/websitename instead... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NNTP and API...
Posted by Jérôme Quintard at 10/27/2004 4:26:16 PM
Hi,
I search a solution (script, api, application...) to manage the NNTP Server
of IIS6 (like the web-based solution in IIS4). Do you have an idea about
this ?
Thanks !
Jérôme
... more >>
IIS crash
Posted by Cecil Westerhof at 10/27/2004 4:22:35 PM
We have a very strange problem. We have an IIS application that uses Crystal
Report. (We are not sure if this is part of the problem. But we think it is
likely.) Sometimes IIS hangs. When this happens there is no response when I
request a page, but ther is also no time-out.
When I stop IIS an... more >>
Opening .oft files in IIS6.0
Posted by sdm at 10/27/2004 3:16:47 PM
I've moved a website from IIS4 to IIS6 and can no longer open pages with
'.oft' extensions. I've searched around and found that I can add a new Mime
type of '.oft text/html' , although this does allow the page to open it
displays 'gobbledegook', can anyone suggest a different setting?
Thanks... more >>
IIS Load Balancing
Posted by Ajay Chaudhari at 10/27/2004 2:41:01 PM
I have a Java Based Application loaded on two Windows 2003 Server running IIS
6.0. Users access the apps from a web browser. I would like to load balance
the two servers without using a third party load balancer (BIG-IP or Cisco)
or DNS round robin.
Can I use Network Load Balancing in this... more >>
Can't Connect to localhost on XP/IIS6.0
Posted by todd_peterson NO[at]SPAM dstoutput.com at 10/27/2004 1:54:37 PM
Hello,
I've recently installed Windows XP Pro and through "Add Windows
Components", installed IIS. I am unable to connect to
http://localhost or http://127.0.0.1 from a browser, yet I can ping
them both from a command prompt. I can, however, hit
http://ip_address_of_machine, and http://ip_a... more >>
smtp serve
Posted by frank at 10/27/2004 1:09:02 PM
Is there a way to setup a smtp server without exchange?
If so how?
... more >>
Server Application Error - Can't find speicifc metadata
Posted by xfile at 10/27/2004 12:07:27 PM
Hi:
Really appreciate if anyone can help me on this one or point me to the right
sources, since I have spent so many hours, unsuccessfully, to find the
solution from MS and Google search.
Due to hardware upgrade, I had a repair installation for XP Pro and SP 2.
IIS and FrontPage Server E... more >>
Isolated FTP users
Posted by John Spiegel at 10/27/2004 11:07:46 AM
Hi all,
Sorry for the multi-post w/ ...server.setup group: I was pointed in this
direction...
We recently brought up a 2K3 server and are now trying to set up FTP access
for a number of clients--each of whom has (or is planned to have) their own
User account and none of whom should be able ... more >>
asp pages on server
Posted by Bryce at 10/27/2004 9:57:01 AM
How can I tell if asp is enabled on in the server?
Do I just put the asp pages into a directory ... and then one may type the
asp page address just like an html page address?
its sbs2003 with 6.0 IIS.
Bryce.
... more >>
Issue: IIS6(in Isolation Mode) and SSL
Posted by Jason Rowley at 10/27/2004 9:41:46 AM
We are having an issue with an application that uses a GET and POST in the
same form, ie
form action="script?some=value" method="post"
input type=hidden name=some2 value=value2
/form
What happens is a reset in the SSL return, sometimes in the browser you get
a "Cannot find server or DNS Erro... more >>
Performance
Posted by chv NO[at]SPAM anon.postalias at 10/27/2004 9:26:47 AM
Hello
Windows Server 2000
I am using index service for research. Due to the use
of "cisvc", the rest of the CPU is used and this is
slowing down other clients/servers resources.
Is there anything I can in relation to performance?
TIA... more >>
ASP.NET XMLDOM applications crashing IIS6.0?
Posted by Courts at 10/27/2004 8:43:03 AM
I have 4 ASP.NET XMLDOM applications running on a 2.5 ZEON Win2003 Standard
server with 4-gigs of ram and all of the patches and updates. I make heavy
usage of the DataReader over the DataSet due to the expensive system costs of
DataSets and DataAdapters. Our apps are fairly efficient, and we ... more >>
ASP.NET applications crashing IIS?
Posted by Courts at 10/27/2004 8:41:06 AM
I have 4 ASP.NET XMLDOM applications running on a 2.5 ZEON Win2003 Standard
server with 4-gigs of ram and all of the patches and updates. I make heavy
usage of the DataReader over the DataSet due to the expensive system costs of
DataSets and DataAdapters. Our apps are fairly efficient, and we ... more >>
ASP.NET applications crashing IIS?
Posted by Courts at 10/27/2004 8:41:04 AM
I have 4 ASP.NET XMLDOM applications running on a 2.5 ZEON Win2003 Standard
server with 4-gigs of ram and all of the patches and updates. I make heavy
usage of the DataReader over the DataSet due to the expensive system costs of
DataSets and DataAdapters. Our apps are fairly efficient, and we ... more >>
IIS, host headers, and SSL
Posted by ChrisO at 10/27/2004 8:13:02 AM
On a Win2003 Server box with one IP address, i am hoping to set up a few
virtual sites that can be accessed (using host headers) as:
acme1.mysite.com
acme2.mysite.com
acme3.mysite.com
acme4.mysite.com
I also need to install a cert for SSL. I understand that SSL does not work
with host ... more >>
Redirect HTTP to HTTPS
Posted by Nora at 10/27/2004 7:59:16 AM
Hi,
I'm having a lot of trouble redirecting my site... I've looked at other
discussion forum topics, but nothing is working for me. I don't think I
fully understand what to do, and I am looking for somebody to explain it in
simple terms. I have my site set up as HTTPS using SSL. The site c... more >>
Misbehaved CGI application headers
Posted by DaveK at 10/27/2004 6:49:10 AM
My application developers cannot fix their Perl code because IIS 6 does not
tell them where the error occured.
A sample bug in IIS 5 returns: The specified CGI application misbehaved by
not returning a complete set of HTTP headers. The headers it did return are:
Can't call method "dfgsdg" o... more >>
2 internet connections
Posted by Andrei G at 10/27/2004 5:33:05 AM
Actual
w2k domain D
Location A
subnet a.b.c.d
1st internet connection (fast) -gateway1-firewall, router, VPN, SMTP and
proxy (Borderware machine) connected to LAN switch
pdc w2k domain D - dns, DHCP with scope: DNS, WINS, GW 1
servers: w2k + winsrv2003
workstations: w2k, xp
laptops: xp... more >>
Share session state between applications
Posted by versteijn NO[at]SPAM 538mail.nl at 10/27/2004 5:05:53 AM
Hello all,
How can I share session state data between two applications? The
applications are on the same (IIS5/6) machine.
Thank you in advance.
Regards,
Freek Versteijn... more >>
Can IIS 5 be installed on Win2K3
Posted by Joe Flynn at 10/27/2004 5:05:02 AM
Can anyone tell me if there is a way to install IIS 5 on a Windows Server
2003 edition. We are running Crystal Enterprise 9.0 and they do nto support
IIS 6.... more >>
|