Does anyone knows how to make these page given blow: Default.aspx Login.aspx Profile.aspx ChangePassword.aspx Createuser.aspx Actually i have made these pages expected profile.aspx but these pages are working fine on local system but not on website when i upload it for testing, here is the website link where i place these forms: Mojizahfoods here is the main URL Mojizah Foods Does anyone help me to solve this issue.
The debug message suggests that you have simply created a folder and stuck the new site in there which you cannot do with .Net as some elements of the web.config file must be at the application level. You need to get a folder set up as a separate application - this is often done by setting up a subdomain or virtual folder in your hosting control panel but you would need to check with your individual web host to confirm
Thanks, Actually i don't know how can i set up as a separate application because i recently start working on vs.net, would you please let me know the steps how to make it or do you have any basic customer portal project which you can share with me which contains Default.aspx, Login.aspx, Profile.aspx, ChangePassword.aspx, Createuser.aspx and etc. Awaiting your favorable response.
How you do it will depend on what type of hosting you have (shared, dedicated, VPN etc) and the control panel that you have set up (if any) for managing your hosting. A quick and dirty way of doing it assuming you have Helm or equiv as a control panel is to set up a sub domain as I have never known these not be a seperate application.