PDA

Click to See Complete Forum and Search --> : IIS unblock any restricted file extensions


Sgt-Peppa
Dec 22nd, 2005, 09:21 AM
Hi all,

i have a ClickOnce Setup running on IIS 6.0. Well its not actually running,........ the help file says that I need to unblock files Extensions like .manifest or .config.

How can I do that in IIS? I cant find any Settings for it?

Thanks,

Stephan

Hack
Dec 22nd, 2005, 11:49 AM
I'm not surprised. This is what Google had to say. Maybe it isn't IIS that has the setting.

Sgt-Peppa
Dec 22nd, 2005, 11:56 AM
Well heres the link from the FAQ i got the Information from

http://www.windowsforms.net/FAQs/default.aspx?PageID=2&ItemID=7&CategoryID=24&tabindex=2

It says:

Second, you may need to configure your server to unblock any restricted file extensions used by your app, such as .exe, .dll, .config., manifest, etc.

And it errors trying to download the App.exe.manifest File.

Any ideas?