Mono Support Blog link is not working (Zatvorena)

52307 put(a) pogledan, 9 odgovor(a), 18.10.2011. 5:43:45 - Kreirao(la) ashutosh0901
18.10.2011. 5:43:46
353 Reputacija 46 Ukupno objava

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
18.10.2011. 6:35:39
15993 Reputacija 2214 Ukupno objava

Hi,

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

Regards

2
18.10.2011. 6:42:39
353 Reputacija 46 Ukupno objava

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
18.10.2011. 6:56:18
15993 Reputacija 2214 Ukupno objava

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
18.10.2011. 7:21:26
353 Reputacija 46 Ukupno objava

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

5
18.10.2011. 7:45:40
15993 Reputacija 2214 Ukupno objava

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
18.10.2011. 9:09:59
353 Reputacija 46 Ukupno objava

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

7
18.10.2011. 9:25:18
353 Reputacija 46 Ukupno objava

Thank you that solved my problem ...

8
18.10.2011. 10:29:21
15993 Reputacija 2214 Ukupno objava

Great let us know if you need anything else.

Regards

9
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.