| Thread | Last Post | Replies |
|
| IIS / W2K3 URI Limits | 31 Oct 2008 16:27 GMT | 3 |
I have a web application using cookieless forms authentication with an encrypted userdata object (saved in the forms authentication ticket). In my development environment the application runs OK. Installed on a virgin XP Pro machine it also runs OK. However when I run that from a
|
| use Windows Search 4 from IIS? | 30 Oct 2008 18:02 GMT | 3 |
i currently use the Indexing Service to search intranet documents etc., the performance is dire when compared with Windows Desktop Search or Google Desktop Search etc. I'm interested to see that Windows Search 4 is out for Server 2003, but i cannot find any mention
|
| Multiple Sites hosted on IIS6? | 30 Oct 2008 17:53 GMT | 6 |
I have a 2003 SBS server that I want to host a few sites off, sort of. We had a Deerfield server setup previously, holding all three sites that were pointed to the same external IP address. We NAT'd the external to the internal IP and Deerfield resolved the specified http
|
| Seamless transition from HTTP homepage to HTTPS homepage? | 30 Oct 2008 14:58 GMT | 2 |
Is there some (fairly easy) way to seamlessly transition from an HTTP requested page to an HTTPS page? In other words, if a site has an HTTPS homepage but the users request only a 'regular' HTTP page (ie they type in www.mydomain.com) is there some way to seamlessly transition ...
|
| default.asp detected as a virus | 30 Oct 2008 10:14 GMT | 1 |
Hi, I have IIS 5.1 with Windows XP Professional and whenever I access http://localhost/ it opens a new tab directed to http://localhost/iishelp/ ontop of the first tab, which is directed to 'localstart.asp' and my Norton Internet Security 2009 says that there is an attack blocked ...
|
| Windows Server 2008, IIS 7, .NET 3.5 GetLocalAddress() bug? | 30 Oct 2008 08:58 GMT | 5 |
The following code: protected void Page_Load(object sender, EventArgs e) { IServiceProvider provider = (IServiceProvider)HttpContext.Current;
|
| How to determine the location of log files using managed code? | 30 Oct 2008 00:30 GMT | 1 |
How do I know where to find the log files programmatically using managed code? Thanks! --
|
| IIS6 Logs Time Field | 29 Oct 2008 21:00 GMT | 2 |
Is it possible to display Time (time) field to include milliseconds rather than just seconds in the iis logs? Thanks.
|
| enable ASP - II 7 on VISTA | 29 Oct 2008 09:22 GMT | 3 |
How do I enable ASP on IIS 7? I can see it at the bottom of IIS manager . I left the set-up as is came installed on my vista. But when I run asp file from my FP2003 I get the following in Firefox: -- An error occurred on the server when processing the URL. Please contact
|
| Configure IIS in AD | 28 Oct 2008 17:32 GMT | 3 |
I have a small netword with a server that works as domain controller and then I have another server with IIS where we have our intranet running. All users and computers are configured on Active Directory, but my problem now is how can I use the users that are configured in AD in ...
|
| IIS Concurrent Connection per IP | 27 Oct 2008 18:25 GMT | 1 |
Is there a filter I get get for IIS 6 to control the number of concurrent connections per IP, or any other selectable property? I would like to use IIS to control download concurrency per visitor. Have others just been using server side scripting? That seems a long way to go ...
|
| WebDAV permission | 27 Oct 2008 18:02 GMT | 4 |
I've enabled WebDAV on IIS6. I don't want anonymous viewers to have write access so I explicily turn on "Deny Write" NTFS for the IUSR_servername account. However; during my testing, the system still pops-up the dialog box to ask
|
| IIS7 and .NET 1.1 | 27 Oct 2008 17:02 GMT | 1 |
Is it possible to run WebApp written in .NET 1.1 on IIS 7? I have and old application and I cannot convert it... Regards Leszek
|
| IIS 5.1 empty after install | 27 Oct 2008 16:26 GMT | 5 |
I've installed IIS5.1 on WindowsXP Pro SP3. When I go to Internet Information Services on Administrative tools, it doesn't have any items/computer. The left pane of the window is empty. Can anyone help me?
|
| POST'ing to a directory like URL | 27 Oct 2008 16:04 GMT | 2 |
On my local development box (Windows XP) I have configured my IIS with a wild-card mapping to aspnet_isapi.dll, allowing me to use nice, clean URLs in my ASP.NET MVC applications. This works well until I try to make a POST request to an extensionless URL and I meet the ...
|