Looking to alter HTML in HTTP Response from IIS 6.0
We are running a commercial software Intranet application that runs on
Windows Server 2003 and IIS 6.0. The application generates HTML file from
several various ASPX components.
We are looking for the best approach to modify/alter the generated HTML from
the application before reaching our client's browser.
I have done some research and have thought of installing IISPROXY and coding
a script to perform the alterations in the Proxy server before reaching the
clients. The alter is to put a CSS file in the header and remove the CSS
file that is repeated in the body numerous times. The application team is
working to fix the software, but we are looking at a few months before that
release.
Has anyone ever needed to perform this kind of altering a generated HTML
file and what would you recommend that we do to perform the process?
Does IIS have a built in function that we could be using?
Are there ISAPI functions that I should consider?
As you can tell, I am a bit out of my league on this stuff, so please be
understanding.
--
Andy
Consultant Tag: IIS7: Contol of indexing Tag: 402438
IIS 7.0 WebDAV Stable Product?
Ok,
So now I have officially spent 112 hours trying to get this to work
with no success. We're getting into used-airplane territory here. :)
First of all, in a sick sort of way, I am a bit happy. After
consulting with a couple of heavy-weights in the industry, I have
learned that I am not entirely inept - they couldn't get it to work
either.
By "it", I mean a simple WebDAV configuration. Nothing fancy, maybe a
web folder or two accessing files residing on same machine that hots
IIS 7.0+WebDAV+Vista Ultimate.
I have also learned that the problem is not what I originally
considered to be a possibility, that IIS 7.0 was not meant to run on
Vista. After reading carefully Robert McMurray's postings on IIS.NET
and carefully reading other postings, my guess is some marketing-head
at Microsoft specifically instructed the engineers to omit the fact
that IIS 7.0 will run on Vista, perhaps to create confusion as to
whether it would or not, so that all the Dilbert's of the world would
be frightened at the possibility that it might not, and purchase
Windows Server 2008.
For the record, I am running IIS 7.0+WebDAV on Vista even though the
official Microsoft documentation says "You must be running Windows
Server 2008." Whether it actually works or not on Vista, I really have
no idea, because right now it does not seem to work on anything.
If I were Keith Moore, I would geared up to defend my work right
around now. It seems that there are many people having problems with
this "single greatest reason to purchase Windows 2008."
If there is anyone reading this who has managed to get IIS 7.0+WebDAV
to work on Vista or 2008 in any repeatable manner, any at all, I'd
like to hear from you.
-Le Chaud Lapin- Tag: IIS7: Contol of indexing Tag: 402431
IIS-Windows/Exchange Server 2000
This should be a fairly easy question: How do I configure IIS so that I'm not
prompted to use the domain name when using the OWA?
I have to do this now: domain name\username
How can I configure it so that I can just use the user name?
Thanks Tag: IIS7: Contol of indexing Tag: 402430
IIS/Windows 2000 Exchange Server
This should be a fairly easy question: How do I configure IIS so that I'm not
prompted to use the domain name when using the OWA?
I have to do this now: domain name\username
How can I configure it so that I can just use the user name?
Thanks Tag: IIS7: Contol of indexing Tag: 402429
Renamed AD user accounts and Integrated Windows authentication in IIS 6.0?
Here is the issue: some user accounts were renamed in our Windows
2003-based Active Directory. These users successfully log in with
their new user IDs into the domain. However, when they try to access
our IIS 6.0-based ASP.NET applications that use Integrated Windows
Authentication, the IIS still recognizes them under their old user IDs
(???)
We tried to restart the IIS, but it did not help. We also asked users
to try from different workstations--same story. The client machines
have Win XP Pro.
What is the reason for that and how can it be fixed?
TIA! Tag: IIS7: Contol of indexing Tag: 402423
Installing a renewed SSL certificate without creating a new key pair
Hello,
How can I install a "renewed" SSL certificate on a IIS server without
going through the process of regeneration of the key pair?
saqib
http://doctrina.wordpress.com/ Tag: IIS7: Contol of indexing Tag: 402421
Missing asp.net version
We are running multiple sites on a 2003 server with IIS. If I look at the
properties for a particular website, the asp.net version is not showing.
This just started. It is happening to all the sites.
The asp.net tab is still there in the properties window, but the asp.net
version is not displaying. It should show 2.0.5xxxx in the text portion of
the dropdown select list. The asp.net versions are selectable in the
dropdown though.
.
Has anyone seen this happen before? Do you know what causes the issue and
what to do about it?
Thanks for your time. Tag: IIS7: Contol of indexing Tag: 402420
Creating a Shockwave Server
Hello I am sure this is not a normal question but I don't know where to
start. I have been given the task of hosting Shockwave Training Videos and
know nothing about them. I have found out that I need a web server to do
this, but can someone point me in the correct direction on how to go about
setting up a server to handle this.
Thanks in advance for any help.
--
Thanks Tag: IIS7: Contol of indexing Tag: 402417
Change Installation Path of IIS7
Hi,
I need to change c:\inetpub to drive d: in IIS7
I can do that to websites, but the ftp and other protocols still
remain in c: drive.
How can I move all to d: and delete c:\inetpub folder Tag: IIS7: Contol of indexing Tag: 402415
IIS + HttpHandler or IIS+ISA
Hi,
I have the following problem:
I have a ASPX-Portal and under a specific subsite sub_Book e.g.
www.portal.net/Sub_Books I want to redirect the Request to an external
WebServer. The External WebServer delivers an ASPX-Site - the site is
not interpreted it is the source ASPX the IIS has to render now.
Is it possible to solve this with ISS+ISA 2006 (because ISA is already
in Use) - or do we need a custom HTTP-Handler?
Can anyone help me?
cu
Torsten Tag: IIS7: Contol of indexing Tag: 402412
Virtual Directory URL
I have a website with a Virtual Directory setup, in the virtual
directory I have a exe that gets called as
http://site.company.com/virtual directory/file.exe.
How can I resolve this URL to answer to
http://site.company.com
thanks in advance
Rick Tag: IIS7: Contol of indexing Tag: 402400
Missing microsoft.web.administration.dll
Hi,
I am missing the assembly microsoft.web.administration.dll on my computer. I
am running Windows XP Professional SP2, and .NET Framework 3.5. I am using MS
VS 2008.
On Vista I can find this assembly in the inetsrv directory. According the
MSDN, this assembly should be available on Win XP SP2 also.
Do I need to install any additional package?
Thanks,
Lubomir Tag: IIS7: Contol of indexing Tag: 402396
IIS6 + Dynamic Compression => no Content-Length header
Hello everyone,
I have a small problem with IIS6 configuration.
I'm trying to optimize our IIS6 web portal. I activated HTTP compression
both for static and dynamic content, and this works OK when the browser asks
for content directly to the IIS server ...
BUT, when the browser asks for content thru a web proxy (Squid in my case)
dynamic content is effectively served by IIS but as the Content-Length
header is missing, so nor IE or FireFox can handle it !
So my question is : Is there a way to automatically compute and add the
Content-Length header when requesting for dynamic compressed content ?
Any help would be much appreciated.
Best regards,
Eric. Tag: IIS7: Contol of indexing Tag: 402395
event id 2214
Server running W2003 SP2 with all lastest patches, in IIS 6.o we are getting
error with no clue what to do, I verified the NTFS permissions and Registry
key permissions from M$ site.
Can you help?
Event Type: Error
Event Source: W3SVC-WP
Event Category: None
Event ID: 2214
Date: 3/13/2008
Time: 1:37:03 PM
User: N/A
Computer: EWEB25
Description:
The HTTP Filter DLL
C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll failed to load.
The data is the error.- Tag: IIS7: Contol of indexing Tag: 402394
Redirect from http: to https:
I have a perplexing SSL issue that I can't seem to resolve.
When someone browses to my app, I have code that redirects http: to
https:. I did this by replacing the 403;4 "secure channel required"
page with a custom page that redirects to https:. The problem is that
this works intermittently. Sometimes it redirects to https: OK and
sometimes users are getting "Under Construction" page. There is
absolutely no rhyme or reason as to when it will redirect and when it
will not. I have also tried setting up a forwarding on my domain
manager to forward everyting to https: but that doesn't seem to help
either.
Has anyone seen this behavior before, and is there something that can
be done to fix it?
Any help would be greatly appreciated.
~ asleep Tag: IIS7: Contol of indexing Tag: 402392
Portal about Server performance by the people who run MSN.com etc?
Hi,
I remember being on a portal that was done by the team who handle the
MSDN website, MSN.com etc.
They had an article about the performance between 64 bit and 32 bit
servers.
Does someone know the URL to their site? Tag: IIS7: Contol of indexing Tag: 402390
Cannot manage IIS Manager
I have a WIndows 2003 server with IIS 6.0 and MOSS 2007. I cannot manage
any websites through IIS Manager using IIS Manager on the server or
remotely. I get the following error when I try to "connect to computer" -
the path specified cannot be used at this time. The websites are all
running fine. Anyone know how to fix this? Tag: IIS7: Contol of indexing Tag: 402389
Certificate mapping auth and COM+ app calling on IIS6 web site
Hi all!
I have the following website setup:
1. "Enable the Windows directory service mapper" setting enabled in Web
sites Security tab.
2. On website security tab Anonymous and Integrated auth settings
cleared, and "Require secure channel (SSL)", "Require client certificates"
and "Enable client certificate mapping" settings enabled.
3. Created and configured an App. pool with domain user identity.
4. Website is configured to use this app pool.
th problem:
users are authenticating to this website using certificates (on a
smartcard) and it works fine (they are mapped to the corresponding AD user
accounts.), but the ASP pages on this website are calling COM+ application
and I have found out that these calls are using user's who is accessing web
site security context but not the App. pool user's security context. What do
I have to change in this configuration to make it work the way that app.
pool user is the one who calls COM+ application?
thanks,
Arnis Tag: IIS7: Contol of indexing Tag: 402388
Stress Testing WebService
Hi,
I am trying to use TinyGet to stress test a webservice but can not seem to
invoke the actual method. Can anyone advise how to do this or suggest a
better tool? Tag: IIS7: Contol of indexing Tag: 402382
cannot get iis to work on local PC
Hi,
i am using Windows XP
i am developing a asp.net 2.0 application
i wanted to do some testing so i added a virtual directory to my iis
issue is i cannot even get http://localhost to display properly. I
keep getting prompted for my username and password.
I have already done the aspnet_regiis.exe -i already. It still did not
work.
I am the administrator of my own development PC.
please advise.
Thank you. Tag: IIS7: Contol of indexing Tag: 402374
IIS 6.0 -redirecting empty user accounts to unique error webpage
Hi guys,
I need some help with an IIS 6.0 running on Windows Server 2003.
I have several local accounts created on the server, each user has its own
local folder with a different website.
Some of them don't have anything in their folder.
When there is nothing in their accounts, a "Directory Listing denied"
message appears. I would like to redirect to some error.html page (unique
page located in some other folder, different than the users').
Does anyone know how to do this? (Except copying this webpage to every empty
user account).
Thank you.
Dan Tag: IIS7: Contol of indexing Tag: 402369
HTTP/1.0 problem
Hi All;
I am experiencing a problem that HTTP/1.0 requests are not processed.
I have an IIS-tomcatand all the pages are working OK from a browser.
One of my pages is a GET command that requests the time. The command
is as follows:
http://www.myserver.com/app/gettime.jsp This works ok from any
browser.
When I attemtp to tun this command from an external device using HTTP/
1.0 then I get an error 404.
Here's the command: "GET http://www.myserver.com/app/gettime.jsp HTTP/
1.0\n\n" I get 404 error
However here's what I find weird: If I send the command without the
url it works just fine, like this: "GET /app/gettime.jsp HTTP/1.0\n\n
Any ideas ??
Thanks in advance!
Juan Tag: IIS7: Contol of indexing Tag: 402362
IIS redirection peoblem
Hi All:
I have an application IIS running along with Tomcat 5.5
Web sites are displayed correctly using IE browsers.
I also have an external harware device that sinchronizes time with his
server using a GET command. This device uses HTTP/1.0.
When I type the identical command in the browser the server sends back
code 200, but when my device attempts to do this there's an error 404
page not found.
Details:
"http://www.abc.com/app/gettime.jsp" This has no problem when
sent from a browser
My string from the device is: "GET http://www.abc.com/app/gettime
HTTP/1.0\n\n" I get 404 error
Another hint: If I use the string: "GET /app/gettime HTTP/1.0\n\n" I
get 200 just fine. Please note that there's no url in the last one.
Could any body help me with this ?
Regards
Juan Tag: IIS7: Contol of indexing Tag: 402357
PHP and IIS 7
Hi,
I haveing a issue with PHP5 for IIS 7,
I did enable the PHP for IIS 7 on the vista business ( I did it with the
help of this link:
http://www.maniacomputer.com/WebServer/InstallingPHPonIIS7P2.html )
We did move a working website (php website) to the inetpub but now when I
try to open the index.php I get this error:
HTTP Error 500.0 - Internal Server Error
Description: The page cannot be displayed because an internal server
error has occurred.
Error Code: 0x00000000
Notification: ExecuteRequestHandler
Module: IsapiModule
Requested URL: http://localhost:80/cmm/home.php
Physical Path: C:\Code\Cleary\Marketing\home.php
Logon User: Anonymous
Logon Method: Anonymous
Handler: PHP
Any idea how to solve this issue?
Thanks
Was this post helpful to you? Tag: IIS7: Contol of indexing Tag: 402356
IIS7 and Vista help Error writiing a text file
Hi
Wonder if you can help me.
I'm running an ASP program on IIS7 Vista that will write a text file, copy
of program below
<html>
<body>
<%
dim StrFileName,fso,myfile,StrText
StrFileName=server.mappath("message.txt")
set fso=server.CreateObject("Scripting.FileSystemObject")
set myfile=fso.OpenTextFile(StrFileName,2)
StrText =("<b> Hello World </b><hr>")
myfile.Write(StrText)
myfile.close
set myfile = nothing
set fso = nothing
%>
</body>
</html>
When I run it I get the follwong error
Microsoft VBScript runtime error '800a0046'
Permission denied
/program.asp, line 14
Line 14 being
set myfile=fso.OpenTextFile(StrFileName,2)
I have looked on google and the error seems to be for different things and
not which I am having the issue with.
Would be grateful for any help Tag: IIS7: Contol of indexing Tag: 402355
Could not load Microsoft.reportingservices.diagnostics
We have an x64 server with 2003, SQL is loaded locally. I have WSUS and
SharePoint also loaded on this machine. WSUS is port 8530 and SharePoint is
80. SQL Reporting Services is 82. I can connect to WSUS and SharePoint
fine, but when I connect to HTTP://servername:82 I get "Under Construction"
and when I put /Reports at the end I get "Could Not Load
Microsot.ReportingServices.Diagnostics" and Event ID 1310 with Event
Code:3008 in the Event Viewer.
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1310
Date: 3/12/2008
Time: 8:47:49 AM
User: N/A
Computer: STRATUS2
Description:
Event code: 3008
Event message: A configuration error has occurred.
Event time: 3/12/2008 8:47:49 AM
Event time (UTC): 3/12/2008 12:47:49 PM
Event ID: fbe675b77e9543ee99e70bfa7d005afb
Event sequence: 1
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/Root/Reports-1-128497996684206612
Trust level: RosettaMgr
Application Virtual Path: /Reports
Application Path: C:\Program Files (x86)\Microsoft SQL
Server\MSSQL.3\Reporting Services\ReportManager\
Machine name: STRATUS2
Process information:
Process ID: 6204
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: Could not load file or assembly
'Microsoft.ReportingServices.Diagnostics' or one of its dependencies. An
attempt was made to load a program with an incorrect format.
Request information:
Request URL: http://stratus2:82/reports/Home.aspx
Request path: /reports/Home.aspx
User host address: 192.168.56.210
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager
appManager, IApplicationHost appHost, IConfigMapPathFactory
configMapPathFactory, HostingEnvironmentParameters hostingParameters)
I've reinitialized IIS and all the application pools and web sites are
green. Any ideas where to go from here? Tag: IIS7: Contol of indexing Tag: 402354
FrontPage 2002 server extensions - still needed?
I'm currently looking at our deployment of IIS 6 on Windows 2003 Server R2.
FrontPage 2002 server extensions aren't installed by default. Are they still
needed for an intranet? We're going to be using SharePoint Designer 2007 to
edit our intranet. This can work with a file share but also with HTTP.
Thanks, Rob. Tag: IIS7: Contol of indexing Tag: 402352
VBScript Error
Hello,
The following script is giving me this error:
Object required: {string: '["""D:\Program Files\Ju"]'
I've tried %20 and that did not work. What changes need to be made to
the VBScrit below to get rid of the above error.
Dim regedit, nFile
set regedit = CreateObject("WScript.Shell")
set nFile = """D:\Program Files\Just BASIC v1.01\My Programs
\eBookErrFix\eBookErrFix\eBookErrFix\CurrentFile.txt"""
nFile.write(regedit.RegRead("HKEY_LOCAL_MACHINE\Software\Microsoft
\Windows NT\CurrentVersion\Winlogon\DefaultUserName"))
Thank you for your help,
jfcby Tag: IIS7: Contol of indexing Tag: 402342
iis manager classfactory cannot supply requested class
iis manager 6 on xp machine connecting to iis 6 on remote 2003 box. I can
log in fine when I click on web sites or application pools I get class
factory cannot supply requested class I have reinstalled iis6 manager,
framework 2.0 and the sdk re registered with aspnet_regiis -i. very
frustrated at this point and just the beginning of this project. Tag: IIS7: Contol of indexing Tag: 402339
DebugDiag not working in amd64 Windows 2003
i all,
I'm trying to use Debug Diag to monitor memory leaks in 64-bit windows 2003
amd64.
And when i try ot attach the process, it says :
GetLastError returns 0x00000005. Could not monitor for leaks in process id
<PID>.
I downloaded DebugDiag from:
http://www.microsoft.com/downloads/details.aspx?familyid=7E42B310-B2D1-496B-8005-9D91782B9995&displaylang=en
PS : i use it a lot in x86 and it works perfectly.
Any idea?
Thanks,
Robertis Tag: IIS7: Contol of indexing Tag: 402333
How to get rid of IIS 400 Bad Request Error
I found some bad request error in HTTPERR directory.
One sample url is http://host/%E3%83%90%E3%83%B3%E3%82%AF%E3%82%B7%E3%82%B9%E3%83%86%E3%83%20.htm
(This may not be a good url, but I really don't want visitors only see
Bad Request).
I have rewriter to redirect all url to my php page. But the IIS
reports to the browser "Bad Request" even before reaching the
rewriter. After uninstalling the rewriter, IIS doesn't give 404 error,
always 400 bad request.
Someone told me it may be related to ASP.net. I tried to disable
ASP.NET, uninstall it or set the VerificationCompatibility value in
the registry. None of these works. I don't think it's really related
to ASP.NET
Need help about this. Thanks a lot!
IIS on Web-Server 2003 with latest service packs and paches.
Steve Tag: IIS7: Contol of indexing Tag: 402332
Deleted IIS app pools are recreated after IIS restart
Hello,
I have four stale APP pools on my IIS on 2003 server. I used those pools for
SharePoint testing and deleted after I was done with my testing. SQL Database
and Web Sites got deleted automatically but the app pools not. I can delete
those pools manually, but if I reboot the server they get recreated. All
pools are empty and no content is associated with any of them.
Any ideas how can I delete them for good ?
Thanks!
Sigitas Tag: IIS7: Contol of indexing Tag: 402331
Utterly Frustrated.
Hi All,
I have spent a total of 93 hours now trying to get Visual Studio 2005
to access, via HTTP, a Visual SourceSafe 2005 repository running on
Vista Home with IIS 7.0 installed. At my hourly rate, I could have
bought a modest new vehicle in the USA with the money wasted. As I
mentioned in my other post, what is ironic is that I normally spend
10+ hours / day doing research in access control models, security, and
distributed file systems, so I am extremely frustrated that I cannot
get this to work.
My setup:
[Source: VS2005/VSS 2005/Vista Home] <----HTTP-----> [Target:VSS/2005/
Vista Home/IIS 7.0]
On the Target machine, I created a VSS database at F:\FOO
On the Target machine, I shared F:\FOO as \\MyResearchOrg\FOO
On the Target machine, I used VSS Admin to enable Internet access for
\\MyResearchOrg\FOO.
On the Target machine, I looked at the WebDAV icon for a while in IIS
7.0. It looks nice. There is some kind of permissions thing, and I
have no clue how Add Authoring Rule affects my situation (in detail),
so I enabled everything I saw just in case.
On the Source machine, which for the moment, was same as Target
machine, and I used VS2005 wizard to create a virgin Win32 project
called FOO at C:\FOO. I checked in C:\FOO into the newly-created VSS
database on the target machine using:
http://www.myresearchorg.com
\\MyResearcchOrg\FOO
It *looks* like that worked.
I went to a *different* Source machine and did Open Solution inside
VS2005. When dialog comes up, I say the repository is somewhere on
Internet. I open database by specifying:
http://www.myresearchorg.com
\\MyResearcchOrg\FOO
A pop-up asks for username/password for the HTTP server (I currently
have IIS 7.0 configured for basic authentication on that Target
server), I type it in, and the funky greenish-gray VSS folders show up
in dialog. I browse to FOO.root, go deeper, see FOO.sln.
So good so far.
When I double-click FOO.sln, I get the exact same behavior identified
on this link, only, I have tried everthing on that link with no
success.
http://tinyurl.com/2tekqs
Is there anyone who can help with this?
TIA,
-Le Chaud Lapin- Tag: IIS7: Contol of indexing Tag: 402330
One of the IP/Port combinations
I get the error:
One of the IP/Port combinations for site '964459156' has already be
configured to be used by another site. The other site's SSL configuration
will be used.
from the event log evertime I restart a site or the server.
The sites use a common wildcard certificate and a common IP address with a
SSL hostheader to differentiate between the sites.
Please let me know if there is a solution for this issue.
Thanks Tag: IIS7: Contol of indexing Tag: 402329
how to reset IIS 7.0 setting that shows directory listing when starting Web app
Hello,
I set an IIS 7.0 setting which shows the directory files when starting ASP.NET Web apps. I need to use the default setting but do not recall which setting this was.
Does anyone know this setting?
Thanks,
William Johnston Tag: IIS7: Contol of indexing Tag: 402327
Help about "CreateObject" error of ASP
Hello all.
Form MSDN document:<How to Share Session State Between Classic ASP and
ASP.NET>
http://msdn2.microsoft.com/en-us/library/aa479313(printer).aspx
I want try and do something in my project. but, there are some problem.
I have done:
1¡¢Copy "SessionManager.dll" in a FAT32 driver,
and run "regsvr32 SessionManager.dll" result "OK";
2¡¢In registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SessionMgr.Session2]
[HKEY_CLASSES_ROOT\SessionMgr.Session2]
add "IUSER_XXX" and "everyone" to "FULL CONTROL";
3¡¢Open IIS's ASP support, and close "ASP Session" in site propety;
4¡¢Run SessionState.sql in SQL server manager, create "SessionState" table
in the database;
5¡¢Modify global.asa:
Application("SessionDSN") = "data source=(local);initial
catalog=MyDB;persist security info=False;user id=DBM;password=XXX;packet
size=4096"
The username with password can be login and insert/modify/delete record
in the databse.
But, When I open the page http://localhost/testpage.asp
the result are
------------------------------------------------
Class_Initialize:SessionMgr error '800a01ad'
ActiveX component can't create object
/globalinclude.asp£¬line 3
------------------------------------------------
the file "globalinclude.asp":
************************************************
<%
dim Session
set Session = server.CreateObject("SessionMgr.Session2")
%>
************************************************
Try to add IUSER_XXX to Administrators group,
try to set TEMP=F:\TEMP (F: is a FAT32 driver) is system setting,
but the problem still not fix.
How can I do? Hope you help...
Thank you.
OS:Windows 2003
DB:SQL 2005
---------------------------
Glowing He Tag: IIS7: Contol of indexing Tag: 402322
Windows Vista - No Default website
Hello,
I'm trying to configure my web server. I have a launched IIS 6.0
manager and it has Internet Information Services listed within the
console tree. There is no default website within the console tree.
I have installed/reinstalled multiple time and the default website
still does not appear. Please help. Tag: IIS7: Contol of indexing Tag: 402319
enable oracle in php.ini with IIS 6.0
Hi everyone i have iis 6.0 with Windows Server 2003 and i install php
5.2.5
modules and everything its ok, i have the C:\WINDOWS\php.ini and i
just had to uncomment lines like extension=php_sybase_ct.dll,
extension=php_mysql.dll, etc. and all my web pages works, of course i
installed the sybase client for example, and i did the same with
oracle, i installed the client of oracle and uncomment the line
extension=php_oracle.dll but if i invoke the phpinfo() function i
didnt see the oracle module installed, and of course my web pages in
oracle didnt work. i did the the same with the extension=php_oci8.dll
but not works, so any idea please i hope that this works because we
want probe the iis with php.
Regards Tag: IIS7: Contol of indexing Tag: 402312
bandwith conrol on win server 2003
how can I set a maximum internet bandwidth for my client connectied with server 200
From http://www.developmentnow.com/g/59_2005_12_8_0_0/inetserver-iis.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com Tag: IIS7: Contol of indexing Tag: 402311
IIS7 Directory Browsing
It's probably a simple question for you Vista / IIS7 users out there.
I'd like to enable Directory Browsing (and possibly Static content) on my
dev-box, it's just for development on my local machine but I can't figure
how to do it, IIS7 user interface is quite different from IIS6 and I can't
find it.
TIA,
Jurjen. Tag: IIS7: Contol of indexing Tag: 402309
How to customize the content of each http error pages? such as 404,403,or 500,503 etc.
Hello,
I need a way to configure Error pages of IIS 7.0 on Windows Server 2008
individually. If we set Error Responses as Detailed Errors in the Error
pages ,the error page will show sensitive details , such as the web site's
physical path. And we do not want to set the same error page for all errors.
How can we hide the information that we don't want to be seen by our
customer?
For example, how to customize the content of each http error pages? such as
404,403,or 500,503 etc?
Thanks a lot!
Warm Regards,
--
Fancy Fan
----------------------------------------------------
3/F.,HiChina Mansion,No.27 Gulouwai Avenue Dongcheng
District,Beijing 100011,China
Website: http://www.net.cn
E-Mail: Fancy@hichina.com
Phone: 86-10-64242299 ext 6922
Mobile: 13910686410 Tag: IIS7: Contol of indexing Tag: 402303
Multiple Domain Names on One Server
I'm new to setting up a Web Server stuff in Windows 2003. I have a
couple sites that I've setup but want to allow all of them to reside
on one Windows 2003 server and need a bit of help. How do I create or
set the sites up on the server so when someone goes to www.sitea.com
it will take them to sitea on the server and so on with www.siteb.com
to siteb on the server.
Thanks, I'm thinking I'm just missing something very simple here. Tag: IIS7: Contol of indexing Tag: 402295
DSNLess connection with Access db
Hi,
I'm putting together a small personal website that will utilize a small Access db (only four text fields); currently I'm developing it on WinXP with IIS 5.1 locally using classic ASP. I have it working but I'm not sure which would be the best connection string to utilize? Both of the below work fine:
"Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=d:\domains\mydomain.net\db\soapbox.mdb;"
"DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:\domains\mydomain.net\db\soapbox.mdb;"
Any insight into which would provide the best performance (albeit an Access db) would be greatly appreciated.
TIA
--
cf <cfnews@NOcharterSPAM.net>
I may be dumb, but I'm not stupid.
Terry Bradshaw Tag: IIS7: Contol of indexing Tag: 402294
User Pages
I have a Windows 2003 Server running IIS. I need to know hot to setup user
home pages. I have a website that makes use of user home pages. The user
home pages does not require authentication. I have put the main web pages in
a directory called test.com. The user pages are also in the test.com
directory. I have a user directory called acole in the test.com directory.
Inside the acole directory is a web directory where the user's home page
resides. How do I get IIS to pull the user's home pages off the main site
without recoding the web pages. Tag: IIS7: Contol of indexing Tag: 402278
no refresh of web pages !
Running IIS 5.1 on WinXP Pro SP2, testing PHP code. I make changes to HTM
files , reload, and see no changes. I have to rename files and re-load to
see modifications ! Tried stopping web server - no effect. Tag: IIS7: Contol of indexing Tag: 402277
ASP Authentication
I have inherited a legacy ASP application. The application is is using
windows integrated authentication. The application needs to make a call to
a service via the MSXML object. The service also makes use of windows
integrated authentication. Problem is that when the application makes a
call to the service the user's credentials are not passed along and IIS on
the machine running the service sees the request as an anonymous call.
How do I force the MSXML object to pass the users credentials to the
service?
Joel Tag: IIS7: Contol of indexing Tag: 402275
Two SSL certificates, Two Domains, One Website?
Hi there,
Is there a way to add two SSL certificates to one website in IIS 6.0?
We've had a successful .ca website running for a few years that sells
services in Canada. It has an SSL certificate installed and takes online
orders without any problems. Our site is country specific and we've
recently purchased the .com version that we hope will sell services to US
customers.
What we want is for someone to type www.oursite.ca to be able to use the
Canadain version securely while www.oursite.com customers only see the .com
version. Currently when you go to the .com address the pages show up
perfectly until you try to access the secure HTTPS section - it makes sense
that the security certificate gives an error because it's for the .ca
domain. How can we make this work without actually having two separate
sites?
Thanks in advance,
Chris Tag: IIS7: Contol of indexing Tag: 402274
Is it possible to control what conent of a web site is indexed using IIS 7?
In previous versions there was a checkbox Index this resource.