-
Posted to
IIS7 - General
by
mabrito
on
02-11-2009, 7:47 PM
When I run Test Settings..." under "Basic Settings" for a FTP site I pass the first test just fine (Authentication). However I can not pass the Authorization test. I keep getting this error:
"The server is configured to use pass-through authentication with a built-in account to access the specified physical path. ...
-
Posted to
IIS7 - General
by
mabrito
on
01-07-2009, 1:44 AM
I am running IIS 7 for all my web hosting needs. I use it for a web, print, and Exchange server. However I am setting up a subversion server and to use subversion over HTTP I need to use Apache. I still want to run subversion/Apache on port 80 though which is the same port IIS is running on. I want to set up a subdomain of http://dev.mydomain.org ...
-
Posted to
IIS7 - General
by
mabrito
on
11-26-2008, 8:18 PM
I just installed the Exchange 07 SP1 120 day evaluation. Ever since the installation I haven't been able to access anything hosted on IIS 7.0. I run IIS for my webserver, my print server, and Exchange server. So when I type in www.mydomain.com, www.mydomain.com/printers, or www.mydomain.com/exchange, I keep on getting this error: ...
-
Posted to
General
by
mabrito
on
08-08-2008, 3:25 PM
Ha yeah it just needed its time. Two more quick question, it only works when I do webmail.myDomain.org, is there a way to make it work if the person was to type www.webmail.myDomain.org? Try making another host header value with www.webmail.myDomain.org and didnt work.
Can this CNAME trick work with any Host value? Say if I was to make a CNAME ...
-
Posted to
General
by
mabrito
on
08-08-2008, 2:32 PM
Ok, so I pointed the CNAME record called "webmail" to @. @ does point to my public IP address, and does work because when I type myDomain.org,it does go to the Default site but when I type webmail.myDomain.org, it goes no where and get a page cant be found message. Do I have to do anything else that I may be missing?
On this server ...
-
Posted to
General
by
mabrito
on
08-08-2008, 12:39 PM
Alright this is what I did. In IIS I gave the second website a host header value of webmail.myDomain.org and kept it on port 80. Then for the first website/Default website I gave it multiple host header values of myDomain.org and www.myDomain.org. So when you click the Advance button next to IP Address you see two entries.
Then I logged into ...
-
Posted to
General
by
mabrito
on
08-08-2008, 12:22 AM
How do you go about setting a subdomain up? I know what they are, just quite dont know how to set them up.
-
Posted to
General
by
mabrito
on
08-07-2008, 9:08 PM
Im using Server 03 Standard Edition which means ill be using IIS 6.0. I want to set up host headers. I have my main website and then I have a mail server that also has its own web interface. Basically im trying to have them both use port 80 and be able to access my website by typing in myDomain.org and access my mail interface by typing ...
-
Posted to
IIS7 - Setup
by
mabrito
on
11-07-2007, 4:07 PM
Actually I think I just figured out the main problem. When I look in application pools, it only shows ASP.NET 1.1 and DefaulyAppPool. No ASP.NET 2.0 listing.
Yep I didnt have the ASP part installed for IIS 7 (stupid me lol). Its working good now.
-
Posted to
IIS7 - Setup
by
mabrito
on
11-07-2007, 3:06 PM
Hello, im trying to host a ASP.NET 2.0 website in IIS7. I keep getting this error when I try to access it:
Server Error in Application "Default Web Site"
HTTP Error 404.3 - Not Found
Description:
The page you are requesting cannot be served because of the
Multipurpose Internet Mail Extensions (MIME) map policy that ...