-
Posted to
General
by
mbaldwin
on
01-13-2006, 10:47 PM
Well, the first benefit you'll have is that you'll only need to load the framework into one application pool versus 100 application pool saving you on memory, etc. when the site loads if you were to lump some or all into a single application pool.
-matt
http://hivebots.com/blogs/baldwinmathew/default.aspx
-
Posted to
General
by
mbaldwin
on
03-16-2005, 2:35 PM
Hi Tom:
Actually, my goal is to have a /24 of VIPs on the front. Then on the back, if a customer wanted a dedicated IP, I would be able to assign them one. One thought was to try this by making the hostheader simply an IP much like how I've done it in Apache; however, IIS seems to be limited in this regard, so the next option would be to ...
-
Posted to
General
by
mbaldwin
on
03-16-2005, 10:43 AM
Hi:
Currently, I have a group of stand-alone IIS servers sitting behind a
pair of load-balancers. All sites in IIS are configured with their IP
to be *All Unassigned*. I've assigned a /24 for the virtual IPs on the
load-balancers. The "real" IPs assigned to the IIS boxes are internal,
non-public IPs, so traffic is ...
-
Posted to
General
by
mbaldwin
on
03-08-2005, 9:11 PM
Your going to need to give us a little more to go on. Your error message would indicate a authenitcation / permissions issue.
-matt
-
Posted to
General
by
mbaldwin
on
03-08-2005, 9:09 PM
Are you connecting via FPSE? Are they installed?
-matt
-
Posted to
General
by
mbaldwin
on
02-15-2005, 3:44 PM
Some things come into play when you do this. Are you FrontPage accounts domain accounts or local accounts? If they're domain accounts you could simply export the metabase from the source and import it on the target, then replicate the roles.ini files (found at C:\Documents and Settings\All Users\Application Data\Microsoft\Web Server ...
-
Posted to
General
by
mbaldwin
on
02-08-2005, 10:51 AM
You could probably use a combination of FileMon and RegMon to watch and see what FrontPage is doing. This would get you started. In addition to creating the _vti_bin folder and re-doing the ACLs for the folder, FrontPage creates a roles.ini file within the C:\Documents and Settings\All Users\Application Data\Microsoft\Web Server ...
-
Posted to
Classic ASP
by
mbaldwin
on
11-13-2004, 8:20 PM
You may need to install the FrontPage Server Extensions so you can connect to the site through Visual Studio.
-matt
-
Posted to
General
by
mbaldwin
on
11-02-2004, 12:12 PM
On the 2K3 server, have you allowed ASP as a Web Service Extension under Web Service Extensions in the IIS management console?
-matt
-
Posted to
General
by
mbaldwin
on
09-25-2004, 5:32 PM
Add xyz as a CNAME to domain.com in your DNS record, much like how www works. Or you can create a wildcard as a CNAME and point it to domain.com. This will allow anything.domain.com to work, i.e. hr.domain.com, ts.domain.com, etc.
-matt