We all live in Google. It's more than merely the one of the best search sites on the planet; it has become a constellation of sites and services, from desktop applications to Internet-based applications and destinations, and it's even branching out into offering free Wi-Fi service.
For more ...
http://www.pcmag.com/article2/0,1895,1869871,00.asp
Suresh Behera
Nice PDF file for beginner.
Build Your Own ASP.NET Website Using C# & VB.NET
www.aspnet101.com/aspnet101/chapters/aspnet-sample.pdf
Suresh Behera
I hate this error when every time when I restart my machine .Well for time being i stopped my Indexing (Right click on My Computer-->Manage-->Service and Application--->Indexing Service---->Exclude you .Net framework directory).I did this both on system and web as mentioned on Microsoft article but some reason it is not stopping this error. I do not have any choice other than stopping whole indexing. Well this is OK on local machine but my boss will kick me if this happen on production server ;)
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'Ajax'.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation> |
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Ajax' could not be loaded.
Suresh Behera
I got this error from asp.net application and here is the solution
Modify string as like
string strValue = "Test value";
string strAll = "<SCRIPT lanquage='JScript'>window.alert('" + strValue + "');<"+"/SCRIPT>";
More..
http://support.microsoft.com/default.aspx?scid=kb;EN-US;827420
Suresh Behera
Nice .Net tutorial for beginner.
http://www.vijaymukhi.com/
Suresh Behera