Development process
I am currently working on our whole development process and I found this article really interesting. Thanks Dirk for the pointer to the article.
I am currently working on our whole development process and I found this article really interesting. Thanks Dirk for the pointer to the article.
I needed to create a virtual directory in IIS 6 during the deployment of one of our backend application on a Windows 2003 server. This application is a COM component written in C++ that I developed wrapping a very old VB6 COM component. The whole exposed as a Web Service using the SOAP Toolkit 3. I already discussed about it here.
So I created a script that will register both COM component, by the way regsvr32 is really bad cause it doesn't return different value if it fails. Right now I have no verification in the script that let me know if the registration went well. I plan to add it in a second step by reading the content of the registry using the reg command. The script is using the <em>SOAPVDIR.CMD</em> packaged with the SOAP Toolkit 3 to create the Virtual Directory with the soap ISAPI of the SOAP Toolkit 3:
After all servers problems from the last days, now I have an issue with IIS 5 on my notebook. I am currently working on a project for one of our subsidiaries in which we have to integrate a backend calculator application. In that project I have to restart IIS with the command <em>iisreset</em> to be able to compile my code and to deploy it, otherwise my dll is locked by IIS. I did it for sometime, and today I worked on the project and when I decided to restart IIS then I get an error message: "<strong>No such interface supported</strong>". What the hell is this? Come on I need to work. I searched a couple of hours on the web trying different things then I end up uninstalling IIS from my machine rebooting and manually deleting files that where lying on my hard drive. Then after the 128th reboot of the last two weeks I reinstalled it and it worked. :-) :-) :-)
Now for the really cool thing (there is always blue sky after a storm ;) I found a weblog entry by Steven M. Cohn: Multiple IIS Virtual Servers on XP Pro. I really encourage you to read it if you develop ASP.NET websites on Windows XP Pro. Now I have multiple IIS virtual servers running on my notebook and I can switch from one to the other. Awesome.
I could go a bit further with my issue to have a Windows 2003 Standard server running. As mentioned here: Windows 2003 crashes after patching - Beginning of another week of hell :-(, I had a hard time to fix this but with some patience and pushing Linux fan colleagues I got it to work for... 10 minutes.