This page cannot be shown”, when creating web application in sharepoint through CA

January 25, 2014 Leave a comment

Yesterday, I created a new web application in SharePoint 2013 using CA, after showing “This shouldn’t take long” popup, IE showed me an error that “Internet Explorer cannot display the webpage”, other browsers chrome and FF were not showing me an error page but taking too much time and I had to close popup forcefully.
2

22
Although a new web application was added into web application list, but that was corrupted and I could not have created site collection on it. After some research I found the reason why that was not working fine. During web application creation using CA, the request will time out as default CA site application pool Shutdown Time limit is 90. We need to increase it around 300 to 400. Now you can create web application without an error.
3
But what if we have corrupted web application item and we need to repair it. The solution is that, select the corrupted web application item and click on “Authentication Provider” button on the ribbon. It will show an “Authentication Provider” pop. You just need to click on default Zone and click save button.

4

5

6

That’s it, now corrupted web application has been repaired and it will add all missing files into IIS web application. You can create site collection on it. Hope this would help you.

Introduction to HTML5 at ACM Developer Day (National University FAST)

March 16, 2012 Leave a comment

Yesterday I invited at Developer Day Event which was held at Fast National University main Campus Karachi. The Event was organized by ACM-NUCES. I was there to share my knowledge and experience about the HTML5. That was a great experience for me and huge numbers of students were there to take knowledge about HTML5.

The Agenda of the Session was

  •  Offline / Storage
  • Realtime / Communication
  • File / Hardware Access
  • Semantics & Markup
  • Graphics / Multimedia
  • CSS3

 

I would thank to all, who participated in session and those were not able to take part of the session, they can take idea from my slides and demos, by the help of below link you can download the slides and demos.

sample code

Categories: Events, HTML5

Tips n Tools to Start Using HTML5 Today! at MIC

March 4, 2012 3 comments

Yesterday, I invited at MIC (Microsoft Innovation Center) from the user group of Emerging .NET Devs, where I spoke about the topic on Tips n Tools to Start Using HTML5 Today!. As we know that, these days HTML5 is one of the most admired terms in the world of web application development. Beside that we have other challenge, that how can we make use of html5 on the legacy browsers, what kind of features can we adopt currently. As we know that htm5 specification is still in a process way and it will take time to complete it, but beside of these entire thing there are some features can adopt and should be incorporated to our current practices. I exposed all of these things in the session, which features can utilize today by the help of using ployfills. The Agenda of the Session was:

  • Defining HTML5
  • HTML5 as standard platform
  • Building Making your legacy browser understand HTML5
  • Semantic
  • JavaScript API
  • CSS 3

 


I would thank to all of those who participated in the session and made it interactive. You may find demos and ppt by clicking on below icon.
sample code

Categories: Events, HTML5