-
Posted to
IIS7 - Publishing
by
jaspersiegmund
on
03-02-2009, 10:33 AM
Ah, if that's indeed the cause of the problem I'm already looking forward to the new version. Any info on an ETA, a few weeks / months perhaps?
Thanks for the reply.
-
Posted to
IIS7 - Publishing
by
jaspersiegmund
on
02-26-2009, 6:24 AM
Hi,
I'm running a IIS7 server on win2008 with WebDAV enabled. For logging in I'm using the custombasicauthentication module which connects to my ASP.NET membership database for account verification. In order to write / read documents from disk I've setup the webdav site to use impersonation to impersonte a local account which has ...
-
Posted to
IIS7 - Publishing
by
jaspersiegmund
on
10-30-2008, 9:46 AM
As I also e-mailed Anilr, I'm trying to do the exact same things on a Windows 2003 machine. I have the feeling I'm almost there, but there are a few things different from the IIS7 approach.
- I've setup webDAV and setup the site example of the custom basichttp handler.
- I'm able to authenticate to the database logging ...
-
Posted to
General
by
jaspersiegmund
on
06-29-2007, 3:12 AM
For some reason, my local installed IIS server (standard XP version) isn't dealing with postbacks any longer. I have absolutely no idea why, but all controls on the page only cause a page refresh and no action. When I attach Visual Studio to the asp process it doens't break on the functions I'm trying to call. I know the code is ...