|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I have added the following to my web.config and when the session times out and a callback is executed it is redirected to the login page but when I publish the site I get a popup error insted of being redirected to the login page.
Code: XML
<httpModules>
<add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/>
</httpModules>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your code looks fine. Can you provide more details about the popup error such as error message, location, call stack, etc?
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
The text is too long, how do I attach an image?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can't post an image here. You will have to post the image elsewhere and then post a link here.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
Here is the message.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I can't see why you are still getting that message when you have already added us as an HttpModule. You may want to try ASP.NET AJAX UpdatePanel and see if it works for you. UpdatePanel provides very much the same functionalities but since it is from Microsoft, it might work better with MS's own solution.
If you wish us to look further, you can try to setup a test application and see if you can duplicate the problem with the test application. If the problem only occurs on your server side, then you will have to open up your server in order for us to investigate further.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
Do any other settings in the web.config need to be set appropriately before the httpModule will work?
|
|