-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
11-02-2009, 10:03 AM
I'm not sure how Apache actually works.
I'm confused as to if you just don't want to see the path in the URL bar of the browser. If so then my previous point still stands. You can simply put the folder name in the address bar and the default document for that folder will be shown.
If you have some other usage scenario you might ...
-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
11-01-2009, 10:56 AM
Hi Fabianus,
In the instance you mentioned you are seeing the default page in that directory. Probably "default.aspx" but it could be any file name depending on whats set up in IIS.
-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
11-01-2009, 10:48 AM
Wow! I didn't realise you could use the rewrite module to perform redirects like this. I did have a seperate site with redirects for each site alias but will be using this from now on.
-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
01-11-2009, 7:55 AM
Double checked on the website today and your advice worked like a charm. Once again many thanks for your help.
-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
01-10-2009, 7:28 AM
Hi,
Many thanks for your help!
That does indeed seem to be the setting I was after. I have set it on IIS and if it seems to have worked tomorrow I will come back and mark your post as the answer.
-
Posted to
IIS 7 - ASP.NET Administration
by
rmmason
on
01-09-2009, 3:03 AM
I have an ASP.NET application where I create a background thread in Application_Start in Global.asax. This thread is used for background processing and hence once the first request is received I want this thread to continue running and processing data.
The problem I have is that after I have deployed this application to IIS7 this thread seems to ...
-
Posted to
IIS7 - Publishing
by
rmmason
on
06-30-2008, 2:23 PM
Thanks for the reply.
MS Office would be the client in this instance. I was hoping that by opening the document from a link from in a website working on the same url as the WebDav server where the user is already logged on using forms authorisation that office would also use the same session but it makes sense that this is not the case.
Could ...
-
Posted to
IIS7 - Publishing
by
rmmason
on
06-28-2008, 7:05 PM
Could anyone let me know if webdav supports forms authorization. Essentially I am interested in using the in-built support for WebDav in MS Office to allow users of a system we are proposing to edit word documents.
My concerns are that WebDav may not support forms authorization although everything I have read about the new features of IIS7 lead ...