Postback is not rising

G

Guest

Hello
the web site is working fine on localhost, but after deployment, no button
is rising postback event but it's check for validation when I used IE.
But when I test using FireFox agent every thing run fine.

Anybody have any idea about this!!!
 
M

Mona

Hi Saeid,

Regarding this issue of the web site working fine on the localhost and no
button is rising the post back event after deploying, I would like to tell
you that as you move to a new server, server needs its client-side code
setup which might be missing. Each domain requires a folder called
/aspnet_client/system_web/[.net version] with two script files :
WebUIValidaton.js for client-side validaton and SmartNav.js for smart
navigation. You must create this folder with these files. There are two ways
to do this :

1) You can run the following command :
aspnet_regiis.exe -c from [windows]\microsoft.net\framework\[.net version].

If the site is hosted, then many hosts will do this for you.

2) Create the folders and copy the files. Copy all the files from
[windows]\microsoft.net\framework\[.net version]\ASP.NETClientFiles
to:
/aspnet_client/system_web/[.net version]
The [.net version] folder must be identical in both cases.



Hope this helps.



Regards,

Mona [Grapecity]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top