Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting an error when I apply URL rewriting for a website.
For example, I applied registration form in web.config like this,

XML
<urlmappings enabled="true">
<add url="~/ureg" mappedurl="PresentationTier/Screens/E-Commerce_Screens/UserRegister.aspx" />

</urlmappings>



But I am getting error when click on drop down list (with autopostback=true) event occurs in registration form.

Its not redirecting to old mapped url in asp.net2.0 using vb.

Advance thanks ,
Ramakrishna
Posted
Updated 6-Jan-11 18:18pm
v4
Comments
Sandesh M Patil 6-Jan-11 6:09am    
Edited for better understanding
Dalek Dave 6-Jan-11 6:20am    
Edited for Grammar, Syntax and Readability.

 
Share this answer
 
v2
Comments
Dalek Dave 6-Jan-11 6:21am    
More good Links.
Espen Harlinn 6-Jan-11 6:59am    
Thanks
Check out below artilce
URL Rewriting with ASP.NET



Accept the answer if found useful :)
 
Share this answer
 
Comments
Dalek Dave 6-Jan-11 6:19am    
Good Link
madhgari.rk 6-Jan-11 6:38am    
thank u for ur answer.i will implement in my application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900