Ask a Question related to ASP.NET Security, Design and Development.
-
Carl #1
Smartclient (no touch deployment) Winforms app.config download issues
Hi,
I am developing a smart client application (aka no touch deployment)
i.e. I have my winforms assemblies on a webserver and these will be
accessed via a browser ([url]http://localhost/vdir/myapp.exe[/url]). So far so
good.
I am having issues with getting the app.config (myapp.exe.config) file
to download to the client machine, which is causing me all sorts of
headaches. Reading through earlier posts, I have removed the .config
extension from IIS Manager for my vdir, but still no luck.
Looking at the IIS logs, I see a 401 (access denied) error. I have to
mention here that I am using Windows Integrated Authentication, which
seems to be causing this error. If I switch to Anonymous access, life
is good - but I cannot enable anonymous access on the vdir for
security reasons. Is there anyway I can get the app.config file to
download while using windows authentication?
Here is an entry from the IIS logs that show a 401 error:
2004-03-05 00:39:46 127.0.0.1 - GET /vdir/myapp.exe.config - 401 0
Any help with this will be highly appreciated !
Thanks a lot in advance,
Carl
Carl Guest
-
Enterprise Library - No Touch Deployment
In myapp.exe.config file make sure you have <section name="enterpriselibrary.configurationSettings"... -
SmartClient Deployment ? for the gurrus :)
Ok on my work Pc I have a test page with links to a number of smartclient exe's. With some security mods the rest of the PCs in work can load page... -
No Touch Deployment and Web Services.
No Touch Deployment and Web Services. My problem is that same webservice deploys on localhosts, development server, test server and production... -
Implementing No-Touch Deployment via URL Launched Executable.
Well you need to trust the URL that you are implementing the exe from or you wont be able to do ANYTHING also you need to go into the .net... -
Deployment Issues .. Runtime Error
Hi, I have my application running off my localhost and just transfered it to the production server. And when i ran my application, it came up...



Reply With Quote

