Mono Support Blog link is not working (Closed)

Viewed 48736 time(s), 9 post(s), 10/18/2011 5:43:45 AM - by ashutosh0901
10/18/2011 5:43:46 AM
353 Reputation 46 Total posts

when i click on the blog it makes this url http://localhost/MonoX45Latest/blog/posts/MonoX/ but it doesnt work. it say "The page cannot be found"

1
10/18/2011 6:35:39 AM
15993 Reputation 2214 Total posts

Hi,

can you tell us your hosting environment specifications (Win version, IIS version, .Net version, Application pool mode etc.) ?

Regards

2
10/18/2011 6:42:39 AM
353 Reputation 46 Total posts

Operating System- Window XP
IIS Version V5.1
.Net Version VS 2010
Framework 4.0
Application Pool Default


Few Links are working like disscusion is working but blog, blog content and user profile these are few links which are not working

3
10/18/2011 6:56:18 AM
15993 Reputation 2214 Total posts

On the IIS 5.1 you need to add a wild-card to the mappings to get the URL rewriting to work properly. Please refer to MonoX manual Section "2.5.1.1 URL rewriting"

Let us know if you have managed to get URL rewriting to work properly.

Regards

4
10/18/2011 7:21:26 AM
353 Reputation 46 Total posts

Not able to find anything for IIS 5.1 its all about 6.0 and 7.0

5
10/18/2011 7:45:40 AM
15993 Reputation 2214 Total posts

You can use same settings as IIS 6 to configure IIS 5.1, map .* to aspnet_isapi.dll, like any other ASP.NET handler.

1. Open IIS Manager. Make sure it’s the OLD IIS manager that comes with XP. If you go to Help -> About Internet Information Services it should show version 5.1, not 6.0.
2. Right-click your virtual directory application and hit PropertiesIf it isn’t already, make sure the virtual directory is an Application
3. Click Configuration.Find out what the DLL path for .aspx is by selecting it from the list and click edit.
4. Add a new extension, putting the path from the .aspx extension in the Executable field.
5. In the extension field, put “.*” (without quotes). uncheck “Check that file exists.” click OK. 
6. Save your settings and it should work!

Regards

6
10/18/2011 9:09:59 AM
353 Reputation 46 Total posts

Extension is not editable .......what should i do?

7
10/18/2011 9:25:18 AM
353 Reputation 46 Total posts

Thank you that solved my problem ...

8
10/18/2011 10:29:21 AM
15993 Reputation 2214 Total posts

Great let us know if you need anything else.

Regards

9
This is a demo site for MonoX. Please visit Mono Software for more info.