Showing posts with label Microsoft IIS. Show all posts
Showing posts with label Microsoft IIS. Show all posts

Sunday, October 19, 2008

IIS start: Unexpected error 0x8ffe2740 occurred

If you got the above error when trying to start the IIS services, then the most probable reason is, there is another application which is utilising the port that conflict with IIS on port 80. One way to resolve this is by changing their port, either one.

This error striked my PC and the application that uses the conflicting port was skype. Upon after quiting the program and triggering the start on IIS, it was then successfully executed.

Wednesday, July 16, 2008

ASP.NET: Assembly could not be loaded

If you're trying to debug your asp.net web application and was prompted with such error, I would suggest you clear your temporary internet files and restart your debugging process. It may be due to the old files is in state "locked" which does not fetch the latest compiled files.

If that doesn't resolve thing, the next step you can take is possibly restart your PC and see if the error goes away.

Should you found any alternative methods in resolving the matters, do share it here and should you need further assistance, do post it up.

Tuesday, July 15, 2008

Error while trying to run project: Unable to start debugging on the Web server... Publisher policy file is not found.

To enable integrated Windows authentication

  1. Log on to the Web server by using an administrator account.

  2. Click Start and then click Control Panel.

  3. In Control Panel, double-click Administrative Tools.

  4. Double-click Internet Information Services.

  5. Click the Web server node.

  6. A Web Sites folder opens underneath the server name.

  7. You can configure authentication for all Web sites or for individual Web sites. To configure authentication for all Web sites, right-click the Web Sites folder and then click Properties. To configure authentication for an individual Web site, open the Web Sites folder, right-click the individual Web site, and then click Properties.

  8. The Properties dialog box is displayed.

  9. Click the Directory Security tab.

  10. In the Anonymous access and authentication control section, click Edit.

  11. The Authentication Methods dialog box is displayed.

  12. Under Authenticated access, select Integrated Windows authentication.

  13. Click OK to close the Authentication Methods dialog box.

  14. Click OK to close the Properties dialog box.

  15. Close the Internet Information Services window.

Your Ad Here