Tuesday, September 22, 2015
Wednesday, September 16, 2015
facebook react
https://facebook.github.io/react/
IE logged in user id could not pass to the link web page triggered from the parent page
right click on IE press shift key down and select login as different user
Logged in as: COLUMBUS\xxxx on the parent page
and there is a link to start a child page from the parent page, some how COLUMBUS\yyyy is displayed, yyyy is the desktop login ID.
The above situation is fixed by recreate the user profile.
Monday, September 14, 2015
Notepad
http://www.technipages.com/add-reminder-notes-to-android-home-screen
Tuesday, September 8, 2015
The URL 'http://localhost:port#/' for Web project 'xxx' is configured to use IIS as the web server but the URL is currently configured on the IIS Express web server.
C:\xxx\yyy.vbproj : error : The URL 'http://localhost:51854/' for Web project 'xxx' is configured to use IIS as the web server but the URL is currently configured on the IIS Express web server. To open this project, you must edit the 'C:\Users\zzz\Documents\IISExpress\config\applicationhost.config' file to change the port of the site currently using the URL in IIS Express.
http://rickgaribay.net/archive/2012/11/08/the-url-x-for-web-project-y-is-configured-to.aspx
To fix the above following section must be in project file.
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>51854</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
http://rickgaribay.net/archive/2012/11/08/the-url-x-for-web-project-y-is-configured-to.aspx
To fix the above following section must be in project file.
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>51854</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
Friday, September 4, 2015
Angular js Web Api problem solver
blogs.msmvps.com/deborahk/angular-front-to-back-with-web-api-problem-solver/
Subscribe to:
Posts (Atom)