Skip to main content

Posts

Showing posts with the label IIS

steps used for certificate request and configuring a web server for SSL (HTTPS)

These are the standard steps used for certificate request and configuring a web server for SSL (HTTPS) Request a certificate for a web server Before you can use SSL, you have to first install a certificate on your IIS web server. ·          In IIS, right-click on the site you want to secure ·          Select Properties ·          On the  Directory Security  tab, click  Server Certificate ·          Click Next and select  Create A New Certificate ·          Select  Prepare The Request Now, But Send It Later  and click Next ·          Type a name for the certificate and bit length, and then click Next. ·          Type your organizational name and organizational unit in the box provided and click Next. ·          Enter your Web server name and click Next. ·          In the next dialog box, provide some geographical information and click Next. ·          Enter the location and the name for the certification request, then click Next. ·          Verify the inf

load report failed error - with formatted crystal reports, iis6 and asp.net.net

Error:  load report failed This error troubled us a lot in reports deployment on 64bit server with IIS 6   and took at least 5 hours continuous focus to fix.  We tried to troubleshoot by giving all permissions to the iis user to application folder, application pool recycled,   server reboot and even compared all deployment files in the problem environment with the one in application working environment. But we are failed to fix.