Re: Atlas problem with clean URLs using ISAPI Filter "Isapi_Rewrite"
- From: Laurent Bugnion <galasoft-lb@xxxxxxxxxx>
- Date: Mon, 03 Jul 2006 20:27:14 +0200
Hi,
Jeeran wrote:
We use an ISAPI filter to convert long urls into short clean ones. For example:
"Site.com/user/john/"
Is re-written as:
"Site.com/user/userinfo.aspx?uid=john"
Now, "userinfo.aspx" contains a web user control which uses some Atlas functionality; The web user control contains a "DataList" which gets updated asynchronously through Atlas when the user clicks a button –the button is the Atlas trigger.
The page acts as it should when we access it using the actual (long) URL, but when we use the clean url –which goes through the ISAPI filter- we get a javascript alert through Atlas saying "Unknown Error" when we click the trigger button.
Any help is greatly appreciated.
Thank you
Normally, and if I am not mistaken, the URL rewriting shouldn't affect the Atlas call, since the request sent is a normal HTTP request, and since the redirect is done very early.
If I were you, I would try and use Fiddler to observe the HTTP traffic, and see exactly what error is sent back from the server.
HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
.
- Follow-Ups:
- Re: Atlas problem with clean URLs using ISAPI Filter "Isapi_Rewrite"
- From: Steven Cheng[MSFT]
- Re: Atlas problem with clean URLs using ISAPI Filter "Isapi_Rewrite"
- References:
- Prev by Date: ASP.NET 2.0 Treeview SelectedNodeStyle Problem
- Next by Date: Re: Newbie - Apply CSS To An Element
- Previous by thread: Atlas problem with clean URLs using ISAPI Filter "Isapi_Rewrite"
- Next by thread: Re: Atlas problem with clean URLs using ISAPI Filter "Isapi_Rewrite"
- Index(es):