When I uploaded the site to the server, I got an HTTP Error 500.19 - Internal Server Error which says "Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'RewriteModule'". Error was in the following line in web.configI got the solution to change the application config file from the following link:http://support.microsoft.com/kb/942055But, hosting providers...
Thursday, July 15, 2010
Friday, July 9, 2010
Issue when using AsyncFileUpload control
I tried to use AsyncFileUpload control in a page. The AsyncFileUpload control was placed inside the first view of a multiview control. The page required a querystring parameter, and if the parameter is not present, the second view of the multiviewcontrol will be shown. This check is made on the Page Load event. This causes issue on the fileupload process. It was giving error, since on the postback,...
Wednesday, July 7, 2010
Germans also are gone :-(
My two favorite teams are out from WorldCup 2010, Germany and Argentina. :-( Spain really deserve that victory over Germany.I know, it is bit late. But, I just came to a contribution from Microsoft for World Cup. So, I thought, I should share with you.Track world cup scores with exc...
Tuesday, July 6, 2010
Generate sql script with data from database
How can we copy data as well the structure and schema as sql query? We need database publishing wizard for that.Download the database publishing wizard.It will be installed at following location : C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\run the exe and you can get the sql file with all the data, schema and structure of the database you sele...
Thursday, July 1, 2010
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same
When this error comes, put enableViewStateMac="false" in the tag either in the web.config or in the page where you get this err...