Archive

Posts Tagged ‘iis6’

ASP.NET MVC 1.0 + IIS6 = Error 404

October 23rd, 2009 ayah No comments

Have you found this problem when you tried to deploy your asp.net MVC 1.0 within IIS 6.0 server ? I do…

After search for awhile I found out there are several solutions for this problem. Four of them, you can find it here . But I found out, that it’s not the easiest thing to do. The easiest solutions is here

Option 1: Use a wildcard mapping for aspnet_isapi.dll This tells IIS 6 to process all requests using ASP.NET, so routing is always invoked, and there’s no problem. It’s dead easy to set up: open IIS manager, right-click your app, go to Properties, then Home Directory tab, then click Configuration. Under Wildcard application maps, click Insert (not Add, which is confusingly just above), then enter C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll for “Executable”, and uncheck Verify that file exists

Categories: Programming Tags: ,

All about SSL Certificate

October 8th, 2009 ayah No comments