|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Hello,
I created an app with a login in page and all works fine locally However i moved it to my production server and it throws and error on my production server. I added the Eo.Web.Runtime to the web.config as well. If login is passed i do a Response.Redirect and if i comment out this it runs without the error. Help please
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We do not know what to tell you since it works fine on your local machine. However we will be happy to take a look if you can isolate the problem into a separate test app on your production server and give us both WWW and FTP access to that test app.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Well if i try to access my local when in VS using the built-in browser DEV Engine. However if i try to access it form localhost or IP/Site it dies.
I have narrowed this to the Response.Redirect throws an error even though your build supports this and i have added it to the web config file. I have used the Response.redirect and worked on a clients server but that was running IIS6 it appears using Response.redirect on IIS7 throws and error. if you like we can setup a remote session and i can show you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Most likely we will need to debug into the code to see what's going on. So we will need to isolate the problem and have access to your server.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Ah ha! found the issue. its IIS7!!!!
even though i added EO.Web to the HTTP Modules in the web config IIS7 doesnt seems to care. Under my website i created in IIS7 Manager i clicked the website then Modules then Add Managed Module and have to also added the Eo.web.runtime module there. You may want to update the Online documentation to reflect this. I have tested by adding and removing it several times.
|
|