Hello,
I am developing a blog for a community
Basicly, when someone type www.mywebsite.com/nickname
I have a 404 handler that catch the not existing error and handle it with a Server.Trasnfer to another url
Something like www.mywebsite.com/profile/?nick=nickname
Inside that page i have a simple call to a WebService function that serve as a Session Refresher Dummy
If i open any webpage on my site that is not server with a transfer everything is working
If i open www.mywebsite.com/nickname the webservice is not working and the javascript error report it as a "not defined" object
Is there any way to fix this?
Really thanks
Francesco
I am developing a blog for a community
Basicly, when someone type www.mywebsite.com/nickname
I have a 404 handler that catch the not existing error and handle it with a Server.Trasnfer to another url
Something like www.mywebsite.com/profile/?nick=nickname
Inside that page i have a simple call to a WebService function that serve as a Session Refresher Dummy
If i open any webpage on my site that is not server with a transfer everything is working
If i open www.mywebsite.com/nickname the webservice is not working and the javascript error report it as a "not defined" object
Is there any way to fix this?
Really thanks
Francesco