Home > Microsoft IIS

Microsoft IIS

Microsoft IIS forum discussing Internet Information Server general usage, including configuration and server set up. Get the most out of the most popular web server for Windows.
Ask Question About Microsoft IIS
IE tries to download an ASP page rather than redirect to it
Hello, I am using Frontpage, on a Windows XP Pro box, IIS 5.1. When reviewing the web site, when I click on a link to one of the pages, rather than simply direct me to the page, IE tries to download the file and I get the usual "F...
answer(3)  view(807)  status(wait for best answer)
Corrupted images through IIS 5.1
Running a local webserver (IIS 5.1) installed with my WinXP pro edition... When looking at pictures locally through paintshop pro, I have no problems... But when looking at them through my web browser through IIS they appear corrupted... ...
answer(1)  view(807)  status(wait for best answer)
Online?
Hello everybody, I got a website ASP.NET and i can run it on my laptop properly, i can type localhost/eg/default.aspx and i can browse it The problem i want this site online, any 1 can see it. but i couldnt figur it out how. I have p...
answer(1)  view(784)  status(wait for best answer)
Server APP Unavailable message and IIS problems HELP!!!
I am new to the .NET world and also to the ASP programming lang. Im running W2K. I opened .NET and created a new ASP WebApplication and just to see if my connection was good I added one button and clicked build and browse. I get this error ...
answer(5)  view(243)  status(wait for best answer)
IIS 6.0 and disappearing HTML Elements
ASP pages that use RecordSets like this: recordSet.Open Session("RepQryStr"), connection, 3 where 3 = adOpenStatic, work on the setup of Windows 2000 Server/IIS 5.0, but on Windows 2003 Server/IIS 6.0 I see that HTML elemen...
answer(4)  view(111)  status(wait for best answer)
IUSR account permissions
I ran the iislockdown tool on our web server to stop a potential hacking situation. Unfortunately, now several asp functions and some entire web sites have stopped working. I think I have narrowed it to the IUSR account being locked down t...
answer(2)  view(351)  status(wait for best answer)
Server Application Error
I'm running XP Pro with IIS 5.1. Everytime I try to access ASP pages via my webserver, I get the following error: ******************************************** Server Application Error The server has encountered an error while loadi...
answer(16)  view(806)  status(wait for best answer)
ASP and IIS 6.0
ASP pages that worked pefectly on Windows 2000 Server and IIS 5.0 do not work on Windows 2003 Server with IIS 6.0. My recent posts discussing problems with a database connection (DSN type for Oracle, "ora92" folder permissions,...
answer(3)  view(471)  status(wait for best answer)
Page Counters and IIS 6.0
Another glitch with IIS 6.0, it does not support the MSWC.PageCounter ActiveX component. I have copied the PageCnt.dll file over, but how do I register it on WServer 2003, IIS 6.0?
answer(2)  view(874)  status(wait for best answer)
IIS 6.0, ASP, and accessing a Database
I am having trouble connecting to an Oracle database. My machine has Windows Server 2003 Standard Edition with IIS 6.0 installed. I have a System DSN added. I am using ASP pages that I know work on another machine with IIS 5.0. I have...
answer(4)  view(933)  status(wait for best answer)
IIS 5.0 and portables???
I'm pretty new at this thing but when i program a ASP-page with Dreamweaver on a desktop with Win2000 and IIS installed, everything works perfect. Same configuration on a portable and it doesn't work. Especially database ASP-pages!!!!!!! C...
answer(2)  view(673)  status(wait for best answer)
How do I set up IIS on my WinXP computer
First time poster. I have an IBM P/IV 256 mem, 30GB, DSL, Cisco PIX 501 firewall. I want to install a webserver on my WinXP system. (1). In using the add components on WinXP, Do I just check the IIS box, it now states 84 MB with a number o...
answer(4)  view(102)  status(wait for best answer)
HTTP 500 -- I've tried the usual stuff
Hey, guys. First post here on the ASP forums, but I moderate a couple car-related ones myself. I hope you can help. I'm putting up some known-good asp code on an existing Win2k Pro box acting as a web server. I've ensured that proper ...
answer(6)  view(617)  status(wait for best answer)
MSWC.PageCounter Resets to 1 in IIS 6.0
The MSWC.PageCounter works, sort of. I copied it over from the machine with IIS 5.0 to the machine with IIS 6.0 and registered it, however the count resets to 1 each morning. It servers little purpose if it keeps resetting - anyone experi...
answer(1)  view(390)  status(wait for best answer)
cannot configure server extensions 2002
I am trying to configure frontpage 2002 server extensions for my website. I am running IIS 5.1 and created my website with frontpage 2000. I downloaded frontpage 2002 extensions and installed them but when I goto my IIS console, then all ...
answer(1)  view(790)  status(wait for best answer)
IIS wont start!!!
hello i have tried to install IIS on Win XP with no secsses i installed it the usal way add and remove windows components wizard. checked the internet information services (IIS) bal bla bla ... went to its manager and press start aft...
answer(4)  view(280)  status(wait for best answer)
IIS+Server Application Error
i have WIn XP pro. I installed IIS . when i tried checking it if it runs , i typed //localhost/ on my web browser i got Oracle Server sign. this meant tht my Oracle was running onthe same port. so i shut down my oracle services. now i agai...
answer(4)  view(196)  status(wait for best answer)
IIS Virtual Server Wildcards?
Is there anyway to use wildcards in specifying IIS virtual server headers? e.g. *.mydomain.com so that all subdomains of mydomain.com are routed to the same virtual server? I tried to do this without any success. Any suggestions?
answer(1)  view(869)  status(wait for best answer)
Enable Anonymous Access in IIS 6
What are the account requirements for aspx pages to be accessed anonymously on Windows 2003 server?. When I view my aspx page in a browser locally or remotely I always get prompted for user and password. When I provide credentials for us...
answer(1)  view(953)  status(wait for best answer)
ODBC connection problems...
I'm having problems getting my ASP form to have it's drop down list populate from an Access databse. Here is the ADO for the connection: <% 'Request the name of cars and the primary key from the Cars table. SQLCAR="SELECT carN...
answer(2)  view(365)  status(wait for best answer)
configuruing smtp server for sending mail in asp
hello , I have an asp page which allows th user to send me a mail. I've configured the virtual smtp server in IIS also. However, it takes a vert long time for iis to send the emails and they are sent in batches. IS there a setting i've mi...
answer(2)  view(656)  status(wait for best answer)
IIS 6.0 and Closing response ends thread
Hello, I don't know if this is an IIS issue or something else, but basically, I wrote a web application in c# that ends the response at a certain point, but then the thread/process still continues to do some processing (rather than forcing ...
answer(2)  view(52)  status(wait for best answer)
New User! Error on page http://localhost
I have Windows XP Pro installed and I installed IIS from the add remove programs in windows. Http://localhost dose not work. Why? The installation of IIS completed successfully but I can not view the page? What am I doing wrong? I had th...
answer(5)  view(841)  status(wait for best answer)
IIS 5 - Https problem
There is problem with our webserver protected with SSL security for already 2 weeks. It works via Http without problems but not with Https. I get the 'Cannot find server or DNS Error' message. But after reboot it works again for a few hours...
answer(3)  view(47)  status(wait for best answer)
URL without WWW ?
How is it possible to make work a url without www ? I've added a new header ( without www ) under : IIS >> mysite >> preferences >> web site >>advanced button .. But yet , mysite.com without www is not working ......
answer(1)  view(979)  status(wait for best answer)
IIS not persisting sessions
On my local machine (windows 2000), IIS is not persisting sessions. I can set session variables and print them out, but when I refresh the page, the variables are gone. I created an ASP with the line "Response.Write Session.SessionID&q...
answer(6)  view(477)  status(wait for best answer)
cookie preventing asp pages from displaying
I have an interesting one for you: I have a web server running windows 2000 advanced server and iis5. It runs perfectly well unless someone visits a site on a different server on the same domain where it recieves a cookie. If they th...
answer(1)  view(276)  status(wait for best answer)
IIS Configuration
Hello, I have windows 2000 server with service pack 4. It is a domain controller. On this OS, i have installed IIS. It was installed properly. But when i browsed defualt page (with URL), it is giving error like this. "Server App...
answer(4)  view(267)  status(wait for best answer)
Help! Event Id:36
Hello, I am a new begginger to web developing I am trying to create a website using Dreamweaver MX 2004 I designed a simple search page "search.asp" but everytime I run it, or any other asp for that matter, I get http error 500 i ...
answer(1)  view(781)  status(wait for best answer)
Configuration Error, Authentication Problem
I am trying to set up a virtual directory and then have a program list all the files within the directory. The programs path is: http://powintranet/Developer/Jesse/...r/WebForm1.aspx and it's trying to access the virtual directory //powa...
answer(2)  view(236)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved