Archive for the month April 2009

  

ASP.Net C# Error : The compiler failed with error code 128

While I was working on one of the project, I got this frustrating error
 
“ Compiler Error Message: The compiler failed with error code 128 - ASP.NET Forums ”
           
After wasting much time on this issue, I finally solved it.
 
The Steps I have taken was
 
1. First I tried to clear the temporary asp.net files stored [...]

URL Rewriting in ASP.Net

Steps for Implementing URL Rewriting in ASP.Net
           
1. Create a new page in ASP.Net  eg:  ‘Page1.aspx ‘
 
2. Draw a new button and label in the page.
 
3. Write “Welcome to Page 1” in the label and ‘Goto to Page 2’ in the button text.
 
4. Similarly create second page and use the same procedure as mention above.
 
5. [...]