Để deploy application lên server dùng ClickOnce. Server cần có
- IIS
- FrontPage 2002 Server Extensions.
Tuy nhiên, khi publish lên server, sẽ gặp những vấn đề sau:
| Error 7 Failed to connect to ‘http://server IP/Projects/’ with the following error: Unable to create the Web ‘http://server IP/projects/’. Server error: Error 5 opening registry key “SOFTWARE\Classes” | |
| => |
Do FrontPage server extensions không có quyền access vào key HKEY_LOCAL_MACHINE\SOFTWARE\Classes. |
| => |
|
| Error 7 Failed to connect to ‘http://server IP/Projects/’ with the following error: Unable to create the Web ‘http://server IP/projects/’. Server error: Error 5 opening registry key “SOFTWARE\Classes\.hlp” | |
| => |
Nguyên nhân và cách khắc phục tương tự như trên. |