I m trying to upload a vcard file to a site i ve built with ASP.NET. It s hosted on an IIS7 server.
I keep running into the "content type not allowed" error when i try to upload the file. I have write permission to the directory, I ve already added the MIME type for vcards and restarted the IIS server, however it still refuses to take it.
I m using DevExpress UploadControl and i ve removed any validation from it so i am fairly certain the control is not restricting the file upload.
Any other suggestions ?