when i try to run my authentication Login application this error has occured:
Error:
Server Error in '/WebSite5' 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: /WebSite5/default.aspx Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1 Please Help me
Lalit MPosted Sep 20, 2011, 6:57 AM
- Click Start, click Run, type cmd, and then click OK.
- Locate the %systemroot%\system32\inetsrv directory.
- At the command prompt, type inetmgr to open IIS Manager.
- Right-click the Web site for the URL that you want to change, and then click Properties.
- If the affected application is a virtual directory under the Web site, click the Directory tab, and then remove the trailing backslash from the path that is specified in the Local path text box.
- Click Apply, and then click OK.
more info will get hereIf the affected application is in the root directory of the Web site, click the Home Directory tab, and then remove the trailing backslash from the path that is specified in the Local path text box.