OK I love all the new features of ASP.NET 2.0 but I keep having all these wierd problems I can't figure out. HELP PLEASE
I built an application using VS.NET 2005 and it works great on my computer. After I publish it to the server, a lot of it doesn't work anymore.
For example, The login screen lets you login if you don't check the box RememberME? If you check the box and then hit Login, it reloads the page without logging you in.
Another example, A page that has a drop down list so a person can choose an item to update always postsback the first item. It doesn't matter what they choose, it sets it to the first item.
Keep in mind the application works great running on my desktop... I only have these problems after uploading it to a Windows 2000 server.
Roger
RogerMCT:
For example, The login screen lets you login if you don't check the box RememberME? If you check the box and then hit Login, it reloads the page without logging you in.
That is a bug in your code somewhere, probably in the Web.Config file.
Secondly, it may be how IIS or ASP.NET is configured on your 2000 Server if everything works fine on your dev box.
All the ASP.NET V1.1 works fine on the server. Just the 2.0 is funky. I know it not the code. If it was the code the problem would be the same on my local box.
Any other ideas?
- Have you uploaded all of your files (dll, ect..)
- Maybe it's a cache problem
- Is this a shared server ? Or are you alone (if you are alone maybe thing were not configured corectly), if it's shared then are other people have this problem.
I found out what the problem was... IE 6 was not installed on the server. It had IE 5. I updated it to IE 6 and problem solved...
Roger
That would do it. Glad it was resolved.
0 comments:
Post a Comment