Multiple Sites hosted on IIS6?
Tue, 28 Oct 2008 10:38:41 -0400
Hello,
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
address. I don't know IIS6 wel ...
|
Configure IIS in AD
Tue, 28 Oct 2008 04:10:01 -0700
Hi,
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 so everything
works ...
|
IIS Admin 5.1 fails to start
Mon, 27 Oct 2008 21:17:43 -0000
I've installed IIS on my WindowsXP Pro SP3 machine.
But when I try to start IIS Admin service I get this error:
"Error 1068: The dependency service or group failed to start"
Can anyone help me to solve this? Thanks!
Tiago
...
|
Windows Server 2008, IIS 7, .NET 3.5 GetLocalAddress() bug?
Mon, 27 Oct 2008 10:46:01 -0700
The following code:
protected void Page_Load(object sender, EventArgs e)
{
IServiceProvider provider = (IServiceProvider)HttpContext.Current;
HttpWorkerRequest wr =
(HttpWorkerRequest)provider.GetService(typeof(HttpWorkerRequest));
string addr = wr.GetLocalAddress();
Label1.Text = addr;
}
...
|
IIS Concurrent Connection per IP
Mon, 27 Oct 2008 09:23:01 -0700
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 up the stack when
concurrency ...
|
IIS7 and .NET 1.1
Mon, 27 Oct 2008 15:54:23 +0100
Hello.
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
...
|
POST'ing to a directory like URL
Mon, 27 Oct 2008 14:45:46 +0100
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 following error message:
HTTP/1.1 4 ...
|
|
|
Webaccess works only from some computers
Mon, 27 Oct 2008 11:30:06 +0100
I have a peculiar problem and am not sure if it actually is an IIS matter,
so please feel free to point me to different directions:
Our main website is externally hosted. We do have two third-level-domains
pointing to servers within the company:
- The first goes to a W2003-64 server that hosts our Exchang ...
|
tinyget
Sun, 26 Oct 2008 17:35:00 -0700
Can anyone tell me how I can use tinyget to call an asmx WebMethods? The
Webmethods look like this:
MyReturnObject MyMethod1(string s, MyInputObject)
I know how to use tinyget to call methods but I am not sure how to POST
simple and complex data too it.
I think I would have to do scripting but I can't ...
|
enable ASP - II 7 on VISTA
Sun, 26 Oct 2008 19:22:15 -0400
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
the system administrator.
IE
- ...
|