-
Posted to
Publishing
by
sheich
on
07-15-2009, 3:09 AM
Hello, I have checked out my MIME types list (on entire Web server level). There was .rtf file type in list with "application/rtf" type. I tried to change it on "application/doc" but without success. Additionally I tried to add new MIME type on web site level - the same results.
Here is few lines from my web site log ...
-
Posted to
Publishing
by
sheich
on
07-10-2009, 7:31 AM
I have enabled WebDAV on my web server working under IIS 6.0, created virtual directiry (application) under web site (authorization type Anonymous (IUSR_***) was choosen). Server located in DMZ but I can open all files from this my web share from internal computers without problem. I can copy, delete etc files. I can edit .doc, .xls, .ppt files. A ...
-
Posted to
ASP.NET Administration
by
sheich
on
03-13-2009, 10:56 AM
Well, may be this question more related to WCF programming, but anyway.
As you know here is two options to host asp.net web sites (actually, my project is not Visual Studio Web Application but Web Site) under IIS: make folder with source files as web site root or pre-compile them into separate directory and make this new directory (already ...