I'm looking for a free Open Source SSL Toolkit where I can install SSL's on my staging server for testing.
I checked out OpenSSL.org but was unable to find anything for IIS.
Does anyone have any idea where I can find such a thing?
...
I know that for redirects and server transfers to work in global.asax, the AppPool has to be configured with Classic Pipeline Mode. But is tehre a workaround for this to work in Integrated mode?
Or is there any better way of redirecting users to Custom Error pages after Error was logged in Application_Error handler. Don't really want to...
I've got a bunch of flash files being served off a HTTPS site in IIS7. With content compression turned on, the flash files wont display. Does flash not support HTTP compression, or is IIS doing something unusual?
...
I've been fighting my way through the process of migrating a (previously self-hosted) WCF application to IIS7 (I've never used IIS before and I realise that this is a very simplistic question but I failed to google/SO the answer so far).
My service is hosted at http://xxx.xxx.xxx.xxx/SampleWebsite/Service.svc but when I access it with ?...
I am developing an MVC application using nHibernate; running through VS's built in web server the application runs without errors. When setup and running through IIS7 on localhost, the application throws a SQlClientPermission exception after calling System.Data.SqlClient.PermissionDemand (SqlClient calls this internally)
I have enabled...
Hi, what could possibly be the explanation for this?
An ASP.NET MVC website, with one sub-application pointing at a different physical path.
After upgrading from IIS6 to IIS7, all is fine for an hour or so. Suddenly, requests for certain paths within the sub-application return the content for the "equivalent" path in the parent applica...
Hi,
I've got an ASP.NET application up and running on a server. I'd like to implement URL Rewriting, which will involve query strings. I've downloaded IIS Manager and am remotely connecting to the host server (running IIS 7). If I enable URL Rewriting and add all the relevant rules, will my source code require any changes? Or is it si...
I'm having some trouble deploying an ASP.net MVC 2 RC 2 application to my production box. I have it working well in both dev and test. The key difference seems to be that the production box has not yet been upgraded to IIS 7.5. When I go to the site I just get a blank page as is described in http://stackoverflow.com/questions/557730/i...
Hi,
I'm using the iis7 URL Rewrite module and it's working fine, except for two things. Being new to this, I might be missing something obvious.
1) My URL gets converted from
www.mysite.com/search.aspx?fName=John&sName=Smith
to www.mysite.com/John/Smith. This works fine, but if I add a trailing / , a few images on the site disappear, w...
How to increase request timeout in IIS7.0? The same is done under application tab in ASP configuratn settngs in IIS6.0. I ma not ableto find the asp.net conifhuration section in IIS 7.0
Appreciate your help.
...
ScottGu says "One nice feature of IIS7 on Windows Vista is that you can now have an unlimited number of sites on a box" in his post: http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx
Does that mean I can run my site on:
http://localhost/
And have more than 1 site like...
I have tried:
1) I tried empty string first:
<action type="Redirect" url="" redirectType="Permanent" appendQueryString="false" />
Result:
HTTP 500.52 - URL Rewrite Module Error.
The substitution URL for the current action cannot be empty.
2) Maybe I should omit the url attribute:
<action type="Redirect" redirectType="Permanent" ...
I am hosting an asp application on iis7, which give error 500 when i click on a button which calls an action asp.
Please let me know how to solve this?
is there any workaround this???
...
Hey,
We've got a process currently which causes ASP.NET websites to be redeployed. The code is itself an ASP.NET application. The current method, which has worked for quite a while, is simply to loop over all the files in one folder and copy them over the top of the files in the webroot.
The problem that's arisen is that occasionally f...
I recently installed PHP on IIS/Windows 7, but it isn't working. I am getting the entire source file in the browser window.
FastCGI Settings shows c:\Program Files (x86)\PHP\php-cgi.exe
Handler Mappings has
Request Path: *.php
Modue: FastCgiModule
Executable: C:\Program Files (x86)\PHP\php-cgi.exe
Request Restrictions: File or Folder,...
Hi
I'd like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application previously made use of the Application_Start event in the global.asax file. I do not require access to the httpContext(which I understand ac...
I recently upgraded a web server from IIS6 to IIS7 for a classic asp application and now experience a bizarre error. In the IIS6 set up there was a custom 500-100 page that functioned properly by capturing errors and delivering an email with error code, error source and error type values. That same structure was set up on the IIS7 mach...
Hello All,
I am running some sites on IIS 7.0. But yesterday one of my client me to host a Java website. I cant host that website directly so I installed tomcat server on port 8080. Now I want whenever browser send a request for that website it should redirected to my tomcat internally. The client URL should not update.
Regards,
Pratee...
Hi all,
as the old ISAPI filters are going to die sooner or later, I want to rewrite an old ISAPI filter that was used in IIS 6 into a module for use in IIS 7. The module will be used globally, meaning it will be used within each site, on a Windows Server 2008 R2 with IIS 7.5 installed, that will host several thousand web sites and manag...
Problem
In our production environment, system occasionally delays the page response of an ASP.NET MVC application up to 30 seconds or so, even though same page renders in 2-3 seconds most of the times. This happens randomly with any arbitrary page, and GET or POST type requests. For example, log files indicates, system took 15 seconds t...