Asp:CreateUserWizardStep in asp.net (The resource cannot be found error)
Here I am using asp:CreateUserWizard & asp:CreateUserWizardStep in asp.net. while i run the application with Default.aspx page ,execute well. I faced the below error.(The resource cannot be found)--Requested URL: /DisplayUserName/default.aspx
Just go ASP.NET Web Site Administration Tool and go to Security and for Select Authentication type I hanged it to 'From the internet.
Error shows:
Server Error in '/DisplayUserName' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /DisplayUserName/default.aspx
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618 Solution:
while i run the application with Default.aspx page ,execute well,but if not in Default.aspx in my website ,error will occur..
Just go ASP.NET Web Site Administration Tool and go to Security and for Select Authentication type I changed it to 'From the internet
I add Default.aspx page in my website working well.
http://localhost:1933/DisplayUserName/default.aspx