-
Posted to
IIS7 - General
by
KeithHutch
on
07-30-2009, 8:58 AM
Hello,
We are using IIS7 w/ FTP over SSL (7.5) in our production environment to transfer a bunch of zip files. After the completes an upload we want to get the CRC of the remote file on FTP 7.5 to compare to the local file to verify they were transferred with 100 % success.
Every time we issue the XCRC command to the FTP 7.5 we ...
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
11-17-2008, 4:01 PM
[quote user="vijaysen"]
Keith,
This is a bug and we are looking into this.
[/quote]
Any updates on this bug status or work-a-rounds I can implement in the meantime?
Cheers,
Keith
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
11-04-2008, 5:42 PM
If you have an ASP.NET web application site, and you place a text file named "app_offline.htm" in the root of the site, all requests to that website will redirect to that app_offline.htm file. Basically, if you need to take an entire ASP.NET site offline, you can place some nice message in that file. Then, any new requests to a ...
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
11-04-2008, 5:39 PM
Still experiencing this issue... Can anyone else confirm the same issue? Anilr? IIS team?
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
10-10-2008, 4:02 PM
I have already tried setting allowDoubleEscaping="true" and while it allows a file to be served (GET) when you do a webdav PUT the file 'This is a + test.txt' becomes 'This is a test.txt'
It seems like there is some kind of bug in the webdav module that does not properly URL encode/decode a file with a ...
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
10-09-2008, 10:02 AM
I fixed this problem by going into the Server Manager and removing the Role, 'Request Filtering' IIS 7 then no longer will filter out symbols like : % & * ?
I'm still having a problem with files with a + symbol in them.
I have created a new post to highlight this problem
Cheers,
Keith
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
10-09-2008, 10:01 AM
OK I'm having a weird problem that I would like to know if anyone else is experiencing.
Windows 2008 server (RTM any version)
IIS 7.0 with Webdav module and QFE hotfix with request filtering disabled or not installed.
Try and copy a file with a file name containing a + symbol from another computer with a mapped network drive to the ...
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
10-08-2008, 4:02 PM
Anilr,
I have gotten past the name issue as it's not a big deal to include the machinename\user in my instructions to my userbase.
I have discovered a much bigger issue though. Special characters like + % and & are not allowed in the file name when you upload or download through the webdav mapped drive.
Let me describe what ...
-
Posted to
Publishing
by
KeithHutch
on
10-06-2008, 6:54 PM
Ok, I was reading this article on how to use AppCmd via the command line
How to Configure WebDAV Settings Using AppCmd
I actually need to do this via scripting interface if possible.
For instance I am creating a virtual directory via code like this:
Dim iisManager As New ...
-
Posted to
IIS7 - Publishing
by
KeithHutch
on
10-05-2008, 12:59 PM
Update:
I have gotten the Custom Basic Authentication for IIS to work on my IIS7 server. I can navigate to http://localhost and it prompts me for the username/password which I enter and it validates against the SQL membership provider. The only problem I am now having is that I have had to go into the aspnet_Users table in SQL ...