Recently I was tasked to create MSI installer for our current application which is in development phase. While browsing project types in VS, I had known that VS has ability to create installer using Install Shield, but that was pretty much of it. I have never worked with them before. But after working with windows
Tag: .NET
Setting up personal Source Control Server using Visual SVN Server
I was working on one of my personal projects and I thought that it would be really cool if I have my own source control mechanism so I can always rollback to older versions if I ever need to do it. Till now, I was always just keep multiple copies of each project so if
Developing ASP.NET Application in MONO under Linux
Today, I was playing with my new install of Linux. I installed Mono in it… (for those who don’t know what is MONO, is a cross platform IDE that can be used to develop .NET application in any environment) .. With my past encounters with Mono, I know that it is sort of complicated to
ASP.NET and Page Not Found Error while debugging !
Being sunny weekend today, with full of energy I began to work on making some prototype application which I have to present to my client sometimes during next week. It been a while since I worked on ASP.NET on my application (@ 2 weeks) since I installed Sharepoint Server 2010 demo in my machine. So,
Changing Default Database in ASP.NET application
If you have been developing application in ASP.NET and if you were using SQL Server Express edition, then this is not for you … But if you are someone like me who is using SQL Server Standard, Enterprise, Web or Developer edition (not sure about workgroup edition) then this may be the first problem came