| Thread | Last Post | Replies |
|
| Web interface for uploading and downloading files from https site | 08 Dec 2005 17:31 GMT | 1 |
I have a secure web page setup and it is to be used for file transfers with outside "partners" of my company. Outside users can download files from the website but I'd like to setup a web page that will take their credentials, allow them to browse whatever they have access to and ...
|
| IIS + SSL | 08 Dec 2005 17:01 GMT | 1 |
I am ok to install the SSL cert. but the point is when i type https://abc.domain.com...it shows the error page "the page annot be displayed for http://abc.domain.com
|
| How to redirect users after installing SSL cert ? | 08 Dec 2005 16:36 GMT | 8 |
Imagine on Win2003 IIS6.0 'default website' I need to install cert. Currently hundreds of users access such website by doing http://myserver. What would be the way to put a redirection in place and make this transparents to users and make them redirect from http to https ...
|
| EXTENSION_CONTROL_BLOCK.ConnID | 08 Dec 2005 16:05 GMT | 3 |
What is the data type on the number stored at the location pointed to b EXTENSION_CONTROL_BLOCK.ConnID. ConnID is a void pointer, so I don't know how to cast the data stored in ConnID. Why would I want to do this?I want to cast the data stored
|
| Understanding Domain Forwarding | 08 Dec 2005 15:44 GMT | 2 |
I am trying to understand how the processing of forwarded domains works. Here is the environment: I have 2 domain names registered, "main.com" and "second.com" as examples. "main.com" is hosted on a shared hosting site and the DNS pointers for
|
| IIS 6 and the command "RetCode = WShShell.Run" | 08 Dec 2005 12:56 GMT | 4 |
Currently migrating to Server 2003 w/ IIS 6 from NT4 IIS 4. One of the problems I have come accross in some ASP pages is the command RetCode = WShShell.Run ("c:\path\program.bat",1,true) Use to work fine with IIS 4, no longer the case.
|
| Digest Authentication | 08 Dec 2005 12:55 GMT | 7 |
I'm wondering if there is a way to block certain generic users from logging in using digest authentication? We have some 'generic' users set up in active directory that I would not like to have access to my web page. People can sign on using these generic names and passwords
|
| Adodb.Stream problems on IIS6 | 08 Dec 2005 12:00 GMT | 5 |
I've recently moved to IIS 6.0 after being on II5. I've got an application which is basically a File store that keeps nearly 1000 files secure yet allows users to download them. To keep it secure, we don't show the actual file path on the URL to the file.
|
| http://localhost Vs http://ServerName | 08 Dec 2005 11:54 GMT | 2 |
well,still with the same problem. when i access http://localhost/login.aspx and from there i access to http://localhost/report/daily.aspx It works . When i try access http://ServerName/login it works but when i try
|
| Integrated IIS Authentication | 08 Dec 2005 10:33 GMT | 6 |
Hey everyone, I'm currently setting up webservers for use within our organisation. We use Integrated Authentication to authenticate users who access our intranet (etc). Most users use our workstations and login to our domain and there are no
|
| ASP Performance | 08 Dec 2005 09:50 GMT | 2 |
I am looking for information on ASP performance related to the number of lines of VBScript code that are being loaded with each page. Thanks Elie Grouchko
|
| Monitoring IIS Using Perfmon counters | 08 Dec 2005 09:50 GMT | 2 |
I have a website hosted on a Win2K server. The website "kills" the DLLHOST and is down 50% of the time. It is a pure ASP application. I'd like to use perfmon to try and pin-point the problem, and would like to know which are the counters I should be monitoring.
|
| IIS Vulnerabilities | 08 Dec 2005 07:37 GMT | 2 |
Can some please provide me tips on securing the ASP application from the below vulnerabilities? · Cross Site Scripting (XSS) Findings · Cross Site Tracing - Trace Method Enabled
|
| IIS 6 metabase | 08 Dec 2005 00:42 GMT | 4 |
Given this declaration Set oApp = GetObject("IIS://" & sWebServer & "/W3SVC/1/ROOT/" & sVirtualRoot) How could resolve the site(s) name for 1
|
| ISAPI filters + SP_NOTIFY_READ/SEND_RAW_DATA | 08 Dec 2005 00:40 GMT | 1 |
I know that in IIS 6 now you cannot run an ISAPI filter (which subsribed to the SP_NOTIFY_READ_RAW_DATA event) under its default processing mode. My question is, since the HTTP_FILTER_RAW_DATA structure would be the
|