Apr 22nd, 2010 | No Comments
Many a time while developing a web application you may come accross “Server application unavailable” When you get this error in Windows XP make sure you have given ASPNET user sufficient rights on your physical application folder, it mainly requires read permission. When you get this error in Windows 2003 server you can right click your virtual directory – permission – grant aspnet user sufficient rights there. If the above solution doesn’t work here is another alternative, You could try editing the Machine.config (located in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI...

Written by Ajay Matharu

April 22nd, 2010 at 10:15 am

Apr 20th, 2009 | 1 Comment
To add an unknown extension in IIS for your IIS to detect that extension perform the following steps. To define a MIME type for a specific extension, follow these steps: Open the IIS Microsoft Management Console (MMC), right-click the local computer name, and then click Properties. Click MIME Types. Click New. In the Extension box, type the file name extension that you want (for example, .pdb). In the MIME Type box, type application/octet-stream. Apply the new settings. Note that you must restart the World Wide Web Publishing Service or wait for the worker process to recycle for the changes to...

Written by Ajay Matharu

April 20th, 2009 at 7:54 pm

Mar 29th, 2009 | 2 Comments
Many people have this question “Does Sharepoint gets installed on Vista?”. The answer is yes. I installed MOSS on my Vista machine yesterday successfully. All you need to install Sharepoint, WSS or MOSS, on Vista is You must select the Advanced option during install. If you want to run on SQLExpress, manually install it first.  Get it here. You have to manually enable IIS7 with the proper options. Web Management Tools and World Wide Web Services. Enable at least the following options in IIS. Download Vista Helper file from here, and run the setup file WssVista.msi. Sharepoint...

Written by Ajay Matharu

March 29th, 2009 at 10:53 pm