M
martin
Hi,
I have a website that runs under Annotmous access.
I am trying to find out the account that the page is running under
the line
Response.Write("<hr>" & Page.User.Identity.Name & "<hr>")
does not write out the name of the account that the website is running under
when it is running under annoymous access, however when the same page is run
under integrated security it does.
basically I am trying to give permission to a page (that is running under
annoymous access) permission to start / stop windows services.
I added "IUSR_MACINENAME" and "ASPNET" to the administator group on my local
machine but this has not solved the problem.
if the same page runs under integrated security, then I can start and stop
the service no problem.
can anybody offer any advice???
cheers
martin.
I have a website that runs under Annotmous access.
I am trying to find out the account that the page is running under
the line
Response.Write("<hr>" & Page.User.Identity.Name & "<hr>")
does not write out the name of the account that the website is running under
when it is running under annoymous access, however when the same page is run
under integrated security it does.
basically I am trying to give permission to a page (that is running under
annoymous access) permission to start / stop windows services.
I added "IUSR_MACINENAME" and "ASPNET" to the administator group on my local
machine but this has not solved the problem.
if the same page runs under integrated security, then I can start and stop
the service no problem.
can anybody offer any advice???
cheers
martin.