-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I've got custom errors to work for .aspx page like: www.domain.com/whateverdfdgdfg.aspx
But, when no .aspx url is requested, (like http://www.domain.com/hfdkfdh4545) it results in an error:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
In IIS7 I have a site: http://www.mydomain.com/mysite
How can I get the same site to appear as: http://mysite.mydomain.com ?
I already have the DNS set up and can ping it, I just do not know how to configure it in IIS7.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
In Win2k3 I used httpcfg to tell IIS to listen to specific IP addresses on the server. I want to run Apache with VisualSVN Server on port 80 on another IP address but IIS7 binds to all ports by default.
What utility for IIS7 controls the IIS7 bindings?
Update: I found the answer. There is a utility…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello,
How do I grant administrator rights to a running WCF service hosted in IIS7?
The problem is, my code works fine in a test console application runned as an administrator, but the same code used from WCF service in IIS7 fails.
When I run the same console test application without admin rights…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
authentication problem on windows vista (iis7) (cookie is getting written but httpcontext.current.user is null)
>>> More