Hi,
i have done the same steps & my application is also running well on the Windows 2003 server..
Except for the user who receives a hyperlink from the application in their mailbox to perform a set of operation the hyperlink received by them is pointing towards the old server from which i transferred the whole application...
Example::
Received by the user: http://old_server/application/filename.aspx/Dynamic...
Sent through the application & should be
http://new_server/application/filename.aspx/Dynamic...Any help would be highly appreciated on this...
The message in your email has the wrong base address in it. Without knowing how and where you send the email from I cannot help too much. But to send a link via an email you have to put in the full url for the user to click. Whereever you generate that url is what the problem is, you forgot to change the code to send the new server url.