Showing posts with label Razor Engine. Show all posts
Showing posts with label Razor Engine. Show all posts

Tuesday, 25 August 2015

MUGH 2015 August UG Meet

MUGH 2015 August UG Meet



Event Details

Microsoft User Group Hyderabad invites you to August UG Meet on 30th Aug'15.
Agenda:
TIMETOPICS & SPEAKER
09:00 AM - 09:50 AM
Registration
10:00 AM - 11:00 AM
Real Time Telemetry for Windows Universal Apps using Application Insights and Visual Studio 2015
Abhijit Jana, Microsoft
11:00 AM - 12:00 PM
ASP.NET vNext (ASP.NET 5) with Visual Studio 2015
Shravan Kumar Kasagoni, Pramati Technologies
12:00 PM - 12:10 PM
Break
12:10 PM - 01:10 PM
Processing Near-Real time data using Azure Stream Analytics
Subhendu, Microsoft
NOTE : This event is only for working professionals, students are not allowed.


Register



Saturday, 1 August 2015

Could not load file or assembly 'Antlr3.Runtime'.

Hi,

Basically in MVC4 we are getting this kind of Issue. Could not load file or assembly 'Antlr3.Runtime'.












To solve this Issue there are many ways to do to resolve this.

1. In Web.config file change Impersonate from true to false.

<system.web>

    <identity impersonate="false" userName=" admin" password="admin" />


The Username and password for the full access to the this User.

2. Other Solution to updating the antlr and webgrease nuget packages.


Friday, 12 June 2015

localhost website consistently making get arterySignalR/poll?transport=longPolling&connectionToken= calls /9ac086a69364466a841e03e001f946fd/arterySignalR/ping

Dear folks,

I found the Basic Issue while Working with Visual Studio 2013. found the issue



/9ac086a69364466a841e03e001f946fd/arterySignalR/ping
  
arterySignalR requests continuously going. this is because of In Visual studio 2013 Browser link feature introduced.


We can simply solve this issue just uncheck the "Enable Browser Link"




Thursday, 2 April 2015

How to Restore Azure SQL DataBase

Hello Folks,

Microsoft Azure SQL DataBase has built-in support for backup and self service point time of restore DataBases based Azure Subscriptions this can be allowed only for Basic, Standard, Premium and there is no restore option for Web and Business subscriptions.

The Backup retension period also based on the Subscription.

For Basic - 7 days, Standard - 14 days, Premium - 35 days.

Now creating the test DataBase in Azure and am deleting the DataBase.




There is an option of Restore in Bottom panel



Click on that, it will open a window for typing the DataBase name.





 Type your deleted DataBase name and Click on Ok.







Now the DataBase is online.





for more information about Azure SQL DataBase Baup and Restore read this Document.





Monday, 30 March 2015

System.ComponentModel.Win32Exception from Windows Azure website

Hello,

Exception Message: Access is denied,
System.ComponentModel.Win32Exception this kind of Issue manly will come because of Azure DataBase Connection string Wrongly entered.

ConnectionString should be like this



<add name="SqlServer" connectionString=" Server=tcp:qa88bialki.database.windows.net,1433;Database=TestAzure;User ID=saapp;Password=harikrishna@!;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;"/>


In the Above string qa88bialki is ServerID

TestAzure is DataBase Name,
  
 saapp is UserId for the AzureDataBase server,


harikrishna@! is the Password for that Server,




Wednesday, 7 January 2015

How to install WebMatrics

My previous post i explained about how to manage Azure Websites with webMatrics tool.

Now am going to explain how to install the webmatrics tool and configurations.

Free Download


Steps to install


































Sign in to your Azure management credentials then it will fetch all your Cloud websites, services and evrything.



















































From this Window you can access the Azure sites and everything.