Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Thursday, May 28, 2015
Use gridview in asp.net mvc
http://www.dotnetfunda.com/articles/show/3075/quickly-listing-records-in-grid-in-aspnet-mvc
Displaying messages in angularjs
http://www.codeproject.com/Tips/992700/Display-Error-Messages-in-Angular
Angularjs dialogue box
http://www.codeproject.com/Articles/992699/An-Advanced-and-Easy-use-AngularJS-Modal-Dialog
Friday, May 15, 2015
Javascript in win form
http://www.codeproject.com/Articles/990346/Using-HTML-as-UI-Elements-in-a-WinForms-Applicatio
Monday, May 11, 2015
Saturday, May 2, 2015
IIS Express gives Access Denied error when debugging ASP.NET MVC - Stack Overflow
IIS Express gives Access Denied error when debugging ASP.NET MVC - Stack Overflow
After enabling Authorization and authentication in visual studio 2013 with Cassino (IIS express) was getting the following error:
After enabling Authorization and authentication in visual studio 2013 with Cassino (IIS express) was getting the following error:
Server Error in '/' Application.
Access is denied. Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.
Error message 401.2.: Unauthorized: Logon failed due to server configuration. Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server. Contact the Web server's administrator for additional assistance.
Solution:
The cause if had for this problem was IIS Express not allowing WindowsAuthentication. This can be enabled by setting
<windowsAuthentication enabled="true">
in the applicationhost.config file located at C:\Users[username]\Documents\IISExpress\config.
Friday, May 1, 2015
Subscribe to:
Posts (Atom)