hits counter
  Create Free Blog | Random Blog »   Report Abuse | Login   

 

Archive for November, 2004

Nant Solution task or nant Exec ??

Had to revert back to exec task of nant and use the Devenv.exe to build the solution as I had some weird assembly referencing problems.
While building the solution it was looking for the references one level above the directory containing the assemblies
couldn’t figure out what the problem was since I was short on time,had [...]

Nant project is an enterprise template project The remote server returned an error: (403) Forbidden.

Starting solution build. BUILD FAILED Error checking whether ‘http://localhost/ProjectDirectory/projectname.csproj’
is an enterprise template project. The remote server returned an error:
(403) Forbidden. Total time: 0.3 seconds.
that’s the error that I got when the nant build script tried to build the Web Project I tried out diff stuff but didn’t succeed for quite some time maybe was [...]

Nant Solution build Vs Individual build ?

Building the invidiual sub projects first and then referencing the compiled assemly (in build folder ) in the main project turned out to be a bad idea. After completing the build thought of testing (fortunately!! ) it for build success and a build failure.
For the failure I removed a much needed reference (one of the [...]

Vulnerability in Microsoft ASP.NET

Just came across a stale news on net posted in oct sometime anyways here it is :-
Microsoft has posted guidance that protects against a reported vulnerability in all versions of ASP.NET that could allow a Web site visitor to view secured content by using specially crafted requests to a Web server. For more information [...]

Changing Page Title on the fly ASP.NET

If I asked you to

change the title of your Web form
dynamically

, where would you look ??
you’d be forgiven for looking for a “title” or “text” property somewhere. The problem is, that mysterious property doesn’t exist no prizes for guessing y!!.
Here’s howto.

Step 1 >> switch to the HTML view on your Web form. Near [...]

To Post or Not to Post

What a better way to start my post than to post the Microsoft Exam thots here
Well, to tell the truth the thot of giving a MCAD exam gave jitters to me till the last moment ,even at the Prometric center while i was abt to click on the start button of the exam.
Had wondered [...]