link textI developed a simple cloud application with default webrole and implemented the following steps.
1.Created new cloud service application with one default Webrole1 2. Extracted “ AspProviders.dll” and added as reference to the current Webrole1. 3. Added to new web form to the existing web role and named it as Login.aspx 4. The design page of Login.aspx is edit as below
- Below line is added in Page Load event of Default.aspx Response.Write("Hello, " + Server.HtmlEncode(User.Identity.Name));
Edited web.config with the following changes .................
................. ................. ................ ................ ................. ................. ...............`` ..............- Executed the application in local DevFabric
But I am getting run time error like "Value Cannot be null" and the stack trace is like the following
Let me know the solution for this
Thanks.