I have my asp.net application running on windows server 2008. I tried to access my application from a client machine with .Net framework installed and from another machine with no .net framework. Both machine have windows 7 installed.
In the machine with .NET framework 4 its throws the error
__dopostback undefined
in the console. But when i try to access from the machine with no .NET framework installed it works fine. I found a solution here. I have 2 quetions.
1) Should i install the required .NET framework fix in the server machine or in the client machine.
2) And why the issue crops only in machine with .NET framework.