-
Posted to
IIS7 - General
by
FRaas
on
11-05-2009, 8:21 PM
actually , is there any way to enforcing IIS7 to accept the domain name in this format [xn--ngbrx4e.com] ??
-
Posted to
IIS7 - General
by
FRaas
on
11-05-2009, 8:10 PM
first of all thanks for reply
unfortunately I can't enter it in Unicode , because from the same place (Our Servers Management System) , we send the same name to WebServer (II7) & DNS Server ,
and as You know , DNS Server need ASCII characters to resolve the Domain name correctly
thanks again with my best regarding
-
Posted to
IIS7 - General
by
FRaas
on
11-05-2009, 7:09 PM
I am trying to binding (Internationalized Domain Name) like this (xn--ngbrx4e.com) , but I got error message when I try to start the website
and when I go to Event log to investigate the issue , the following event is registered for that error
The World Wide Web Publishing Service (WWW Service) did not register the URL prefix ...
-
Posted to
IIS7 - General
by
FRaas
on
08-14-2009, 3:41 PM
Hi
I am trying to run Multiple FTP accounts in one FTP site as what we do previously in IIS6 with Virtual Directory
I am trying to implement the same mechanism but Unfortunately it’s not working with me :(
Since the first FTP account is working fine with me
FirstUser : WebsiteName.com
My target to get something like the following
SubUser1 ...
-
Posted to
FastCGI Handler
by
FRaas
on
11-23-2008, 7:45 AM
Hi
I was install FastCGI in Windows Server 2003 to run PHP Version 5.2.6 using IIS6 but when I install zend optimizer 3.3.3 I got a problem that Microsoft FastCGI not load Zend Optimizer, as a result Zend Guarded code stays locked.
so how Can I solve this problem to make Zend Optimizer work properly under FastcGI & IIS6
and thanks with my ...
-
Posted to
IIS7 - General
by
FRaas
on
01-28-2008, 3:32 AM
thanks Luciano.cl
but unfortunatly you put link for another topic :(
it's for Validating Form Input Controls
thanks
-
Posted to
IIS7 - General
by
FRaas
on
01-27-2008, 7:25 PM
thanks for your replay
Sorry , but can you give me the code snippet if you can please
-
Posted to
IIS7 - General
by
FRaas
on
01-27-2008, 11:59 AM
Hi
Previously in IIS6 we protect the directories by using IISPassword software, it’s generate a dialog ask to enter (username & Password) when you try to access specific folder via http
http://www.iistools.com/en/iispassword.html
But now unfortunately IISPassword is not supported in IIS7
So How we ...
-
Posted to
General
by
FRaas
on
06-22-2007, 9:16 PM
ohhhhh ... I can't restart the IIS .... the server maybe will content hundreds of runing website :)
thanks with my best regarding
-
Posted to
General
by
FRaas
on
06-21-2007, 9:30 PM
Hi
As any one know , using this code we can create new site in IIS6// Create The Website
ManagementObject Managementobj = this.wmi.GetObject(string.Format("IIsWebService='{0}'", "W3SVC"));
ManagementBaseObject inParameters = Managementobj.GetMethodParameters("CreateNewSite");
ManagementClass ServerBinding = ...