SEARCH RESULTS
 
Showing 1-10 of 87 records
 
Expand article

WCF on IIS 7 and Windows Server 2008

2008-06-19 21:16:52 by Adam in Adam Salvo(z) Blog
 
...IIS 7. This was my first attempt at running WCF on IIS 7/Server 2008, and the first time WCF was used on this particular box. Needless to say, things didnt work as expected Since this is a test box, I didnt have a public cert for use with SSL, but IIS 7 adds a very nice Self Signing Cert feature, which is accessible in the IIS Manager under...
 
 
 
 
 
Expand article

IIS 7 Bit Rate Throttling

2008-03-22 18:33:25 by Adam in Adam Salvo(z) Blog
 
...IIS 7 Bit Throttling module for IIS, and it is available for download on iis.net (see this announcement by Vishal Sood). I had been looking past these announcements this past week and while looking for Scott's article on Twitter , decided to read thru his write-up of bit throttling The bit throttling module for IIS is just one of the first of...
 
 
 
 
 
Expand article

Setup IIS ( Internet Information Server) on Windows Vista

2008-07-19 08:58:00 by magakos in MS Windows Vista Compatible Software
 
...IIS (Internet Information Server) installed. All versions of Windows Vista come with IIS (Internet Information Server) but all will need to be installed and only Vista Home Premium and above can use IIS (Internet Information Server) for development. Before you begin, please verify that you have the version of Vista needed to take advantage of...
 
 
 
 
 
Expand article

IIS 7 Dynamic Compression

2008-10-23 15:33:25 by Adam in Adam Salvo(z) Blog
 
...IIS 7 servers were configured. Turns out we were not using dynamic compression (Ok, I already knew that as Im the one who set them up), so I decided to go about installing the dynamic compression module (you can always un-enable it If you already have IIS 7 installed, you can go into the Role Manager and add a role service. The dynamic...
 
 
 
 
 
Expand article

Configuring Session State Settings for ASP.NET with IIS 7.0

2008-07-13 06:45:55 by magakos in MS Windows Vista Compatible Software
 
...IIS manages session state for ASP.NET in much the same way as it manages session state for ASP. Beyond the basic settings, however, you have many more options. For ASP.NET pages, you use the Enable Session State setting of the Pages And Controls feature as the master control to turn on or off session state management or to configure IIS to...
 
 
 
 
 
Expand article

Configuring Settings for ASP.NET Pages and Controls with IIS 7.0

2008-07-16 15:52:10 by magakos in MS Windows Vista Compatible Software
 
...IIS. As an administrator, you probably won't need to install controls, but you may need to validate control configurations. To view currently registered controls, in IIS Manager, navigate to the level of the configuration hierarchy you want to manage, double-click the Pages And Controls feature, and then in the Actions pane, click Register...
 
 
 
 
 
Expand article

Connecting to Data Sources in IIS 7.0

2008-07-17 13:31:19 by magakos in MS Windows Vista Compatible Software
 
IIS can store connection strings used by managed code applications to connect to local and remote data sources, which can include SQL Server databases and other types of databases. To view currently configured connection strings, in IIS Manager, navigate to the level of the configuration hierarchy you want to manage, and then access the...
 
 
 
 
 
Expand article

IIS 7 FTP over SSL

The Article has images
2008-10-27 13:10:00 by rodney.buike in MS Windows Vista Compatible Software
...IIS 7 is support for FTPS or FTP over SSL. By default all FTP data is transfered in clear text, including the user name and password. From a security point of view you can see this is a bad thing. FTPS to the rescue! Before you begin you will need to download and install FTP for IIS7 and you can do so here FTP for IIS 7 on Windows Server 2008...
 
 
 
 
 
Expand article

Configuring SMTP E-Mail Settings with IIS 7.0

2008-07-13 06:50:15 by magakos in MS Windows Vista Compatible Software
 
...IIS includes the Simple Mail Transfer Protocol (SMTP) feature so that IIS can deliver e-mail messages for Web applications that use the System.Net.Mail API. The configuration restricts the sending of messages that are generated by remote users, which include the Internet Guest account and any other named user on the Web server. The...
 
 
 
 
 
Expand article

RequestURI For IIS Updated with ISAPIRewrite 3 Support

2008-08-19 12:50:55 by NeoSmart Technologies in The NeoSmart Files